From e0d5ff2fb2cd9949a946d7608b4f5e1df68c9dbc Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 24 Feb 2024 10:22:19 -0500 Subject: [PATCH] enable deploy-initial script --- deploy-initial | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy-initial b/deploy-initial index ef5a886..d483f7b 100755 --- a/deploy-initial +++ b/deploy-initial @@ -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