Skip to content

marcelarosalesj/iso_inject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iso_inject

iso_inject Usage

# Inject to Ubuntu Desktop 16.04
./iso_inject.sh desktop
# Inject to Ubuntu Server 18.04
./iso_inject.sh serv18

Note: Right now Ubuntu Server 16.04 ISO injection is not working. Current process is relying on the manipulation of live image filesystem.

QEMU commands

qemu-img create -f raw target.img 30G
qemu-system-x86_64 -enable-kvm -m 2048 -boot d -hda target.img -cdrom custom-ubuntu-16.04.6-desktop-amd64.iso
qemu-system-x86_64 -enable-kvm -m 2048 -hda target.img

Documentation and references