diff options
author | torben | 2016-02-04 13:27:11 +0100 |
---|---|---|
committer | torben | 2016-02-04 13:27:11 +0100 |
commit | 87587ad57730b7f0c8e7948ad505886b8b5519d2 (patch) | |
tree | ad420ba8edc63d4a3167aa047b1fba7c4a2c596b /dev-tools | |
parent | Make brd kernel module use more resilient. (diff) | |
download | systemd-init-87587ad57730b7f0c8e7948ad505886b8b5519d2.tar.gz systemd-init-87587ad57730b7f0c8e7948ad505886b8b5519d2.tar.xz systemd-init-87587ad57730b7f0c8e7948ad505886b8b5519d2.zip |
Make proper names for developing boot enties.
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default index 31011d44..2134db2f 100644 --- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default @@ -12,13 +12,13 @@ APPEND initrd=/archLinux-initramfs-test.img acpi_osi="!Windows 2012" ip=10.0.2.1 SYSAPPEND 2 LABEL arch -MENU LABEL ^archLinux +MENU LABEL ^archLinux 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 ^archlinux +MENU LABEL ^archlinux 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 |