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