diff options
-rw-r--r-- | base-files/base-files_3.0.14.oe | 13 |
1 files 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}" |