1
0
mirror of https://github.com/lesderid/image-archlinux synced 2025-04-11 14:45:39 +02:00

added ssh support

This commit is contained in:
Manfred Touron 2014-10-17 17:52:23 +00:00
parent 41e0a6adcb
commit d6ffe474c5

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() {