From e05d6f541c708eb600c735d0f8af074a96b35847 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 22 Jun 2004 21:51:56 +0000 Subject: [PATCH] make base-files create some common mount points BKrev: 40d8a9fc0ry9Kiet4TxDlyQ-TqMVJQ --- base-files/base-files_3.0.14.oe | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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}" -- 2.39.5