Add 'rsync' to dependencies
authorElias Probst <mail@eliasprobst.eu>
Wed, 28 May 2014 20:44:57 +0000 (22:44 +0200)
committerElias Probst <mail@eliasprobst.eu>
Wed, 28 May 2014 20:44:57 +0000 (22:44 +0200)
Otherwise using a $CHROOT_INSTALL will result in a message like this:
```
/usr/sbin/grml-live: line 1150: rsync: command not found
```

debian/control

index 1399275..70f4038 100644 (file)
@@ -23,6 +23,7 @@ Depends: bc,
          mksh,
          moreutils,
          pciutils,
+         rsync,
          squashfs-tools (>= 1:4.2-0~bpo60),
          syslinux,
          xorriso | genisoimage,