We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3fc403 commit 69cb704Copy full SHA for 69cb704
README.md
@@ -90,7 +90,7 @@ backend. Installing these tools adds a bit to initramfs and may slow down your
90
host boot, but are needed if you'd like to use a particular backend:
91
92
sudo apt-get install lvm2 thin-provisioning-tools
93
- sudo apt-get install btrfs-tools
+ sudo apt-get install btrfs-tools squashfs-tools
94
95
To run the testsuite, you'll also need:
96
scripts/vagrant/install-lxd.sh
@@ -9,7 +9,7 @@ sudo apt-get -y install xz-utils tar acl curl gettext \
9
10
# install build dependencies
11
sudo apt-get -y install lxc lxc-dev mercurial git pkg-config \
12
- protobuf-compiler golang-goprotobuf-dev
+ protobuf-compiler golang-goprotobuf-dev squashfs-tools
13
14
# setup env
15
[ -e uid_gid_setup ] || \
0 commit comments