From 411c9f912dd9ef44cb8df35d436d0ea6954da283 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 15 Jan 2012 20:51:32 +0000 Subject: include all possible modules in initrd by setting hostonly=no in a dracut conf file /etc/dracut.conf.d/60-live.conf will need to be removed at live install --- draklive | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/draklive b/draklive index d23bcac..180bba6 100755 --- a/draklive +++ b/draklive @@ -313,6 +313,13 @@ 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, <{system}{preselect_kdm_user}) { -- cgit v1.2.1