diff options
author | torben | 2015-11-12 14:24:21 +0100 |
---|---|---|
committer | torben | 2015-11-12 14:24:21 +0100 |
commit | 740ad9a92a82ea8e05e233664d8dbdccd3f8c0e5 (patch) | |
tree | 3e20f4e47c121192b1db9cd208758a498d9ba35e /dev-tools | |
parent | Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff) | |
download | systemd-init-740ad9a92a82ea8e05e233664d8dbdccd3f8c0e5.tar.gz systemd-init-740ad9a92a82ea8e05e233664d8dbdccd3f8c0e5.tar.xz systemd-init-740ad9a92a82ea8e05e233664d8dbdccd3f8c0e5.zip |
Simulate rz pxe kcl.
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/TFTP/pxelinux.cfg/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tools/TFTP/pxelinux.cfg/default b/dev-tools/TFTP/pxelinux.cfg/default index 0ad11be5..271ab2a1 100644 --- a/dev-tools/TFTP/pxelinux.cfg/default +++ b/dev-tools/TFTP/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 quiet loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0::enp0s3:off vconsole.font=latarcyrheb-sun16 vconsole.keymap=de +APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15:132.230.4.6:10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de LABEL BootNormal MENU LABEL ^Boot Normal (HDD) |