From: Matt Turner <mattst88@gmail.com> Date: Fri, 25 Jan 2013 02:48:27 +0000 (-0800) Subject: Use update_seed_command, as documented X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9254ba3d62c732ad4979302ba2e13074d1e27c39;p=catalyst.git Use update_seed_command, as documented Not update_command. Bug in 4dc9de30. --- diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index e40982b9..73d27ffe 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -25,8 +25,8 @@ clst_root_path=/ setup_pkgmgr if [ -n "${clst_update_seed}" ]; then if [ "${clst_update_seed}" == "yes" ]; then echo "Updating seed stage..." - if [ -n "${clst_update_command}" ]; then - clst_root_path=/ run_merge "${clst_update_command}" + if [ -n "${clst_update_seed_command}" ]; then + clst_root_path=/ run_merge "${clst_update_seed_command}" else clst_root_path=/ run_merge "--update --deep --newuse --onlydeps gcc" fi