updates for t11 and fsf
[automated-distro-installer] / fai / config / class / D16.var
index dc8d96bc9a755f70961cee6d1db099c0ea29db4c..fce2f84347ef7ce090addddb6480543143e3e594 100644 (file)
@@ -1,3 +1,10 @@
+# /a/opt/linux/Documentation/admin-guide/serial-console.rst
+# https://libreboot.org/docs/hardware/kgpe-d16.html
+
+
 # pci=realloc=off = per rubens suggestion to make a d16 more stable
-d16_cmdline="console=ttyS0,115200n8 pci=realloc=off console=tty0"
-d16_cmdline="pci=realloc=off console=tty0"
+
+# we make tty0 the last one so that it gets /dev/console and then
+# debian's cryptsetup addition askpass prompts there in the initramfs.
+# todo: file a bug to make it prompt on both.
+d16_cmdline="pci=realloc=off console=ttyS0,115200n8 console=tty0"