base-files: Add htcuniversal fstab by goxboxlive.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 12 Jul 2006 22:17:32 +0000 (22:17 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 12 Jul 2006 22:17:32 +0000 (22:17 +0000)
packages/base-files/base-files/htcuniversal/.mtn2git_empty [new file with mode: 0644]
packages/base-files/base-files/htcuniversal/fstab [new file with mode: 0644]
packages/base-files/base-files_3.0.14.bb

diff --git a/packages/base-files/base-files/htcuniversal/.mtn2git_empty b/packages/base-files/base-files/htcuniversal/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/base-files/base-files/htcuniversal/fstab b/packages/base-files/base-files/htcuniversal/fstab
new file mode 100644 (file)
index 0000000..b776dc0
--- /dev/null
@@ -0,0 +1,12 @@
+# stock fstab - you probably want to override this with a machine specific one
+
+rootfs               /                    auto       defaults              1  1
+proc                 /proc                proc       defaults              0  0
+devpts               /dev/pts             devpts     mode=0620,gid=5       0  0
+#usbfs               /proc/bus/usb        usbfs   noauto                0  0
+tmpfs                /var                 tmpfs      defaults              0  0
+tmpfs                /media/ram           tmpfs      defaults              0  0
+
+# uncomment this if your device has a SD/MMC/Transflash slot
+#/dev/mmcblk0p1       /media/card          auto       defaults,sync,noauto  0  0
+
index f7a0a66..d30df06 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r51"
+PR = "r52"
 LICENSE = "GPL"
 
 SRC_URI = " \