netboot.nix/config/initrd-include/bin/install.sh
2024-12-30 23:14:45 -05:00

7 lines
183 B
Bash

#!/run/current-system/sw/bin/bash
echo "Installing system using disco and flake"
disko-install --disk main /dev/sda --flake ${../etc}#zabbixProxy
echo "System should be installed?"