fixed the root kernel command argument
authorHarald Hoyer <harald@redhat.com>
Tue, 24 Mar 2009 10:31:07 +0000 (11:31 +0100)
committerHarald Hoyer <harald@redhat.com>
Tue, 24 Mar 2009 10:31:07 +0000 (11:31 +0100)
test/test-initramfs

index 3975d1f..2b288d4 100755 (executable)
@@ -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