Skip to content

Commit

Permalink
add download script for latest alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
idroz committed Mar 21, 2024
1 parent 6ffcf9d commit 54b6aff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/build_alpine_aarch64_machine_image.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
VERSION=3.19
MINORVERSION=1
ARCH="aarch64"
ISO=https://dl-cdn.alpinelinux.org/alpine/v$VERSION/releases/$ARCH/alpine-standard-$VERSION.$MINORVERSION-$ARCH.iso


wget $ISO


# inside the vm run alpine-setup
# Allow root ssh login: yes
# Which disk you would like to use: sda
# How would you like to use it: sys

0 comments on commit 54b6aff

Please sign in to comment.