diff options
Diffstat (limited to 'dev-tools/openslxTFTPRoot/pxelinux.cfg/default')
-rwxr-xr-x | dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index 8968ad50..6e7cf66a 100755 --- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default @@ -127,3 +127,12 @@ LABEL net SYSAPPEND 2 IPAPPEND 3 MENU DEFAULT + +LABEL net + MENU LABEL ^archLinux Janosch debug + 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 rd.break=pre-shutdown vconsole.font=latarcyrheb-sun16 slxsrv=132.230.4.202:8080 slxbase=archLinux/ systemd.log_level=info systemd.journald.forward_to_console=1 + SYSAPPEND 2 + IPAPPEND 3 + MENU DEFAULT |