Update README.md
This commit is contained in:
parent
684ccbec1c
commit
1532628942
41
README.md
41
README.md
@ -1,2 +1,43 @@
|
|||||||
# pxeghost
|
# pxeghost
|
||||||
PXEGhost is an imaging configuration to use with Clonezilla wich boots over the network
|
PXEGhost is an imaging configuration to use with Clonezilla wich boots over the network
|
||||||
|
|
||||||
|
## DHCP server :
|
||||||
|
Can use any DHCP server. These options needs to be enabled
|
||||||
|
next-server : the TFTP server
|
||||||
|
filename : gpxelinux.0
|
||||||
|
|
||||||
|
## TFTP :
|
||||||
|
Use tftp-hpa or even all other implementation
|
||||||
|
|
||||||
|
## HTTP server :
|
||||||
|
Maybe use nginx for this configuration, Apache is also possible choice
|
||||||
|
|
||||||
|
## File tree
|
||||||
|
|
||||||
|
```
|
||||||
|
chain.c32
|
||||||
|
gpxelinux.0
|
||||||
|
images/
|
||||||
|
images/clonezilla
|
||||||
|
images/clonezilla/vmlinuz
|
||||||
|
images/clonezilla/memtest
|
||||||
|
images/clonezilla/ipxe.lkn
|
||||||
|
images/clonezilla/ipxe.efi
|
||||||
|
images/clonezilla/initrd.img
|
||||||
|
images/clonezilla/freedos.img
|
||||||
|
images/clonezilla/filesystem.squashfs
|
||||||
|
images/clonezilla/filesystem.size
|
||||||
|
images/clonezilla/filesystem.packages-remove
|
||||||
|
images/clonezilla/filesystem.packages
|
||||||
|
images/clonezilla/Clonezilla-Live-Version
|
||||||
|
memdisk
|
||||||
|
menu.c32
|
||||||
|
pxelinux.cfg
|
||||||
|
pxelinux.cfg/default
|
||||||
|
reboot.c32
|
||||||
|
vesamenu.c32
|
||||||
|
```
|
||||||
|
|
||||||
|
Files like \*.c32 gpxelinux.0 and memdisk are available on releases of syslinux
|
||||||
|
|
||||||
|
Files included in images/clonezilla are available on releases of clonezilla (iso versions contains these files)
|
||||||
|
Loading…
Reference in New Issue
Block a user