X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fhv-install-2;h=918bc7665715f96b0dee088857ba055f1a1dc778;hb=5f34ed763755aa326f02325e44fae5974d23e604;hp=12de7aa53df1854cd2abbcc0784c5921145a992c;hpb=a348576b5f215c87cf471d4340713e0773f4edf8;p=hvlinux.git diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 12de7aa..918bc76 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -30,16 +30,25 @@ ipkg ${PSMISC} ipkg ${SHADOW} ipkg -m noac ${SYSKLOGD} ipkg -m noac ${SYSVINIT} -ipkg ${TAR_PACKAGE} "--bindir=/bin --libexecdir=/usr/sbin" +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} -PREFIX=/usr ipkg -m noac -s wireless-tools ${WIRELESS_TOOLS} -ipkg -m noac ${WPA_SUPPLICANT} -PREFIX=/usr ipkg -m noac ${B43_FWCUTTER} + +if [ -n "${WIFI_SUPPORT}" ]; then + PREFIX=/usr ipkg -m noac -s wireless-tools ${WIRELESS_TOOLS} + ipkg -m noac ${WPA_SUPPLICANT} + + if [ -n "${B43_LPPHY}" ]; then + PREFIX=/usr ipkg -m noac ${B43_FWCUTTER} + ipkg -m noac -s firmware-b43-lpphy ${FIRMWARE_B43_LPPHY} + fi +fi + ipkg ${NANO} +ipkg -m noac ${ACPID} rscr once "Installing HV-utilities" install-hv-utilities rscr once "Installing bootscripts" install-bootscripts @@ -60,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