projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2eb7ae
)
Use update_seed_command, as documented
author
Matt Turner
<mattst88@gmail.com>
Fri, 25 Jan 2013 02:48:27 +0000
(18:48 -0800)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/targets/stage1/stage1-chroot.sh
b/targets/stage1/stage1-chroot.sh
index e40982b95db348d49d053ca28a868b0727085ad5..73d27ffefb2405ecf37bb4b6af11abe1a092cac5 100644
(file)
--- 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