summaryrefslogtreecommitdiffstats
path: root/dev-tools/virtualBoxTFTPRoot
diff options
context:
space:
mode:
authortorben2015-11-20 15:56:14 +0100
committertorben2015-11-20 15:56:14 +0100
commitfc23fa6f63191a5f9a610949a497816744fa7248 (patch)
treecf5ba47de3443dd34ed3470eea57aae0ac0e6576 /dev-tools/virtualBoxTFTPRoot
parentSync. (diff)
downloadsystemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.tar.gz
systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.tar.xz
systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.zip
Supporting open slx configuration file.
Diffstat (limited to 'dev-tools/virtualBoxTFTPRoot')
-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 58e36451..c79410b8 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=gateway slxbase=/ 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:8080 slxbase=/archLinux/ vga=current
LABEL BootNormal
MENU LABEL ^Boot Normal (HDD)