We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a1dbc8 + 4510504 commit 0d710b1Copy full SHA for 0d710b1
pkg/cidata/cidata.TEMPLATE.d/boot/00-modprobe.sh
@@ -7,6 +7,9 @@
7
# Because Arch Linux removes kernel module files when the kernel package was updated during running cloud-init :(
8
9
set -eu
10
+
11
+command -v modprobe >/dev/null 2>&1 || exit 0
12
13
for f in \
14
fuse \
15
tun tap \
0 commit comments