From 0ad800a731880f5eb3d45dd5f2ac84d33713181d Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 22 Apr 2012 19:22:55 +0000 Subject: dont probe luks or raid devices during livecd boot --- draklive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draklive b/draklive index 100c4f6..1a5daa5 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', + 'splash quiet rd.luks=0 rd.md=0 rd.dm=0', 'vga=' . $live->{system}{vga_mode}), if_($append, $append), ); -- cgit v1.2.1