Initial commit
This commit is contained in:
38
setup-alpine.answerfile
Normal file
38
setup-alpine.answerfile
Normal file
@@ -0,0 +1,38 @@
|
||||
# See: https://wiki.alpinelinux.org/wiki/Using_an_answerfile_with_setup-alpine
|
||||
|
||||
# Keymap
|
||||
KEYMAPOPTS="us us"
|
||||
|
||||
# Host name
|
||||
HOSTNAMEOPTS="-n alpi"
|
||||
DNSOPTS=none
|
||||
|
||||
# Contents of /etc/network/interfaces
|
||||
INTERFACESOPTS="auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet static
|
||||
address 192.168.2.22
|
||||
netmask 255.255.255.0
|
||||
gateway 192.168.2.254
|
||||
"
|
||||
|
||||
TIMEZONEOPTS="-z Europe/Amsterdam"
|
||||
|
||||
PROXYOPTS=none
|
||||
|
||||
# User
|
||||
USEROPTS="-a -u -g audio,input,video,netdev admin"
|
||||
USERSSHKEY="https://github.com/maurictg.keys"
|
||||
|
||||
# First repo
|
||||
APKREPOSOPTS="-1"
|
||||
|
||||
SSHDOPTS="-c openssh"
|
||||
NTPOPTS="-c chrony"
|
||||
|
||||
# Data disk
|
||||
DISKOPTS="-m sys /dev/mmcblk0"
|
||||
LBUOPTS=none
|
||||
APKCACHEOPTS=none
|
||||
Reference in New Issue
Block a user