X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage3%2Fstage3-install;h=513f03ac203bfe740c38452804d9bc5f71e3ea89;hb=08838842e4a51c1af27915e8f627937d2dfa8e37;hp=bf8d7a532555ecf3ff7c514bfebbd8cc37deaf04;hpb=425bbc4fed1d0106b78befe474328fb9f5a15334;p=hvlinux.git diff --git a/stage3/stage3-install b/stage3/stage3-install index bf8d7a5..513f03a 100755 --- a/stage3/stage3-install +++ b/stage3/stage3-install @@ -23,49 +23,72 @@ init_log_file # Scripts directory export SCRDIR=$(pwd) +ipkg_cust ${NANO} cis-nano --enable-color --enable-multibuffer +ipkg_ac ${WHICH} +ipkg_cust ${EMACS} cis-emacs +ipkg_cust ${PCIUTILS} cis-pciutils +ipkg_cust ${REISERFSPROGS} cis-reiserfsprogs +ipkg_cust ${NET_TOOLS} cis-net-tools +ipkg_cust ${DHCP} cis-dhcp +ipkg_ac_nb ${POPT} +ipkg_cust ${PAM} cis-pam +ipkg_cust ${OPENSSL} cis-openssl +ipkg_cust ${OPENSSH} cis-openssh +ipkg_ac ${EXPAT} +ipkg_ac ${APR} --with-installbuilddir=/usr/lib/apr-1/build +ipkg_ac ${APR_UTIL} --with-apr=/usr/bin/apr-1-config +ipkg_ac ${NEON} --with-ssl +ipkg_cust ${TCL} cis-tcl +ipkg_ac ${SQLITE} +ipkg_ac ${SUBVERSION} +ipkg_cust ${SUDO} cis-sudo +ipkg_ac ${STRACE} ipkg_ac ${PCRE} \ --docdir=/usr/share/doc/pcre \ --enable-utf8 \ --enable-unicode-properties \ --enable-pcregrep-libz \ --enable-pcregrep-libbz2 -ipkg_ac ${STRACE} # Networking +ipkg_ac ${WGET} +ipkg_cust ${TCPWRAPPERS} cis-tcp-wrappers +ipkg_cust ${PORTMAP} cis-portmap +ipkg_cust ${NFS_UTILS} cis-nfs-utils ipkg_cust ${INETUTILS} cis-inetutils if [ "x${USE_DYNAMIC_DNS}" = "xyes" ]; then - # For updating dynamic DNS entries. ipkg_cust ${DDCLIENT} cis-ddclient fi ipkg_ac_nb ${LIBPCAP} ipkg_ac ${TCPDUMP} -ipkg_ac_nb ${NMAP} +ipkg_ac_nb ${NMAP} --without-nmapfe ipkg_cust ${BIND} cis-bind ipkg_cust ${IPTABLES} cis-iptables +ipkg_ac ${CURL} +ipkg_ac ${RSYNC} if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then ipkg_cust ${MYSQL} cis-mysql fi +# Archiving ipkg_cust ${ZIP} cis-zip ipkg_cust ${UNZIP} cis-unzip ipkg_cust ${UNRAR} cis-unrar ipkg_ac ${CPIO} -ipkg_ac ${PARTED} -ipkg_ac ${CURL} -ipkg_ac ${RSYNC} + +ipkg_ac ${PARTED} --disable-device-mapper ipkg_ac ${ED} -ipkg_ac ${BC} "--with-readline" +ipkg_ac ${BC} --with-readline INIT_D_PATH=/etc/rc.d/init.d \ ipkg_ac_nb ${FUSE} ipkg_cust ${DOSFSTOOLS} cis-dosfstools -ipkg_ac ${CVS} "--disable-server" -ipkg_ac_nb ${GIT} -rscr once "Installing ${GIT_MANPAGES}" decompress_package ${GIT_MANPAGES} /usr/share/man +ipkg_ac ${CVS} --disable-server +ipkg_cust ${GIT} cis-git # Graphic libraries without X-Window dependencies ipkg_ac ${LIBJPEG} "--enable-static --enable-shared" -ipkg_ac ${LIBOPENJPEG} +ipkg_cust ${LIBOPENJPEG} cis-libopenjpeg ipkg_ac ${LIBPNG} ipkg_ac ${LIBART} ipkg_ac ${LIBEXIF}