From: Harald Hoyer Date: Tue, 24 Mar 2009 10:31:07 +0000 (+0100) Subject: fixed the root kernel command argument X-Git-Tag: 0.1~282^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5f52afdca41a51ca42c5f8748676ae1dcf5f406;p=thirdparty%2Fdracut.git fixed the root kernel command argument --- diff --git a/test/test-initramfs b/test/test-initramfs index 3975d1f94..2b288d463 100755 --- a/test/test-initramfs +++ b/test/test-initramfs @@ -5,5 +5,5 @@ kernel=$(uname -r) qemu-kvm -hda test/root.ext2 -m 512M -nographic -net none \ -kernel /boot/vmlinuz-$kernel \ - -append "root=/dev/dracut/root rw rootfstype=ext2 quiet console=ttyS0,115200n81" \ - -initrd test/initramfs.testing \ No newline at end of file + -append "root=/dev/sda init=/init rw rootfstype=ext2 quiet ramfsdebug console=ttyS0,115200n81" \ + -initrd test/initramfs.testing