X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Finstall-1;h=94ca72f251a0e15b4fa1ba6d83ee4e988e7b880c;hb=b7d1d99f41dcf50a8635f608679947f4455a0c7c;hp=61b542c618ef6d58c2be38c0ea0e48dc0cfbad82;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/install-1 b/stage2/install-1 index 61b542c..94ca72f 100755 --- a/stage2/install-1 +++ b/stage2/install-1 @@ -1,5 +1,4 @@ #!/bin/bash -set -o errtrace # Let shell functions inherit ERR trap. Same as `set -E'. # Reading system configuration informations, functions and package versions. source ../sysinfos @@ -15,6 +14,8 @@ fi init_log_file +rscr mult "Performing pre-install" pre-install + ipkg -l "${PERL}-pass1" ${PERL} ipkg -m noac ${KERNEL} ipkg -m noac ${MANPAGES} @@ -51,7 +52,7 @@ ipkg ${COREUTILS} ipkg -m noac ${IANA} ipkg ${MFOUR} ipkg ${BISON} -ipkg ${PROCPS} +ipkg -m noac ${PROCPS} ipkg ${LIBTOOL} ipkg ${FLEX} ipkg -m noac ${IPROUTE2}