From 8d0dc71ec45981778439ec839352b760e1e41014 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 2 Aug 2004 15:23:38 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe index e5ee622150..0660bf816d 100644 --- a/base-files/base-files_3.0.14.oe +++ b/base-files/base-files_3.0.14.oe @@ -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 # -- cgit 1.2.3-korg