diff options
| author | jandob | 2015-11-12 11:04:39 +0100 |
|---|---|---|
| committer | jandob | 2015-11-12 11:04:39 +0100 |
| commit | 6eb6b83f12efb8c61673bc59b80cf4fa0e57eb1c (patch) | |
| tree | c561280f25dffe00c39892f2624edb792de1f7d7 | |
| parent | add pxe (diff) | |
| download | systemd-init-6eb6b83f12efb8c61673bc59b80cf4fa0e57eb1c.tar.gz systemd-init-6eb6b83f12efb8c61673bc59b80cf4fa0e57eb1c.tar.xz systemd-init-6eb6b83f12efb8c61673bc59b80cf4fa0e57eb1c.zip | |
add kernel parameters to pxe boot
| -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 0fcf061c..74e774f3 100644 --- a/dev-tools/TFTP/pxelinux.cfg/default +++ b/dev-tools/TFTP/pxelinux.cfg/default @@ -12,4 +12,4 @@ LOCALBOOT 0 LABEL arch MENU LABEL ^arch Normal (HDD) KERNEL /vmlinuz-linux -APPEND initrd=/initramfs-test.img +APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root quiet loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=on vconsole.font=latarcyrheb-sun16 vconsole.keymap=de |
