diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | draklive | 13 |
2 files changed, 1 insertions, 13 deletions
@@ -1,3 +1,4 @@ +- drop harcoded /etc/dracut.conf.d/60-live.conf - unmount /dev when needed 2.0: @@ -313,19 +313,6 @@ sub post_install_system { #- (don't use addVarsInSh from MDK::Common, it breaks shell escapes) substInFile { s/^PROMPT=.*/PROMPT=no/ } $live->get_system_root . '/etc/sysconfig/init'; - if (need_media_specific_boot($live)) { - output_with_perm($live->get_system_root . '/etc/dracut.conf.d/60-live.conf', 0644, <<EOF); -# it is a live, build initrd to boot any hardware -hostonly="no" -# load mga livecd support -add_dracutmodules+=" mgalive " -# dont add theese in initrd as they prevent display_driver_helper to work" -omit_drivers+=" radeon nouveau " -# compress with xz -compress_l="xz" -EOF - } - configure_draklive_resize($live); if ($live->{system}{preselect_kdm_user}) { |