Merge branch 'master' of github.com:xfnw/alpine-make-vm-image
This commit is contained in:
commit
2eadf02d1a
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ step() {
|
||||||
printf '\n\033[1;36m%d) %s\033[0m\n' $_step_counter "$@" >&2 # bold cyan
|
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'
|
step 'Set up timezone'
|
||||||
setup-timezone -z UTC
|
setup-timezone -z UTC
|
||||||
|
|
|
@ -4,3 +4,4 @@ chrony
|
||||||
network-extras
|
network-extras
|
||||||
openssl
|
openssl
|
||||||
openssh
|
openssh
|
||||||
|
python3
|
||||||
|
|
Loading…
Reference in a new issue