updated Readme, added syslinux files, added configuration
This commit is contained in:
parent
1532628942
commit
d9297721c7
12
README.md
12
README.md
@ -1,16 +1,16 @@
|
||||
# pxeghost
|
||||
PXEGhost is an imaging configuration to use with Clonezilla wich boots over the network
|
||||
|
||||
## DHCP server :
|
||||
## DHCP server
|
||||
Can use any DHCP server. These options needs to be enabled
|
||||
next-server : the TFTP server
|
||||
filename : gpxelinux.0
|
||||
|
||||
## TFTP :
|
||||
## TFTP
|
||||
Use tftp-hpa or even all other implementation
|
||||
|
||||
## HTTP server :
|
||||
Maybe use nginx for this configuration, Apache is also possible choice
|
||||
## HTTP server
|
||||
Maybe use nginx for this configuration, Apache is also possible choice. Files on images directory may be served as MIME-Type application/octet-stream
|
||||
|
||||
## File tree
|
||||
|
||||
@ -38,6 +38,10 @@ reboot.c32
|
||||
vesamenu.c32
|
||||
```
|
||||
|
||||
## Misc
|
||||
|
||||
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)
|
||||
|
||||
Clonezilla binaries may be fetched separately
|
||||
|
BIN
gpxelinux.0
Executable file
BIN
gpxelinux.0
Executable file
Binary file not shown.
18
pxelinux.cfg/default
Executable file
18
pxelinux.cfg/default
Executable file
@ -0,0 +1,18 @@
|
||||
ui menu.c32
|
||||
menu title Boot PXE PaulBSD
|
||||
|
||||
label Clonezilla wizard
|
||||
menu label Clonezilla (wizard)
|
||||
kernel images/clonezilla/vmlinuz
|
||||
append initrd=images/clonezilla/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_repository="smb://domain;administrator:Password7@nas.paulbsd.com/images" locales="fr_FR.UTF-8" keyboard-layouts="fr" ocs_live_batch="no" locales="" vga=788 nosplash noprompt fetch=http://nas.paulbsd.com/tftp/images/clonezilla/filesystem.squashfs
|
||||
|
||||
label Clonezilla (backup)
|
||||
menu label Clonezilla (backup)
|
||||
kernel images/clonezilla/vmlinuz
|
||||
append initrd=images/clonezilla/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-sr -q2 -c -j2 -z1p -i 4096 -fsck -scs -scr -senc -p reboot savedisk ask_user ask_user" ocs_live_extra_param="" ocs_repository="smb://domain;administrator:Password7@nas.paulbsd.com/images" locales="fr_FR.UTF-8" keyboard-layouts="fr" ocs_live_batch="no" locales="" vga=788 nosplash noprompt fetch=http://nas.paulbsd.com/tftp/images/clonezilla/filesystem.squashfs
|
||||
|
||||
label Clonezilla (restore)
|
||||
menu label Clonezilla (restore)
|
||||
kernel images/clonezilla/vmlinuz
|
||||
append initrd=images/clonezilla/initrd.img boot=live config noswap nolocales edd=on nomodeset ocs_live_run="ocs-sr -q2 -c -j2 -z1p -i 4096 -fsck -scs -scr -senc -p reboot restoredisk ask_user ask_user" ocs_live_extra_param="" ocs_repository="smb://domain;administrator:Password7@nas.paulbsd.com/images" locales="fr_FR.UTF-8" keyboard-layouts="fr" ocs_live_batch="no" locales="" vga=788 nosplash noprompt fetch=http://nas.paulbsd.com/tftp/images/clonezilla/filesystem.squashfs
|
||||
|
BIN
reboot.c32
Executable file
BIN
reboot.c32
Executable file
Binary file not shown.
BIN
vesamenu.c32
Executable file
BIN
vesamenu.c32
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user