=== modified file 'functions/fsb_target_gentoo_base' --- functions/fsb_target_gentoo_base 2013-05-14 19:21:38 +0000 +++ functions/fsb_target_gentoo_base 2013-05-14 18:56:42 +0000 @@ -12,4 +12,4 @@ build_target gentoo_init fsb_gentoo_profile_add mix-ins/nokit mix-ins/portage22 -fsb_chroot_bash emerge -1 '>=sys-apps/portage-2.2.0_alpha1' || die +fsb_chroot_bash emerge -u portage || die === modified file 'functions/fsb_target_gentoo_system' --- functions/fsb_target_gentoo_system 2013-05-14 19:21:38 +0000 +++ functions/fsb_target_gentoo_system 2013-05-14 18:56:42 +0000 @@ -13,4 +13,3 @@ fsb_chroot_bash emerge -uDN @world fsb_chroot_bash emerge --depclean -fsb_chroot_bash revdep-rebuild === modified file 'template/chroot.sh' --- template/chroot.sh 2013-05-14 19:21:38 +0000 +++ template/chroot.sh 2013-05-14 16:35:20 +0000 @@ -8,7 +8,6 @@ NEW_ENV[HOST]=$DIR:t NEW_ENV[HOME]=/root/ NEW_ENV[PATH]="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" -NEW_ENV[TERM]=$TERM # NEW_ENV[TERM]="${TERM%-256color}" do_chroot() {