Use update_seed_command, as documented
authorMatt Turner <mattst88@gmail.com>
Fri, 25 Jan 2013 02:48:27 +0000 (18:48 -0800)
committerMatt Turner <mattst88@gmail.com>
Fri, 25 Jan 2013 02:48:27 +0000 (18:48 -0800)
Not update_command. Bug in 4dc9de30.

targets/stage1/stage1-chroot.sh

index e40982b95db348d49d053ca28a868b0727085ad5..73d27ffefb2405ecf37bb4b6af11abe1a092cac5 100644 (file)
@@ -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