-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathconfig.sample
More file actions
24 lines (17 loc) · 921 Bytes
/
config.sample
File metadata and controls
24 lines (17 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# installation dir
export INSTALLATION_DIR="$HOME/alpine"
# qemu firmware
export FIRMWARE=$PREFIX/share/qemu/edk2-x86_64-code.fd
# you can change this e.g. for testing on debian
#export FIRMWARE=/usr/share/ovmf/OVMF.fd
# mitigate for alpine dns issues
# https://unix.stackexchange.com/questions/441664/alpine-linux-sometimes-dns-is-not-resolved
export DNS_SERVER=8.8.8.8
# careful - some cell phones don't support >4gb
export DISK_SIZE=4G
# Alpine requires some complexity for the password. Change this after installation!
export ROOT_PASSWORD=Secret123
# Alpine iso for virtual machines / change also the version number in the 'answerfile'
# Warning: this is only tested with Alpine 3.22 - new versions new bugs/issues
export ALPINE_ISO_URL=https://dl-cdn.alpinelinux.org/alpine/v3.22/releases/x86_64/alpine-virt-3.22.1-x86_64.iso
#export ALPINE_ISO_URL=http://my-mirror.example.com/alpine-virt-3.22.1-x86_64.iso