link /proc/mounts to /etc/mtab (fixes mkfs.ext3 issues)
[openwrt.git] / openwrt / package / base-files / Makefile
index 2604e62..1fb0c14 100644 (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
This page took 0.018398 seconds and 4 git commands to generate.