mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2026-02-02 17:35:08 +01:00
tests: read serial instead of OCR for crypto tests
This commit is contained in:
parent
1ea3846dfc
commit
7207e54351
6 changed files with 10 additions and 14 deletions
|
|
@ -55,7 +55,7 @@
|
|||
documentation.enable = false;
|
||||
hardware.enableAllFirmware = lib.mkForce false;
|
||||
networking.hostId = "8425e349"; # from profiles/base.nix, needed for zfs
|
||||
boot.kernelParams = lib.mkAfter [ "console=tty0" ]; # needed to have serial interaction during boot
|
||||
boot.kernelParams = lib.mkIf enableOCR [ "console=tty0" ]; # needed for OCR
|
||||
boot.zfs.devNodes = "/dev/disk/by-uuid"; # needed because /dev/disk/by-id is empty in qemu-vms
|
||||
|
||||
boot.consoleLogLevel = lib.mkForce 100;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue