summaryrefslogtreecommitdiffstats
path: root/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
diff options
context:
space:
mode:
authortorben2015-11-26 20:12:49 +0100
committertorben2015-11-26 20:12:49 +0100
commiteeaa514c2291f716ce168bbeccb24f5873b56527 (patch)
tree34929004fa1b5876859507dd75a0aec7d41d48c8 /dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-eeaa514c2291f716ce168bbeccb24f5873b56527.tar.gz
systemd-init-eeaa514c2291f716ce168bbeccb24f5873b56527.tar.xz
systemd-init-eeaa514c2291f716ce168bbeccb24f5873b56527.zip
Sync.
Diffstat (limited to 'dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default')
-rw-r--r--dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
index 6d01d549..36bc382e 100644
--- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
+++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
@@ -7,13 +7,14 @@ 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-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/ vga=current
+KERNEL /archLinux-vmlinuz-linux
+APPEND initrd=/archLinux-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-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/ vga=current
LABEL ubuntu
MENU LABEL ^ubuntu 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-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=ubuntu/ vga=current
+KERNEL /ubuntu-vmlinuz-linux
+APPEND initrd=/ubuntu-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.keymap=de-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 net.ifnames=1 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=ubuntu/ vga=current
+# TODO vconsole.font=latarcyrheb-sun16
LABEL BootNormal
MENU LABEL ^Boot Normal (HDD)