Use update_seed_command, as documented
[catalyst.git] / 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