summaryrefslogtreecommitdiffstats
path: root/dev-tools
diff options
context:
space:
mode:
authortorben2015-11-20 18:39:20 +0100
committertorben2015-11-20 18:39:20 +0100
commit5c073095e706ba3c0b39a9ae2126c6c1eb86739b (patch)
tree44fa295509581e2c66c59a5c6a92442ac448c931 /dev-tools
parentFix. (diff)
downloadsystemd-init-5c073095e706ba3c0b39a9ae2126c6c1eb86739b.tar.gz
systemd-init-5c073095e706ba3c0b39a9ae2126c6c1eb86739b.tar.xz
systemd-init-5c073095e706ba3c0b39a9ae2126c6c1eb86739b.zip
Fix pxe server config.
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
index da5eae74..6d01e78e 100644
--- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
+++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
@@ -8,7 +8,7 @@ MENU TITLE My PXE Boot Menu
LABEL arch
MENU LABEL ^arch network boot
KERNEL /vmlinuz-linux
-APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root 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 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/ vga=current
+APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root 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 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/ vga=current
LABEL BootNormal
MENU LABEL ^Boot Normal (HDD)