diff options
author | Claus F. Strasburger <[email protected]> | 2017-01-23 13:44:03 +0100 |
---|---|---|
committer | XECDesign <[email protected]> | 2017-01-23 12:44:03 +0000 |
commit | 667318116acda97b58734ae7512789a0f56db306 (patch) | |
tree | 3491756abae80c48283fddc41ecb97e8bac0664a /depends | |
parent | bc8a74858e0446a2d74b34430a1b3c2ba161c655 (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-- | depends | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |