diff options
author | Raúl Benencia <rul@kalgan.cc> | 2019-01-08 19:45:19 -0800 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2019-01-08 19:45:19 -0800 |
commit | 943864231aa4caf367ae86a066c1ef63c3d17d41 (patch) | |
tree | 63f1f0b87c8753323ed24052dc114369c8e41a36 /configs/example-templates-configs/ipxe/linux.cfg.slc | |
parent | f08e7ef525d431223084184e5e234ed8acbecfc4 (diff) |
Rename example-templates-configs to data-dir
Diffstat (limited to 'configs/example-templates-configs/ipxe/linux.cfg.slc')
-rw-r--r-- | configs/example-templates-configs/ipxe/linux.cfg.slc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configs/example-templates-configs/ipxe/linux.cfg.slc b/configs/example-templates-configs/ipxe/linux.cfg.slc deleted file mode 100644 index 512f7f2..0000000 --- a/configs/example-templates-configs/ipxe/linux.cfg.slc +++ /dev/null @@ -1,15 +0,0 @@ -{{define "linux.cfg" -}} -#!ipxe - -# We set VGA to normal and nomodeset because often the framebuffers -# are extraordinarily slow. - -# Two serial interfaces enabled, hopefully one for local and one for remote -# on Dells with iDRAC/iKVM (serial over lan). - -# libata.force=noncq for https://bbs.archlinux.org/viewtopic.php?id=196267 -# We probably want ncq for harddrives, but we don't have many of those. -# queued trim is broken with our 850PRO/Linux combo, or maybe entirely on the Samsung 850 PRO SSDs - -set linuxargs hostname={{.hostname}} console=tty0 console=ttyS0,115200n8 console=ttyS1,115200n8 vga=normal biosdevname=0 nomodeset interface=auto libata.force=noncq consoleblank=0 -{{end}}
\ No newline at end of file |