From f5f52afdca41a51ca42c5f8748676ae1dcf5f406 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 24 Mar 2009 11:31:07 +0100 Subject: [PATCH] fixed the root kernel command argument --- test/test-initramfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-initramfs b/test/test-initramfs index 3975d1f9..2b288d46 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