Fix bug preventing clean unmounting of rootfs
[hvlinux.git] / stage1 / hv-install-2
index dace5fb..8a4da91 100755 (executable)
@@ -60,8 +60,13 @@ ipkg ${NANO} "--enable-color --enable-multibuffer"
 PKG_CONFIG=true \
     ipkg ${UTIL_LINUX} "\
         --exec-prefix=/tools \
-        --enable-login-utils \
+        --disable-login \
+        --disable-sulogin \
+        --disable-su \
         --disable-makeinstall-chown"
+ipkg ${SHADOW} "\
+    --sysconfdir=/etc \
+    --cache-file=config.cache"
 ipkg ${E2FSPROGS}
 ipkg -m noac ${SYSVINIT}
 ipkg ${KMOD}