diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-11 16:13:52 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-11 16:13:52 +0000 |
commit | e515b6e2ed91aabe186e8dbaef54865aa66c6b61 (patch) | |
tree | dacca54b4209e024130044256c2b1d8031763f80 | |
parent | d058ab101c71274b58f94dd2f132f287ccd29707 (diff) | |
download | drakiso-e515b6e2ed91aabe186e8dbaef54865aa66c6b61.tar drakiso-e515b6e2ed91aabe186e8dbaef54865aa66c6b61.tar.gz drakiso-e515b6e2ed91aabe186e8dbaef54865aa66c6b61.tar.bz2 drakiso-e515b6e2ed91aabe186e8dbaef54865aa66c6b61.tar.xz drakiso-e515b6e2ed91aabe186e8dbaef54865aa66c6b61.zip |
drop harcoded /etc/dracut.conf.d/60-live.conf
-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}) { |