Moving from package btrfs-tools (transitionnal) to btrfs-progs (retro-compatible) to allow Vagrant tests in Bullseye.

This commit is contained in:
William Hirigoyen (Evolix) 2021-11-02 17:24:50 +01:00
parent 4e7d5506de
commit ed1d2bf660

2
Vagrantfile vendored
View file

@ -24,7 +24,7 @@ mkdir -p /usr/lib/nagios/plugins/
SCRIPT
$deps = <<SCRIPT
DEBIAN_FRONTEND=noninteractive apt-get -yq install openssh-server btrfs-tools rsync lsb-base coreutils sed dash mount openssh-sftp-server libc6 bash-completion duc-nox cryptsetup bats
DEBIAN_FRONTEND=noninteractive apt-get -yq install openssh-server btrfs-progs rsync lsb-base coreutils sed dash mount openssh-sftp-server libc6 bash-completion duc-nox cryptsetup bats
SCRIPT
$pre_part = <<SCRIPT