On 04/23/2010 12:55 PM, [email protected] wrote: > From: Alan Pevec<[email protected]> > > 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 -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
