# setup-alpine-answers.sh # This is used by install-base.sh as answers to `setup-alpine`. # # Copyright (C) 2019 Stack41, LLC. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . KEYMAPOPTS="us us" HOSTNAMEOPTS="-n localhost" INTERFACESOPTS="auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp udhcpc_opts -t 20 " DNSOPTS="-d stack41.com 10.4.10.1" TIMEZONEOPTS="-z UTC" PROXYOPTS="none" APKREPOSOPTS="-1" SSHDOPTS="-c none" NTPOPTS="-c openntpd" DISKOPTS="-m sys /dev/vda"