We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d2e0f + 47fd208 commit c3583adCopy full SHA for c3583ad
genapkovl-lima.sh
@@ -44,7 +44,7 @@ EOF
44
mkdir -p "$tmp"/etc/apk
45
makefile root:root 0644 "$tmp"/etc/apk/world <<EOF
46
alpine-base
47
-openssh-server
+openssh-server-pam
48
EOF
49
50
rc_add devfs sysinit
mkimg.lima.sh
@@ -13,7 +13,7 @@ profile_lima() {
13
kernel_cmdline="console=hvc0 console=tty0 console=ttyS0,115200"
14
syslinux_serial="0 115200"
15
apkovl="genapkovl-lima.sh"
16
- apks="$apks openssh-server"
+ apks="$apks openssh-server-pam"
17
if [ "${LIMA_INSTALL_CA_CERTIFICATES}" == "true" ]; then
18
apks="$apks ca-certificates"
19
fi
0 commit comments