updated Readme, added syslinux files, added configuration

This commit is contained in:
Paul 2018-07-01 17:42:27 +02:00
parent 1532628942
commit d9297721c7
8 changed files with 26 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# 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 : ## DHCP server
Can use any DHCP server. These options needs to be enabled Can use any DHCP server. These options needs to be enabled
next-server : the TFTP server next-server : the TFTP server
filename : gpxelinux.0 filename : gpxelinux.0
## TFTP : ## TFTP
Use tftp-hpa or even all other implementation Use tftp-hpa or even all other implementation
## HTTP server : ## HTTP server
Maybe use nginx for this configuration, Apache is also possible choice 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 ## File tree
@ -38,6 +38,10 @@ reboot.c32
vesamenu.c32 vesamenu.c32
``` ```
## Misc
Files like \*.c32 gpxelinux.0 and memdisk are available on releases of syslinux 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) Files included in images/clonezilla are available on releases of clonezilla (iso versions contains these files)
Clonezilla binaries may be fetched separately

BIN
chain.c32 Executable file

Binary file not shown.

BIN
gpxelinux.0 Executable file

Binary file not shown.

BIN
memdisk Executable file

Binary file not shown.

BIN
menu.c32 Executable file

Binary file not shown.

18
pxelinux.cfg/default Executable file
View 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

Binary file not shown.

BIN
vesamenu.c32 Executable file

Binary file not shown.