summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-12-13 14:49:06 +0000
committerOlivier Blin <oblin@mandriva.com>2007-12-13 14:49:06 +0000
commite083d6ef0b2a22e9e9405c6e887e60e6a1abc019 (patch)
tree5927acd980036d88a5b9944d2ccaa77ede524c30
parent913c6f7ed38cc69fcfbeda15b30bc2e466dd131f (diff)
downloaddraklive-e083d6ef0b2a22e9e9405c6e887e60e6a1abc019.tar
draklive-e083d6ef0b2a22e9e9405c6e887e60e6a1abc019.tar.gz
draklive-e083d6ef0b2a22e9e9405c6e887e60e6a1abc019.tar.bz2
draklive-e083d6ef0b2a22e9e9405c6e887e60e6a1abc019.tar.xz
draklive-e083d6ef0b2a22e9e9405c6e887e60e6a1abc019.zip
rename debug command line option as initrd_debug not to conflict with kernel option
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 80fba2b..e223a7e 100755
--- a/draklive
+++ b/draklive
@@ -527,7 +527,7 @@ sub create_initrd_scriptlet {
my $pre = get_media_setting($media, 'pre');
my $fs = get_media_setting($media, 'fs');
my $rrpt_dev = get_media_setting($media, 'rereadpt');
- my $debug_shell = "sh -c 'if grep -q debug /proc/cmdline; then exec sh </dev/console >/dev/console 2>/dev/console; fi'";
+ my $debug_shell = "sh -c 'if grep -q initrd_debug /proc/cmdline; then exec sh </dev/console >/dev/console 2>/dev/console; fi'";
my ($mount_first, $mount_last) = partition { !$loop{$_->{type}}{delay_mount} }
grep { exists $loop{$_->{type}}{mount} } @{$live->{mount}{dirs} || []};