Merge branch 'master' of github.com:xfnw/alpine-make-vm-image

This commit is contained in:
xfnw 2021-07-24 00:11:32 -04:00
commit 2eadf02d1a
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ step() {
printf '\n\033[1;36m%d) %s\033[0m\n' $_step_counter "$@" >&2 # bold cyan
}
sed -Ei "s|^[# ]*(ttyS0:.*)|\1|" /etc/inittab
step 'Set up timezone'
setup-timezone -z UTC

View file

@ -4,3 +4,4 @@ chrony
network-extras
openssl
openssh
python3