From cad8fb1ec20cfae4bbcad281aaecea9be7ae120a Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 22 May 2015 21:00:18 +0300 Subject: add noiswmd on kernel command line --- NEWS | 1 + draklive | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 04af40e..8191830 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- add noiswmd on kernel command line - add efiboot.img on x86_64 isos - add missing isolinux menu files diff --git a/draklive b/draklive index 4f40bbb..fdd674d 100755 --- a/draklive +++ b/draklive @@ -60,7 +60,7 @@ sub get_default_append { if_($use_dracut || !need_media_specific_boot($live), 'root=mgalive:' . $live->{media}->get_media_source_for_nash), if_($live->{system}{vga_mode} && $append !~ /\bvga=\b/, - 'splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0', + 'splash quiet noiswmd rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0', 'vga=' . $live->{system}{vga_mode}), if_($append, $append), ); -- cgit v1.2.1