summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xdraklive2
2 files changed, 2 insertions, 1 deletions
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),
);