updated mirror and boot partition size for arch

This commit is contained in:
Beth Parker 2025-10-10 16:59:31 -05:00
parent fcd9bfe839
commit ca23b70e4d
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
"value": 512 "value": 512
}, },
"unit": "MiB", "unit": "MiB",
"value": 203 "value": 500
}, },
"start": { "start": {
"sector_size": { "sector_size": {

View file

@ -15,7 +15,7 @@ case $1 in
#defaults to arch #defaults to arch
latest=`date -d yesterday +"%Y.%m.01"` latest=`date -d yesterday +"%Y.%m.01"`
if [ ! -f /tmp/arch-${latest}.iso ];then if [ ! -f /tmp/arch-${latest}.iso ];then
wget https://mirror.arizona.edu/archlinux/iso/${latest}/archlinux-${latest}-x86_64.iso -O /tmp/arch-${latest}.iso wget https://mirror.cs.odu.edu/archlinux/iso/${latest}/archlinux-${latest}-x86_64.iso -O /tmp/arch-${latest}.iso
fi fi
echo "/tmp/arch-${latest}.iso" echo "/tmp/arch-${latest}.iso"
;; ;;