Skip to content

Commit a28d742

Browse files
authored
Merge pull request #698 from stgraber/main
incus: Add btrfs-progs (for LVM cluster)
2 parents b29c751 + fa9e301 commit a28d742

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

mkosi.images/incus/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ EOF
2222
apt-get update
2323
apt-get install incus incus-ui-canonical --yes
2424

25+
# Install additional dependencies/recommends.
26+
apt-get install btrfs-progs --yes
27+
2528
exit 0

0 commit comments

Comments
 (0)