From: Hugo Villeneuve Date: Sat, 22 Feb 2014 03:57:22 +0000 (-0500) Subject: Add lzo and lzop X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=bf631fb645d687de7980ac50bd7f4cf21f205829;p=hvlinux.git Add lzo and lzop Required to compress kernel if compression method is LZO --- diff --git a/config/packages-list b/config/packages-list index 74784e8..9b30497 100644 --- a/config/packages-list +++ b/config/packages-list @@ -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" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index c19471b..bfba971 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -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} diff --git a/stage3/packages-update b/stage3/packages-update index 5f46117..f86ce2a 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -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}