X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-2;h=7bc984658da94b48fb7c054d6056d2b4c1bfb938;hb=da55c7723d7c638bd459b67c48e6d58c540f9cf5;hp=857afa36334935cf66a43e17a5f0f5e4bda7764c;hpb=88f5fb0c316fe9a38c3d05a2e2a2dcfbc5c95557;p=hvlinux.git diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 857afa3..7bc9846 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -18,6 +18,7 @@ ipkg ${GZIP} ipkg ${KBD} ipkg ${LESS} ipkg ${MAKE_PACKAGE} +ipkg ${XZ_UTILS} ipkg ${MAN_DB} "\ --libexecdir=/usr/lib \ --disable-setuid \ @@ -33,7 +34,6 @@ ipkg -m noac ${SYSVINIT} FORCE_UNSAFE_CONFIGURE=1 ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin" ipkg ${TEXINFO} ipkg ${UDEV} -ipkg -m noac ${UDEV_CONFIG} ipkg ${GRUB} ipkg -m acnb ${DHCP} @@ -48,6 +48,7 @@ if [ -n "${WIFI_SUPPORT}" ]; then fi ipkg ${NANO} +ipkg -m noac ${ACPID} rscr once "Installing HV-utilities" install-hv-utilities rscr once "Installing bootscripts" install-bootscripts @@ -68,4 +69,6 @@ echo "Stage2 successfully completed." echo "You must now compile a new kernel (go to /usr/src/linux)." echo "After that, you can reboot and try your new system." +write_completed_stage + exec /bin/bash --login