aboutsummaryrefslogtreecommitdiffstats
path: root/depends
diff options
context:
space:
mode:
authorClaus F. Strasburger <[email protected]>2017-01-23 13:44:03 +0100
committerXECDesign <[email protected]>2017-01-23 12:44:03 +0000
commit667318116acda97b58734ae7512789a0f56db306 (patch)
tree3491756abae80c48283fddc41ecb97e8bac0664a /depends
parentbc8a74858e0446a2d74b34430a1b3c2ba161c655 (diff)
Added Docker support (#40)
* Added Docker support - replaced necessity for devicemapper (through kpartx) by using parted and losetup with offsets - added Dockerfile - added dependency for parted and grep - added hints to README.md - common: loop through unmounts, fix shellcheck warnings * stage2: use debconf instead of console-setup patch. Fixes #41
Diffstat (limited to 'depends')
-rw-r--r--depends6
1 files changed, 5 insertions, 1 deletions
diff --git a/depends b/depends
index a4c48cd..c453281 100644
--- a/depends
+++ b/depends
@@ -1,8 +1,12 @@
quilt
+parted
+realpath
qemu-arm-static:qemu-user-static
debootstrap
-kpartx zerofree
+zerofree
pxz zip
mkdosfs:dosfstools
capsh:libcap2-bin
bsdtar
+grep
+rsync \ No newline at end of file