enable deploy-initial script

This commit is contained in:
Daniel Micay 2024-02-24 10:22:19 -05:00
parent b185e04a2c
commit e0d5ff2fb2
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ readonly remote=root@$ip
ssh $remote '[[ $(grep IMAGE_ID /etc/os-release) = "IMAGE_ID=archlinux" ]]' || exit 5
ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2024.02.01" ]]' || exit 5
exit 2
ssh $remote "sfdisk /dev/$drive -w always <<< ';'"
ssh $remote "mkfs.xfs -f /dev/${drive}1"
rsync -tv pacman.d/mirrorlist $remote:/etc/pacman.d/mirrorlist