Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Mon, 2 Aug 2004 15:23:38 +0000 (15:23 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 2 Aug 2004 15:23:38 +0000 (15:23 +0000)
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages

2004/08/02 17:23:28+02:00 uni-frankfurt.de!mickey
link /etc/mtab to /proc/mounts in base-files. this fixes opie-cardmon and a couple of other applications looking for mounts in /etc/mtab

BKrev: 410e5c7aCWi0OVvW2ga5-MpyI3kqpQ

base-files/base-files_3.0.14.oe

index e5ee622..0660bf8 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = " \
            file://etc/nsswitch.conf \
@@ -113,6 +113,7 @@ do_install () {
         ln -s ../init.d/populate-var ${D}/etc/rcS.d/S37populate-var
         ln -s /var/run/resolv.conf ${D}/etc/resolv.conf
         ln -s /var/run/ld.so.cache ${D}/etc/ld.so.cache
+        ln -s /proc/mounts ${D}/etc/mtab
     fi
 
     #