summaryrefslogtreecommitdiffstats
path: root/server/tftpboot/pxelinux.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'server/tftpboot/pxelinux.cfg')
-rw-r--r--server/tftpboot/pxelinux.cfg/adminmode5
-rw-r--r--server/tftpboot/pxelinux.cfg/default11
2 files changed, 16 insertions, 0 deletions
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
+