From 9254ba3d62c732ad4979302ba2e13074d1e27c39 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 24 Jan 2013 18:48:27 -0800 Subject: [PATCH] Use update_seed_command, as documented Not update_command. Bug in 4dc9de30. --- targets/stage1/stage1-chroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2