Using "updates" makes parse-kickstart emit "live.updates=...". We need to run the cmdline script that parses that in order to make it actually happen. --- dracut/anaconda-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dracut/anaconda-lib.sh b/dracut/anaconda-lib.sh index 212e6b7..776a520 100755 --- a/dracut/anaconda-lib.sh +++ b/dracut/anaconda-lib.sh @@ -194,7 +194,7 @@ run_kickstart() { # re-parse new cmdline stuff from the kickstart . $hookdir/cmdline/*parse-anaconda-repo.sh - # TODO: parse for other stuff ks might set (updates, dd, etc.) + . $hookdir/cmdline/*parse-livenet.sh # live.updates case "$repotype" in http*|ftp|nfs*) do_net=1 ;; cdrom|hd|bd) do_disk=1 ;; -- 1.7.10.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list