]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
rename "debug" to "ramfsdebug" to differ from the kernel "debug" argument
authorHarald Hoyer <harald@redhat.com>
Tue, 24 Mar 2009 10:32:54 +0000 (11:32 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 24 Mar 2009 10:32:54 +0000 (11:32 +0100)
modules.d/99base/init

index b081a9339689bb1726b10246716d080d7d9fecb7..2539f602900dee0a1a1b66ecec26245831f5050e 100755 (executable)
@@ -42,7 +42,7 @@ mount -t sysfs /sys /sys >/dev/null 2>&1
 mount -t tmpfs -omode=0755 udev /dev >/dev/null 2>&1
 
 read CMDLINE </proc/cmdline;
-getarg debug && set -x
+getarg ramfsdebug && set -x
 # Make some basic devices first, let udev handle the rest
 mknod /dev/ptmx c 5 2
 mknod /dev/console c 5 1