[Fedora-livecd-list] [PATCH livecd-tools] livecd-creator ignores device directive

Mads Kiilerich mads at kiilerich.com
Fri Apr 23 11:04:11 UTC 2010


On 04/23/2010 12:55 PM, apevec at gmail.com wrote:
> From: Alan Pevec<apevec at redhat.com>
>
> create dracut.conf not /etc/sysconfig/mkinitrd
>
> Resolves: rhbz#585170

"You are not authorized to access bug #585170."

Could you please copy the relevant parts here and expand the description 
a bit - and tell how the actual patch relates to the subject and the 
description above?

> diff --git a/imgcreate/live.py b/imgcreate/live.py
> index 78cbff7..0d044ee 100644
> --- a/imgcreate/live.py
> +++ b/imgcreate/live.py
> @@ -181,11 +181,11 @@ class LiveImageCreatorBase(LoopImageCreator):
>
>       def _mount_instroot(self, base_on = None):
>           LoopImageCreator._mount_instroot(self, base_on)
> -        self.__write_initrd_conf(self._instroot + "/etc/sysconfig/mkinitrd")
> +        self.__write_initrd_conf(self._instroot + "/etc/dracut.conf")

Shouldn't imgcreate continue to support non-dracut systems? I assume we 
would like it to support all supported Fedora versions - and perhaps 
also your supported RHEL versions?

/Mads


More information about the livecd mailing list