
Untitled
By: a guest on
Jul 17th, 2012 | syntax:
None | size: 0.60 KB | hits: 15 | expires: Never
> The latest version of dracut drops some modules that used to be included by
> default. I'll add this to the dracut.conf we write out.
/usr/lib/python*/site-packages/imgcreate/live.py:
def __write_dracut_conf(self, path):
should also have
f.write('add_dracutmodules+=" dmsquash-live "')
and if we are at it:
def _mount_instroot(self, base_on = None):
- self.__write_dracut_conf(self._instroot + "/etc/dracut.conf")
+ self.__write_dracut_conf(self._instroot + "/etc/dracut.conf.d/02livecd.conf")
This will prevent /etc/dracut.conf.rpmnew and just leaves it to the user.