Skip to content

Commit 69cb704

Browse files
diliprenkilastgraber
diliprenkila
authored andcommitted
Added command to install squashfs-tools in README.md
Signed-off-by: Dilip Renkila <[email protected]>
1 parent c3fc403 commit 69cb704

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ backend. Installing these tools adds a bit to initramfs and may slow down your
9090
host boot, but are needed if you'd like to use a particular backend:
9191

9292
sudo apt-get install lvm2 thin-provisioning-tools
93-
sudo apt-get install btrfs-tools
93+
sudo apt-get install btrfs-tools squashfs-tools
9494

9595
To run the testsuite, you'll also need:
9696

scripts/vagrant/install-lxd.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sudo apt-get -y install xz-utils tar acl curl gettext \
99

1010
# install build dependencies
1111
sudo apt-get -y install lxc lxc-dev mercurial git pkg-config \
12-
protobuf-compiler golang-goprotobuf-dev
12+
protobuf-compiler golang-goprotobuf-dev squashfs-tools
1313

1414
# setup env
1515
[ -e uid_gid_setup ] || \

0 commit comments

Comments
 (0)