Move lzo and lzop from stage3 to stage2
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 17 May 2014 18:22:41 +0000 (14:22 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 18 May 2014 04:48:35 +0000 (00:48 -0400)
stage2/hv-install-2
stage2/packages-update
stage3/hv-install-1
stage3/packages-update

index 1a820b8..71ca365 100755 (executable)
@@ -58,6 +58,9 @@ ipkg ${NANO}
 ipkg -m noac ${ACPID}
 ipkg ${HV_UTILITIES} "--prefix=/usr/local"
 
+ipkg ${LZO} "--enable-shared --disable-static"
+ipkg ${LZOP}
+
 ipkg -c -m noac -l "kernel" -s "kernel" ${KERNEL}
 
 rscr once "Installing bootscripts"  install-bootscripts
index 65ded1f..b960070 100755 (executable)
@@ -98,4 +98,7 @@ fpkg -m hv ${HV_UTILITIES}
 fpkg -e "tgz" ${ICU} "http://download.icu-project.org/files/icu4c/49.1.2"
 fpkg -m sf ${GPTFDISK}
 
+fpkg -e "tar.gz" ${LZO}  "http://www.oberhumer.com/opensource/lzo/download"
+fpkg -e "tar.gz" ${LZOP} "http://www.lzop.org/download"
+
 exit $?
index 7454907..4b19c44 100755 (executable)
@@ -6,9 +6,6 @@ source /etc/profile
 check_for_root_user
 init_log_file
 
-ipkg ${LZO} "--enable-shared --disable-static"
-ipkg ${LZOP}
-
 ipkg -m noac ${BASHCOMPLETION}
 ipkg ${WHICH}
 ipkg -m acnb ${REISERFSPROGS}
index 8b68bc5..43780e8 100755 (executable)
@@ -13,8 +13,6 @@ lpkg 2 ${SHADOW}
 
 # These packages are only for stage3
 
-fpkg -e "tar.gz" ${LZO}  "http://www.oberhumer.com/opensource/lzo/download"
-fpkg -e "tar.gz" ${LZOP} "http://www.lzop.org/download"
 fpkg -m gnu ${WHICH}
 fpkg -e "tar.gz" ${BASHCOMPLETION} "http://www.caliban.org/files/bash"
 fpkg -s "software/utils/pciutils" ${PCIUTILS} ${KERNEL_URL}