From: Michael Lauer Date: Tue, 22 Jun 2004 21:51:56 +0000 (+0000) Subject: make base-files create some common mount points X-Git-Tag: Release-2010-05/1~18566 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e05d6f541c708eb600c735d0f8af074a96b35847;p=openembedded.git make base-files create some common mount points BKrev: 40d8a9fc0ry9Kiet4TxDlyQ-TqMVJQ --- diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe index 34cec50c92..aaa0558383 100644 --- a/base-files/base-files_3.0.14.oe +++ b/base-files/base-files_3.0.14.oe @@ -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}"