summaryrefslogtreecommitdiffstats
path: root/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg
diff options
context:
space:
mode:
authorjandob2015-11-26 18:17:27 +0100
committerjandob2015-11-26 18:17:27 +0100
commit579901e1e4bd4dc5ee858044db044ee34d930d70 (patch)
tree20a89d1006c1f26dbb044edc8c5c683390ce0a7c /dev-tools/virtualBoxTFTPRoot/pxelinux.cfg
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-579901e1e4bd4dc5ee858044db044ee34d930d70.tar.gz
systemd-init-579901e1e4bd4dc5ee858044db044ee34d930d70.tar.xz
systemd-init-579901e1e4bd4dc5ee858044db044ee34d930d70.zip
make virtualbox pxeconfig ubuntu entry
Diffstat (limited to 'dev-tools/virtualBoxTFTPRoot/pxelinux.cfg')
-rw-r--r--dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
index 1e459616..6d01d549 100644
--- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
+++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default
@@ -6,7 +6,12 @@ PROMPT 0
MENU TITLE My PXE Boot Menu
LABEL arch
-MENU LABEL ^test network boot
+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
+
+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