[lxc-devel] [lxd/master] Added a command to install squashfs-tools in README.md

DilipRenkila on Github lxc-bot at linuxcontainers.org
Mon Jul 25 21:01:46 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160725/5bf8a56b/attachment.bin>
-------------- next part --------------
From 074654fdf7c1309ffad7fe5f9a9523f5275bcf38 Mon Sep 17 00:00:00 2001
From: diliprenkila <dilip.renkila278 at gmail.com>
Date: Mon, 25 Jul 2016 22:42:28 +0200
Subject: [PATCH 1/2] added the command to install squashfs-tools in readme

---
 .idea/vcs.xml                  | 6 ++++++
 README.md                      | 2 +-
 scripts/vagrant/install-lxd.sh | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 .idea/vcs.xml

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$" vcs="Git" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/README.md b/README.md
index 54ad4a2..05db5eb 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ backend. Installing these tools adds a bit to initramfs and may slow down your
 host boot, but are needed if you'd like to use a particular backend:
 
     sudo apt-get install lvm2 thin-provisioning-tools
-    sudo apt-get install btrfs-tools
+    sudo apt-get install btrfs-tools squashfs-tools
 
 To run the testsuite, you'll also need:
 
diff --git a/scripts/vagrant/install-lxd.sh b/scripts/vagrant/install-lxd.sh
index 9bb326a..7e59f78 100644
--- a/scripts/vagrant/install-lxd.sh
+++ b/scripts/vagrant/install-lxd.sh
@@ -9,7 +9,7 @@ sudo apt-get -y install xz-utils tar acl curl gettext \
 
 # install build dependencies
 sudo apt-get -y install lxc lxc-dev mercurial git pkg-config \
-    protobuf-compiler golang-goprotobuf-dev
+    protobuf-compiler golang-goprotobuf-dev squashfs-tools
 
 # setup env 
 [ -e uid_gid_setup ] || \

From 7e5016dee693d81035e0b9913bd845768a40f117 Mon Sep 17 00:00:00 2001
From: diliprenkila <dilip.renkila278 at gmail.com>
Date: Mon, 25 Jul 2016 22:58:10 +0200
Subject: [PATCH 2/2] Added command to install squashfs-tools in README.md

---
 .idea/vcs.xml | 6 ------
 1 file changed, 6 deletions(-)
 delete mode 100644 .idea/vcs.xml

diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$" vcs="Git" />
-  </component>
-</project>
\ No newline at end of file


More information about the lxc-devel mailing list