alpine: update to installer to 3.19.0
This commit is contained in:
parent
466a9c7dd1
commit
5d5e94d05f
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ if [ $# -ne 3 ]; then
|
|||
echo " disk: which disk to install to"
|
||||
echo " ssh-keyfile: ssh keys to add into the image"
|
||||
echo " use efi or bios partitioning"
|
||||
echo "post install in OS: apk add hdparm sudo wget efibootmgr git"
|
||||
echo "pre install in OS: apk add hdparm sudo wget efibootmgr git sfdisk"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -16,8 +16,9 @@ DISK=$1; shift
|
|||
SSH_KEYS=$1; shift
|
||||
BOOT_VIA=$1; shift
|
||||
|
||||
MAJOR_VERSION=3.18
|
||||
MINOR_VERSION=4
|
||||
MAJOR_VERSION=3.19
|
||||
MINOR_VERSION=0
|
||||
|
||||
IMAGE=alpine-minirootfs-$MAJOR_VERSION.$MINOR_VERSION-x86_64.tar.gz
|
||||
|
||||
RESOLVCONF=/etc/resolv.conf
|
||||
|
|
Loading…
Reference in a new issue