Ajout architecture m68k
[hvlinux.git] / stage3 / hv-install-1
index 94dde39..7454907 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}
@@ -19,6 +22,7 @@ ipkg -m noac ${PCIUTILS}
 ipkg -m acnb ${LIBUSB}
 ipkg ${LIBUSB_COMPAT}
 ipkg ${USBUTILS} "--disable-zlib --datadir=/usr/share/misc"
+ipkg -m noac ${RFKILL}
 ipkg -j ${FCRON}
 ipkg ${OPENSSH}
 ipkg -s lynx ${LYNX}
@@ -42,6 +46,7 @@ ipkg ${PCRE} "--docdir=/usr/share/doc/pcre \
     --enable-unicode-properties \
     --enable-pcregrep-libz \
     --enable-pcregrep-libbz2"
+ipkg -m acnb ${HTOP}
 
 # Networking
 ipkg -m noac -s tcp_wrappers ${TCPWRAPPERS}
@@ -76,6 +81,7 @@ ipkg -m noac ${ZIP}
 ipkg -m noac ${UNZIP}
 ipkg -m noac ${UNRAR}
 ipkg -m noac ${P7ZIP}
+ipkg -m noac ${PBZIP2}
 ipkg ${CPIO} "\
     --bindir=/bin \
     --libexecdir=/tmp \
@@ -218,6 +224,7 @@ if [ "x${INST_TYPE}" = "xworkstation" -o "x${INST_TYPE}" = "xltsp-server" ]; the
 
        ipkg ${ALSA_PLUGINS}
        ipkg ${VORBIS_TOOLS}
+        ipkg ${VORBISGAIN}
 
        ipkg ${MOC}
     fi