On Wed, Aug 21, 2013 at 12:56 PM, thegeezer <[email protected]> wrote: > anyone have any good pointers to an initramfs interrogator, maybe that > takes as argument kernel command line ?
If you are looking to test an initramfs, qemu is handy. qemu-kvm -kernel /boot/vmlinuz -initrd /boot/initramfs.img -append "kernel command line"

