1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 13:22:48 +02:00

link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3561 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2006-03-31 18:25:00 +00:00
parent 9827d75494
commit 6d99ce25b1

View File

@ -64,6 +64,7 @@ $(IPKG_BASE):
mkdir -p $(IDIR_BASE)/usr/lib
mkdir -p $(IDIR_BASE)/usr/bin
ln -sf /tmp/resolv.conf $(IDIR_BASE)/etc/resolv.conf
ln -sf /proc/mounts $(IDIR_BASE)/etc/mtab
rm -rf $(IDIR_BASE)/var
ln -sf /tmp $(IDIR_BASE)/var
-find $(IDIR_BASE) -type d -name CVS | xargs rm -rf