diff --git a/alpine-install-on-disk.sh b/alpine-install-on-disk.sh index ff0516e..493b2c4 100755 --- a/alpine-install-on-disk.sh +++ b/alpine-install-on-disk.sh @@ -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