Add lzo and lzop
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 22 Feb 2014 03:57:22 +0000 (22:57 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 22 Feb 2014 03:57:29 +0000 (22:57 -0500)
Required to compress kernel if compression method is LZO

config/packages-list
stage3/hv-install-1
stage3/packages-update

index 74784e8..9b30497 100644 (file)
@@ -264,6 +264,8 @@ LLVM="llvm-3.1"
 LTSP_UTILS="ltsp-utils-0.25-0"
 LUA="lua-5.1.4"
 LYNX="lynx2.8.8dev.10"
+LZO="lzo-2.06"
+LZOP="lzop-1.03"
 
 MAKE_PACKAGE="make-3.82"
 MAN_DB="man-db-2.6.2"
index c19471b..bfba971 100755 (executable)
@@ -6,6 +6,9 @@ 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 5f46117..f86ce2a 100755 (executable)
@@ -12,6 +12,9 @@ update_packages_init ${*}
 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}