parent
f8e3f7dc89
commit
3f3242c8be
1 changed files with 43 additions and 0 deletions
@ -0,0 +1,43 @@ |
||||
|
||||
# Example answer file for setup-alpine script |
||||
# If you don't want to use a certain option, then comment it out |
||||
|
||||
# Use US layout with US variant |
||||
KEYMAPOPTS="gb gb" |
||||
|
||||
# Set hostname to alpine-test |
||||
HOSTNAMEOPTS="-n alpine" |
||||
|
||||
# Contents of /etc/network/interfaces |
||||
INTERFACESOPTS="auto lo |
||||
iface lo inet loopback |
||||
|
||||
auto eth0 |
||||
iface eth0 inet dhcp |
||||
hostname alpine |
||||
" |
||||
|
||||
# Search domain of example.com, Google public nameserver |
||||
DNSOPTS="-d example.com 8.8.8.8" |
||||
|
||||
# Set timezone to UTC |
||||
TIMEZONEOPTS="-z GB" |
||||
|
||||
# set http/ftp proxy |
||||
#PROXYOPTS="http://webproxy:8080" |
||||
|
||||
# Add a random mirror |
||||
APKREPOSOPTS="-r" |
||||
|
||||
# Install Openssh |
||||
SSHDOPTS="-c openssh" |
||||
|
||||
# Use openntpd |
||||
NTPOPTS="-c openntpd" |
||||
|
||||
# Use /dev/sda as a data disk |
||||
DISKOPTS="-m sys /dev/sda" |
||||
|
||||
# Setup in /media/sdb1 |
||||
LBUOPTS="/media/sdb1" |
||||
APKCACHEOPTS="/media/sdb1/cache" |
Loading…
Reference in new issue