diff options
Diffstat (limited to 'server/tftpboot')
-rw-r--r-- | server/tftpboot/pxelinux.0 | bin | 0 -> 14776 bytes | |||
-rw-r--r-- | server/tftpboot/pxelinux.cfg/adminmode | 5 | ||||
-rw-r--r-- | server/tftpboot/pxelinux.cfg/default | 11 |
3 files changed, 16 insertions, 0 deletions
diff --git a/server/tftpboot/pxelinux.0 b/server/tftpboot/pxelinux.0 Binary files differnew file mode 100644 index 00000000..08270f1a --- /dev/null +++ b/server/tftpboot/pxelinux.0 diff --git a/server/tftpboot/pxelinux.cfg/adminmode b/server/tftpboot/pxelinux.cfg/adminmode new file mode 100644 index 00000000..2ade1682 --- /dev/null +++ b/server/tftpboot/pxelinux.cfg/adminmode @@ -0,0 +1,5 @@ +DEFAULT pxe + +LABEL pxe +KERNEL linux +APPEND initrd=initrd.gz ip=dhcp ro vga=788 irqpoll acpi=on boot=admin diff --git a/server/tftpboot/pxelinux.cfg/default b/server/tftpboot/pxelinux.cfg/default new file mode 100644 index 00000000..80457f07 --- /dev/null +++ b/server/tftpboot/pxelinux.cfg/default @@ -0,0 +1,11 @@ +DEFAULT syslinux/vesamenu.c32 +MENU TITLE Aplicacion OpenGnsys + +LABEL 1 +MENU LABEL 1 +KERNEL syslinux/chain.c32 +APPEND hd0 + +PROMPT 0 +TIMEOUT 10 + |