write installer

This commit is contained in:
Christoph Cullmann 2025-07-02 20:33:15 +02:00
parent 778580c440
commit 2fddf4d92e
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ nix build .#uboot-asahi -o u-boot
nix build .#installer-bootstrap -o installer -j4 -L
# write to USB stick
doas dd if=result/iso/nixos-*-x86_64-linux.iso of=/dev/sda bs=4M conv=fsync
doas dd if=installer/iso/nixos-25.11.20250528.96ec055-aarch64-linux.iso of=/dev/sda bs=4M conv=fsync
#
# enable ssh for root