From bb692387926bcae52c350916fe7bac4535a4d9ea Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 31 Mar 2006 18:25:00 +0000 Subject: [PATCH] link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues) SVN-Revision: 3561 --- openwrt/package/base-files/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/base-files/Makefile b/openwrt/package/base-files/Makefile index 2604e62578..1fb0c14498 100644 --- a/openwrt/package/base-files/Makefile +++ b/openwrt/package/base-files/Makefile @@ -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 -- 2.25.1