Add tftp for qemu; Include qemu in Makefile
This commit is contained in:
parent
bc4d1af428
commit
a4789e6902
3 changed files with 104 additions and 39 deletions
10
txt.cfg
Normal file
10
txt.cfg
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
label labsync
|
||||
menu label ^labsync
|
||||
kernel images/debian-stretch.linux
|
||||
append initrd=images/debian-stretch.initramfs.dev boot=labsync labsync_disk=/dev/sda labsync_partsize_boot=512 labsync_torrent=http://10.2.2.1/debian-stretch.torrent quiet vga=792 ip=10.2.2.10:::255.255.255.0:qemu-host:ens3:off labsync_wait=pause
|
||||
|
||||
label install
|
||||
menu label ^Install
|
||||
kernel debian-installer/amd64/linux
|
||||
append vga=788 initrd=debian-installer/amd64/initrd.gz --- quiet
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue