I'm trying to make a KVM installing from ubuntu iso. In order to use the cmdline
argument in the XML to kickstart the vm (as i asked here) I need to figure out where the kernel intrd and kernel are on a iso disk or how I can access this so I Can simply dowload the ISO then mount and deploy a vps with a kickstart script
I understand I can do this
sudo mount -o loop path/to/iso/file/YOUR_ISO_FILE.ISO /media/iso
But then I'm still unsure what I point the directory too for the cmd line
Have a look at the
casper
directory for theinitrd.lz
file, in your caseshould bring you to the correct directory.
You can find a file, if you know part of its name by (for example)
or if it is in a directory with only 'sudo' permissions
when you have changed directory to the mountpoint.