Initial commit

This commit is contained in:
Maurice
2025-08-20 17:11:32 +02:00
commit 8c2f438749
21 changed files with 392 additions and 0 deletions

38
setup-alpine.answerfile Normal file
View 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