From 421507ccf9c42c048eb0dabe7d3cf6b2bcc3c8ef Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 29 Jan 2016 13:21:45 +0100 Subject: Adabpt pxe menus. --- dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 44 +++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 5 deletions(-) (limited to 'dev-tools/openslxTFTPRoot') diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index 80a02627..6b895477 100755 --- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default @@ -51,15 +51,22 @@ MENU PASSPROMPT Passwort ben MENU CLEAR ONTIMEOUT net - LABEL shutdown MENU HIDE KERNEL kernel-shutdown APPEND initrd=initramfs-shutdown quiet +LABEL net + MENU LABEL ^archLinux Torben + KERNEL http://132.230.4.201:8080/archLinux/vmlinuz-linux + INITRD http://132.230.4.201:8080/archLinux/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=archLinux/ + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT LABEL net - MENU LABEL ^Dracut TEST Torben + MENU LABEL ^archLinux Torben Debug KERNEL http://132.230.4.201:8080/archLinux/vmlinuz-linux INITRD http://132.230.4.201:8080/archLinux/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=archLinux/ @@ -68,9 +75,36 @@ LABEL net MENU DEFAULT LABEL net - MENU LABEL ^Dracut TEST Janosch - KERNEL http://132.230.4.202:8080/archLinux/archLinux-vmlinuz-linux - INITRD http://132.230.4.202:8080/archLinux/archLinux-initramfs-test.img + MENU LABEL ^archLinux Torben serial debug + KERNEL http://132.230.4.201:8080/archLinux/vmlinuz-linux + INITRD http://132.230.4.201:8080/archLinux/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=archLinux/ systemd.journald.forward_to_console=1 console=tty0 console=ttyS0,128000 + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT + +LABEL net + MENU LABEL ^ubuntu Torben + KERNEL http://132.230.4.201:8080/ubuntu/vmlinuz-linux + INITRD http://132.230.4.201:8080/ubuntu/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=ubuntu/ + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT + +LABEL net + MENU LABEL ^ubuntu Torben debug + KERNEL http://132.230.4.201:8080/ubuntu/vmlinuz-linux + INITRD http://132.230.4.201:8080/ubuntu/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=ubuntu/ + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT + +LABEL net + MENU LABEL ^archLinux Janosch + KERNEL http://132.230.4.202:8080/archLinux/vmlinuz-linux + INITRD http://132.230.4.202:8080/archLinux/initramfs-test.img APPEND initrd=/archLinux-initramfs-test.img 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.202:8080 slxbase=archLinux/ SYSAPPEND 2 IPAPPEND 3 -- cgit v1.2.3-55-g7522