Last active
November 26, 2017 21:33
-
-
Save jjzazuet/a1cc4f1748b3506197d8e569bd89fced to your computer and use it in GitHub Desktop.
alpine-node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
KEYMAPOPTS="us us" | |
HOSTNAMEOPTS="-n alpine" | |
INTERFACESOPTS="auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
hostname alpine | |
iface eth0 inet6 manual | |
pre-up echo 1 > /proc/sys/net/ipv6/conf/eth0/accept_ra | |
" | |
TIMEZONEOPTS="-z UTC" | |
PROXYOPTS="none" | |
APKREPOSOPTS="-f" | |
SSHDOPTS="-c dropbear" | |
NTPOPTS="-c chrony" | |
DISKOPTS="-m sys /dev/vda" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment