Minor improvements and normalization towards Quartiq workflow #6
2
README
2
README
|
@ -2,7 +2,7 @@
|
||||||
* sudo auto-install
|
* sudo auto-install
|
||||||
* Run memtest86
|
* Run memtest86
|
||||||
|
|||||||
* Copy device database to ~/artiq
|
* Copy device database to ~/artiq
|
||||||
* Set timezone
|
* Set timezone and kb layout
|
||||||
* Comment out openssh.authorizedKeys.keys
|
* Comment out openssh.authorizedKeys.keys
|
||||||
* sudo nixos-rebuild boot
|
* sudo nixos-rebuild boot
|
||||||
* sudo nix-collect-garbage -d
|
* sudo nix-collect-garbage -d
|
||||||
|
|
Loading…
Reference in New Issue
The issue with auto-reboot here is you need to monitor the installation and then select memtest86 after it has finished.
Either somehow set up the bootloader so it runs memtest86 on the first boot, or move memtest86 at the end (but user reboot is still necessary so it's not clear what has been added with auto-reboot, and also auto-reboot loses any messages printed by nixos-install), or revert this change.