-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathanswerfile
More file actions
21 lines (20 loc) · 770 Bytes
/
answerfile
File metadata and controls
21 lines (20 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
KEYMAPOPTS="us us"
HOSTNAMEOPTS="-n alpine"
INTERFACESOPTS="auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
hostname alpine
"
TIMEZONEOPTS="-z UTC"
PROXYOPTS="none"
# this picks a random mirror
APKREPOSOPTS="-r"
## the CDNs are probably the better bet on a cell phone as you might move around between multiple locations
## Warning: this is only tested with Alpine 3.22
# APKREPOSOPTS="http://dl-cdn.alpinelinux.org/alpine/v3.22/main http://dl-cdn.alpinelinux.org/alpine/v3.22/community"
## same but pointing to the latest stable of alpine
# APKREPOSOPTS="http://dl-cdn.alpinelinux.org/alpine/latest-stable/main http://dl-cdn.alpinelinux.org/alpine/latest-stable/community"
SSHDOPTS="-c openssh"
NTPOPTS="-c busybox"
DISKOPTS="-v -m sys -s 0 /dev/sda"