diff options
author | torben | 2015-11-20 14:15:02 +0100 |
---|---|---|
committer | torben | 2015-11-20 14:15:02 +0100 |
commit | 7f7fd1c9e8d4f87a1e83e9a15eb9cdf4fe298716 (patch) | |
tree | 43d7bdd8df04291348dd978b508506c1e53a9955 /dev-tools/virtualBoxTFTPRoot | |
parent | Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff) | |
download | systemd-init-7f7fd1c9e8d4f87a1e83e9a15eb9cdf4fe298716.tar.gz systemd-init-7f7fd1c9e8d4f87a1e83e9a15eb9cdf4fe298716.tar.xz systemd-init-7f7fd1c9e8d4f87a1e83e9a15eb9cdf4fe298716.zip |
Fix log level in verbose mode.
Diffstat (limited to 'dev-tools/virtualBoxTFTPRoot')
-rw-r--r-- | dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default index 2dbe1e0a..58e36451 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=132.230.4.201 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=gateway slxbase=/ vga=current LABEL BootNormal MENU LABEL ^Boot Normal (HDD) |