File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkg/cidata/cidata.TEMPLATE.d/boot Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ update_fuse_conf() {
14
14
fi
15
15
}
16
16
17
+ # update_fuse_conf has to be called after installing all the packages,
18
+ # otherwise apt-get fails with conflict
19
+ if [ " ${LIMA_CIDATA_MOUNTTYPE} " = " reverse-sshfs" ]; then
20
+ update_fuse_conf
21
+ fi
22
+
17
23
SETUP_DNS=0
18
24
if [ -n " ${LIMA_CIDATA_UDP_DNS_LOCAL_PORT} " ] && [ " ${LIMA_CIDATA_UDP_DNS_LOCAL_PORT} " -ne 0 ]; then
19
25
SETUP_DNS=1
@@ -25,9 +31,3 @@ if [ "${SETUP_DNS}" = 1 ]; then
25
31
# Try to setup iptables rule again, in case we just installed iptables
26
32
" ${LIMA_CIDATA_MNT} /boot/09-host-dns-setup.sh"
27
33
fi
28
-
29
- # update_fuse_conf has to be called after installing all the packages,
30
- # otherwise apt-get fails with conflict
31
- if [ " ${LIMA_CIDATA_MOUNTTYPE} " = " reverse-sshfs" ]; then
32
- update_fuse_conf
33
- fi
You can’t perform that action at this time.
0 commit comments