diff options
author | jandob | 2016-01-21 15:31:39 +0100 |
---|---|---|
committer | jandob | 2016-01-21 15:31:39 +0100 |
commit | 1d489e174f24a1ea78fce515464371304ce4db5b (patch) | |
tree | 370aa613c20adab1e416e3135b72cf0feae878f6 /dev-tools | |
parent | add xmount; refactor (diff) | |
download | systemd-init-1d489e174f24a1ea78fce515464371304ce4db5b.tar.gz systemd-init-1d489e174f24a1ea78fce515464371304ce4db5b.tar.xz systemd-init-1d489e174f24a1ea78fce515464371304ce4db5b.zip |
add debugging options to ipxe
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default index da0f4f5d..3ebe77f4 100644 --- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default @@ -8,7 +8,19 @@ MENU TITLE Janosch und Torbens Bastelspassmenu LABEL arch MENU LABEL ^arch network boot KERNEL /archLinux-vmlinuz-linux -APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=10.0.2.2:80,10.0.2.2:8080,10.0.2.2:8008,10.0.2.2:8090,10.0.2.2:8280,10.0.2.2:8888 slxbase=archLinux/ systemd.journald.forward_to_console=1 +APPEND initrd=/archLinux-initramfs-test.img acpi_osi="!Windows 2012" ip=10.0.2.15::10.0.2.2:255.255.255.0 slxsrv=10.0.2.2:80,10.0.2.2:8080,10.0.2.2:8008,10.0.2.2:8090,10.0.2.2:8280,10.0.2.2:8888 slxbase=archLinux/ +SYSAPPEND 2 + +LABEL arch +MENU LABEL ^arch network boot debug +KERNEL /archLinux-vmlinuz-linux +APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 slxsrv=10.0.2.2:80,10.0.2.2:8080,10.0.2.2:8008,10.0.2.2:8090,10.0.2.2:8280,10.0.2.2:8888 slxbase=archLinux/ systemd.log_level=info systemd.journald.forward_to_console=1 +SYSAPPEND 2 + +LABEL arch +MENU LABEL ^arch network boot serial debug +KERNEL /archLinux-vmlinuz-linux +APPEND initrd=/archLinux-initramfs-test.img loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 slxsrv=10.0.2.2:80,10.0.2.2:8080,10.0.2.2:8008,10.0.2.2:8090,10.0.2.2:8280,10.0.2.2:8888 slxbase=archLinux/ systemd.log_level=info systemd.journald.forward_to_console=1 console=tty0 console=ttyS0,128000 SYSAPPEND 2 LABEL ubuntu |