summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xdraklive13
2 files changed, 1 insertions, 13 deletions
diff --git a/NEWS b/NEWS
index 0d3dbd7..ffe1903 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- drop harcoded /etc/dracut.conf.d/60-live.conf
- unmount /dev when needed
2.0:
diff --git a/draklive b/draklive
index 4f3f341..d3d9dbe 100755
--- a/draklive
+++ b/draklive
@@ -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}) {