Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 910 Bytes

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