From: "Brian C. Lane" <bcl@xxxxxxxxxx> The liveinst script can now be updated by an updates.img --- scripts/makeupdates | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/scripts/makeupdates b/scripts/makeupdates index b793e62..cf81940 100755 --- a/scripts/makeupdates +++ b/scripts/makeupdates @@ -146,6 +146,8 @@ def copyUpdatedFiles(tag, updates, cwd): elif file.endswith('/anaconda-generator'): # yeah, this should probably be more clever.. install_to_dir(file, "lib/systemd/system-generators") + elif file == "data/liveinst/liveinst": + install_to_dir(file, "usr/sbin") elif file.find('/') != -1: fields = file.split('/') subdir = fields[0] -- 1.7.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list