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() {
1414 fi
1515}
1616
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+
1723SETUP_DNS=0
1824if [ -n " ${LIMA_CIDATA_UDP_DNS_LOCAL_PORT} " ] && [ " ${LIMA_CIDATA_UDP_DNS_LOCAL_PORT} " -ne 0 ]; then
1925 SETUP_DNS=1
@@ -25,9 +31,3 @@ if [ "${SETUP_DNS}" = 1 ]; then
2531 # Try to setup iptables rule again, in case we just installed iptables
2632 " ${LIMA_CIDATA_MNT} /boot/09-host-dns-setup.sh"
2733fi
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