make base-files create some common mount points
authorMichael Lauer <mickey@vanille-media.de>
Tue, 22 Jun 2004 21:51:56 +0000 (21:51 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 22 Jun 2004 21:51:56 +0000 (21:51 +0000)
BKrev: 40d8a9fc0ry9Kiet4TxDlyQ-TqMVJQ

base-files/base-files_3.0.14.oe

index 34cec50..aaa0558 100644 (file)
@@ -1,7 +1,7 @@
-xDESCRIPTION = "Base system miscellaneous files."
+DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = " \
            file://etc/nsswitch.conf \
@@ -121,6 +121,15 @@ do_install () {
         ln -s /var/run/resolv.conf ${D}/etc/resolv.conf
         ln -s /var/run/ld.so.cache ${D}/etc/ld.so.cache
     fi
+
+    #
+    # populate some common mountpoints
+    #
+    install -m 0755 -d                              ${D}/mnt
+    install -m 0755 -d                              ${D}/mnt/card
+    install -m 0755 -d                              ${D}/mnt/cf
+    install -m 0755 -d                              ${D}/mnt/net
+    install -m 0755 -d                              ${D}/mnt/ram
 }
 
 PACKAGES = "${PN}-doc ${PN}"