added ssh support

This commit is contained in:
Manfred Touron 2014-10-17 17:52:23 +00:00
parent 41e0a6adcb
commit d6ffe474c5
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ patch_image() {
# FIXME: locales
# - do_in_target locale-gen en_US.UTF-8
echo
# ssh server
do_in_target pacman -S --noconfirm openssh
do_in_target systemctl enable sshd.service
}
upgrade_image() {