This repository has been archived on 2026-07-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nixos/scripts/create-linode-installer-disk.sh
T
beatzaplenty 04de84d03b
Check NixOS configurations / eval-hosts (push) Failing after 14m52s
updated flake
2026-07-15 09:28:33 +10:00

9 lines
229 B
Bash

#!/usr/bin/env bash
set -euo pipefail
#boot to rescue mode
# set root password
scp $RESULT_ISO root@$LINODE_IP:/tmp/nixos-auto.iso
#in LISH or ssh to rescue mode
dd if=/tmp/nixos.iso of=/dev/sda bs=4M status=progress conv=fsync