[PATCH] Bundle more of data/ in updates.img

Brian C. Lane bcl at redhat.com
Thu Oct 11 16:56:38 UTC 2012


On Wed, Oct 10, 2012 at 11:08:30PM -0700, Jesse Keating wrote:
> ---
>  scripts/makeupdates | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/scripts/makeupdates b/scripts/makeupdates
> index 6842eca..89e12fa 100755
> --- a/scripts/makeupdates
> +++ b/scripts/makeupdates
> @@ -159,12 +159,16 @@ def copyUpdatedFiles(tag, updates, cwd):
>              install_to_dir(file, "lib/systemd/system-generators")
>          elif file == "data/tmux.conf":
>              install_to_dir(file, "usr/share/anaconda")
> +        elif file == "data/interactive-defaults.ks":
> +            install_to_dir(file, "usr/share/anaconda")
>          elif file == "data/liveinst/liveinst":
>              install_to_dir(file, "usr/sbin")
>          elif file == "data/70-anaconda.rules":
>              install_to_dir(file, "lib/udev/rules.d")
>          elif file.startswith("data/ui/"):
>              install_to_dir(file, "usr/share/anaconda/ui")
> +        elif file.startswith("data/post-scripts/"):
> +            install_to_dir(file, "usr/share/anaconda/post-scripts")
>          elif file.find('/') != -1:
>              fields = file.split('/')
>              subdir = fields[0]
> -- 
> 1.7.11.4

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20121011/40441972/attachment.sig>


More information about the anaconda-patches mailing list