From 9f15467922c34dc945db38cce183a7cd6ec3a953 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 17 Jun 2013 22:24:51 -0400 Subject: [PATCH] Moved BC from stage3 to stage 2 BC is required by newer kernels --- stage2/hv-install-2 | 1 + stage2/packages-update | 1 + stage3/hv-install-1 | 1 - stage3/packages-update | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stage2/hv-install-2 b/stage2/hv-install-2 index 06651f5..7a29ca4 100755 --- a/stage2/hv-install-2 +++ b/stage2/hv-install-2 @@ -4,6 +4,7 @@ source ../functions/main init_log_file +ipkg ${BC} "--with-readline" ipkg ${GDBM} ipkg ${INETUTILS} ipkg -m noac ${BZIP2} diff --git a/stage2/packages-update b/stage2/packages-update index 3b3d591..8ada0df 100755 --- a/stage2/packages-update +++ b/stage2/packages-update @@ -50,6 +50,7 @@ lpkg 1 ${UDEV} lpkg 1 ${XZ_UTILS} # These packages are only for stage2 +fpkg -e "tar.bz2" ${BC} "http://alpha.gnu.org/gnu/bc" fpkg -e "tar.gz" ${PERL} "http://www.cpan.org/src/5.0" fpkg -s "manpages" ${MANPAGES} "http://tldp.org" diff --git a/stage3/hv-install-1 b/stage3/hv-install-1 index 4a00ff6..c7a2f61 100755 --- a/stage3/hv-install-1 +++ b/stage3/hv-install-1 @@ -83,7 +83,6 @@ ipkg ${CPIO} "\ ipkg ${SCREEN} ipkg ${PARTED} "--disable-device-mapper" -ipkg ${BC} "--with-readline" INIT_D_PATH=/etc/rc.d/init.d \ ipkg -m acnb ${FUSE} ipkg -m noac ${DOSFSTOOLS} diff --git a/stage3/packages-update b/stage3/packages-update index 3d72fd3..0cb4041 100755 --- a/stage3/packages-update +++ b/stage3/packages-update @@ -68,7 +68,6 @@ fpkg -m gnu ${CPIO} fpkg -m gnu ${SCREEN} fpkg -m gnu ${PARTED} -fpkg -e "tar.bz2" ${BC} "http://alpha.gnu.org/gnu/bc" fpkg -m sf ${FUSE} fpkg -e "tar.gz" ${DOSFSTOOLS} "http://fossies.org/linux/misc" -- 2.20.1