summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-05-11 16:13:52 +0000
committerThomas Backlund <tmb@mageia.org>2012-05-11 16:13:52 +0000
commite515b6e2ed91aabe186e8dbaef54865aa66c6b61 (patch)
treedacca54b4209e024130044256c2b1d8031763f80
parentd058ab101c71274b58f94dd2f132f287ccd29707 (diff)
downloaddraklive-distro/mga2.tar
draklive-distro/mga2.tar.gz
draklive-distro/mga2.tar.bz2
draklive-distro/mga2.tar.xz
draklive-distro/mga2.zip
drop harcoded /etc/dracut.conf.d/60-live.confdistro/mga2
-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}) {