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 b29c751 + fa9e301 commit a28d742Copy full SHA for a28d742
1 file changed
mkosi.images/incus/install.sh
@@ -22,4 +22,7 @@ EOF
22
apt-get update
23
apt-get install incus incus-ui-canonical --yes
24
25
+# Install additional dependencies/recommends.
26
+apt-get install btrfs-progs --yes
27
+
28
exit 0
0 commit comments