added working pxe conf
This commit is contained in:
parent
278654866e
commit
1f9431f315
3 changed files with 46 additions and 1 deletions
6
config_files/srv/tftp/pxelinux.cfg/default
Normal file
6
config_files/srv/tftp/pxelinux.cfg/default
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
DEFAULT install-legacy
|
||||
LABEL install-legacy
|
||||
KERNEL vmlinuz
|
||||
INITRD initrd.lz
|
||||
APPEND boot=live live-config ip=dhcp fetch=http://192.168.0.1/lmde-7-cinnamon-64bit.iso live-media-path=/live
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue