File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ ${DOCKER} run --rm \
22
22
-v " ${PWD} /qemu-${QEMU_VERSION} -copying:/home/build/qemu-copying:ro" \
23
23
-v " ${PWD} /cri-dockerd-${CRI_DOCKERD_VERSION} -${ARCH} :/home/build/cri-dockerd.tar.gz:ro" \
24
24
-v " ${PWD} /cri-dockerd-${CRI_DOCKERD_VERSION} -${ARCH} .LICENSE:/home/build/cri-dockerd.license:ro" \
25
- -v " ${PWD} /sshd.pam:/home/build/sshd.pam:ro" \
26
25
$( env | grep ^LIMA_ | xargs -n 1 printf -- ' -e %s ' ) \
27
26
-e " LIMA_REPO_VERSION=${REPO_VERSION} " \
28
27
-e " LIMA_BUILD_ID=${BUILD_ID} " \
Original file line number Diff line number Diff line change 44
44
mkdir -p " $tmp " /etc/apk
45
45
makefile root:root 0644 " $tmp " /etc/apk/world << EOF
46
46
alpine-base
47
- openssh-server-pam
47
+ openssh-server
48
48
EOF
49
49
50
50
rc_add devfs sysinit
99
99
100
100
rc_add lima-overlay default
101
101
102
- mkdir -p " $tmp " /etc/pam.d
103
- cp /home/build/sshd.pam " ${tmp} /etc/pam.d/sshd"
104
-
105
102
if [ " ${LIMA_INSTALL_LIMA_INIT} " == " true" ]; then
106
103
rc_add lima-init default
107
104
rc_add lima-init-local default
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ profile_lima() {
13
13
kernel_cmdline=" console=hvc0 console=tty0 console=ttyS0,115200"
14
14
syslinux_serial=" 0 115200"
15
15
apkovl=" genapkovl-lima.sh"
16
- apks=" $apks openssh-server-pam "
16
+ apks=" $apks openssh-server"
17
17
if [ " ${LIMA_INSTALL_CA_CERTIFICATES} " == " true" ]; then
18
18
apks=" $apks ca-certificates"
19
19
fi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments