diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-02 15:23:38 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-02 15:23:38 +0000 |
commit | 8d0dc71ec45981778439ec839352b760e1e41014 (patch) | |
tree | a7235c2f280a248c6a6a6a875ea584b4cc94040a /base-files | |
parent | 3b1d45cb5512536e22069f021ef43e42fd0ccf87 (diff) |
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
Diffstat (limited to 'base-files')
-rw-r--r-- | base-files/base-files_3.0.14.oe | 3 |
1 files changed, 2 insertions, 1 deletions
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 # |