diff options
author | torben | 2016-01-29 13:27:13 +0100 |
---|---|---|
committer | torben | 2016-01-29 13:27:13 +0100 |
commit | d35ef6a70d21475826eb1db6fcca6323f04c6336 (patch) | |
tree | 5d52af29ae6316bd94eda236e929d0bf297381d0 /dev-tools | |
parent | Adabpt pxe menus. (diff) | |
download | systemd-init-d35ef6a70d21475826eb1db6fcca6323f04c6336.tar.gz systemd-init-d35ef6a70d21475826eb1db6fcca6323f04c6336.tar.xz systemd-init-d35ef6a70d21475826eb1db6fcca6323f04c6336.zip |
Add cent os to remote boot.
Diffstat (limited to 'dev-tools')
-rwxr-xr-x | dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ -102,6 +102,24 @@ LABEL net 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 INITRD http://132.230.4.202:8080/archLinux/initramfs-test.img |