-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bob Fraser <[email protected]>
- Loading branch information
1 parent
e7a101b
commit 8e60ced
Showing
8 changed files
with
114 additions
and
54 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Copyright (c) 2017 Bob Fraser github.com/bobfraser1 | ||
Copyright (c) 2022 Bob Fraser github.com/bobfraser1 |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,39 +3,58 @@ | |
|
||
# Use US layout with US variant | ||
KEYMAPOPTS="us us" | ||
#KEYMAPOPTS=none | ||
|
||
# Set hostname to alpine | ||
HOSTNAMEOPTS="-n alpine" | ||
# Set hostname to 'alpine.localdomain' | ||
HOSTNAMEOPTS=alpine.localdomain | ||
|
||
# Set device manager to mdev | ||
DEVDOPTS=mdev | ||
|
||
# Contents of /etc/network/interfaces | ||
INTERFACESOPTS="auto lo | ||
iface lo inet loopback | ||
|
||
auto eth0 | ||
iface eth0 inet dhcp | ||
hostname alpine.localdomain | ||
" | ||
|
||
# Search domain of example.com, Google public nameserver | ||
# DNSOPTS="-d example.com 8.8.8.8" | ||
|
||
# Set timezone to UTC | ||
TIMEZONEOPTS="-z UTC" | ||
TIMEZONEOPTS="UTC" | ||
#TIMEZONEOPTS=none | ||
|
||
# set http/ftp proxy | ||
PROXYOPTS="none" | ||
#PROXYOPTS="http://webproxy:8080" | ||
PROXYOPTS=none | ||
|
||
# Add first mirror | ||
# Add first mirror (CDN) | ||
APKREPOSOPTS="-1" | ||
|
||
# Create admin user | ||
#USEROPTS="-a -u -g audio,video,netdev juser" | ||
#USERSSHKEY="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOIiHcbg/7ytfLFHUNLRgEAubFz/13SwXBOM/05GNZe4 [email protected]" | ||
#USERSSHKEY="https://example.com/juser.keys" | ||
|
||
# Install Openssh | ||
SSHDOPTS="-c openssh" | ||
SSHDOPTS=openssh | ||
#ROOTSSHKEY="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOIiHcbg/7ytfLFHUNLRgEAubFz/13SwXBOM/05GNZe4 [email protected]" | ||
#ROOTSSHKEY="https://example.com/juser.keys" | ||
|
||
# Use openntpd | ||
NTPOPTS="-c openntpd" | ||
NTPOPTS="openntpd" | ||
#NTPOPTS=none | ||
|
||
# Use /dev/sda as a system disk | ||
# Use /dev/sda as a sys disk | ||
DISKOPTS="-m sys /dev/sda" | ||
#DISKOPTS=none | ||
|
||
# Setup storage with label APKOVL for config storage | ||
#LBUOPTS="LABEL=APKOVL" | ||
LBUOPTS=none | ||
|
||
# Do not setup in /media/sdb1 | ||
# LBUOPTS="/media/sdb1" | ||
# APKCACHEOPTS="/media/sdb1/cache" | ||
#APKCACHEOPTS="/media/LABEL=APKOVL/cache" | ||
APKCACHEOPTS=none |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA6NF8iallvQVp22WDkTkyrtvp9eWW6A8YVr+kz4TjGYe7gHzIw+niNltGEFHzD8+v1I2YJ6oXevct1YeS0o9HZyN1Q9qgCgzUFtdOKLv6IedplqoPkcmF0aYet2PkEDo3MlTBckFXPITAMzF8dJSIFo9D8HfdOV0IAdx4O7PtixWKn5y2hMNG0zQPyUecp4pzC6kivAIhyfHilFR61RGL+GPXQ2MWZWFYbAGjyiYJnAmCP3NOTd0jMZEnDkbUvxhMmBYSdETk1rRgm+R4LOzFUGaHqHDLKLX+FIPKcF96hrucXzcWyLbIbEgE98OHlnVYCzRdK8jlqm8tehUc9c9WhQ== vagrant insecure public key |
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
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