From d0fcbe53183b65e4d33bb5be3d6304e34addde0c Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 22 Jul 2021 19:00:40 +0200 Subject: [PATCH] Install btrfs on host --- debian/chroot.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/chroot.install b/debian/chroot.install index 285f8ee..42b11d4 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -51,7 +51,7 @@ dbs_pkg_include="aptitude,btrfs-progs,bzip2,cryptsetup,debconf-i18n,dialog,dmset # Prepare host system {{{ apt update -apt install -y coreutils debootstrap e2fsprogs gawk ipcalc lvm2 thin-provisioning-tools parted util-linux wget || exit 1 +apt install -y btrfs-progs coreutils debootstrap e2fsprogs gawk ipcalc lvm2 thin-provisioning-tools parted util-linux wget || exit 1 # }}} # Partitionning {{{ if [ "${manage_part}" -eq 0 ]; then