diff options
Diffstat (limited to 'config/live.cfg')
-rw-r--r-- | config/live.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/live.cfg b/config/live.cfg index ea8dc05..e9d84c3 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -48,6 +48,8 @@ my $_l = { [ 'files/halt.local.CD', '/sbin/halt.local', { mode => 0755, no_install => 1 } ], #- do not load usblp and trigger autosetupprintqueues in live since cups is not available [ 'files/live.modprobe.CD', '/etc/modprobe.d/live.conf', { mode => 0644, no_install => 1 } ], + # livecd specific initrd + [ 'files/live-dracut.conf', '/etc/dracut.conf.d/60-live.conf', { mode => 0644, no_install => 1 } ], ), #- disable first boot wizard at live boot [ 'files/firstboot', '/etc/sysconfig/firstboot', { mode => 0644 } ], |