From d35ef6a70d21475826eb1db6fcca6323f04c6336 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 29 Jan 2016 13:27:13 +0100 Subject: Add cent os to remote boot. --- dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'dev-tools') diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index 6b895477..16135097 100755 --- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default @@ -101,6 +101,24 @@ LABEL net IPAPPEND 3 MENU DEFAULT +LABEL net + MENU LABEL ^centOS Torben + KERNEL http://132.230.4.201:8080/centOS/vmlinuz-linux + INITRD http://132.230.4.201:8080/centOS/initramfs-test.img + APPEND loglevel=2 acpi_osi="!Windows 2012" rd.info vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=132.230.4.201:8080 slxbase=centOS/ + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT + +LABEL net + MENU LABEL ^centOS Torben debug + KERNEL http://132.230.4.201:8080/centOS/vmlinuz-linux + INITRD http://132.230.4.201:8080/centOS/initramfs-test.img + APPEND loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=132.230.4.201:8080 slxbase=centOS/ + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT + LABEL net MENU LABEL ^archLinux Janosch KERNEL http://132.230.4.202:8080/archLinux/vmlinuz-linux -- cgit v1.2.3-55-g7522