mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-05-10 10:44:59 -04:00
update Arch Linux ISO to 2025.03.01
This commit is contained in:
parent
2758a47f8a
commit
286045f90c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ readonly drive=$(ssh $remote '[[ -e /dev/sda ]] && echo sda || echo vda')
|
|||
|
||||
# check for Arch ISO
|
||||
ssh $remote '[[ $(grep IMAGE_ID /etc/os-release) = "IMAGE_ID=archlinux" ]]' || exit 5
|
||||
ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2024.11.01" ]]' || exit 5
|
||||
ssh $remote '[[ $(grep IMAGE_VERSION /etc/os-release) = "IMAGE_VERSION=2025.03.01" ]]' || exit 5
|
||||
|
||||
ssh $remote "sfdisk /dev/$drive -w always <<< ';'"
|
||||
ssh $remote "mkfs.xfs -d agcount=$agcount -f /dev/${drive}1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue