We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdde95 commit 60e4a6cCopy full SHA for 60e4a6c
1 file changed
scripts/make-rootfs.sh
@@ -18,9 +18,9 @@ cat pacman-conf.d-noextract.conf >> "$BUILDDIR/etc/pacman.conf"
18
19
sed 's/Include = /&rootfs/g' < "$BUILDDIR/etc/pacman.conf" > pacman.conf
20
21
-sed -i '/#DisableSandbox/{c\
+sed -i '/#DisableSandboxFilesystem/{c\
22
# No kernel landlock in containerd\
23
-DisableSandbox
+DisableSandboxFilesystem
24
}' "$BUILDDIR/etc/pacman.conf"
25
26
cp --recursive --preserve=timestamps rootfs/* "$BUILDDIR/"
0 commit comments