|
@@ -1065,7 +1065,7 @@ function image_setup_utils {
|
1065
|
1065
|
rm $rootdir/root/sysctl.conf
|
1066
|
1066
|
|
1067
|
1067
|
# all the packages
|
1068
|
|
- chroot "$rootdir" apt-get -yq install cryptsetup libgfshare-bin obnam duplicity sshpass wget
|
|
1068
|
+ chroot "$rootdir" apt-get -yq install cryptsetup libgfshare-bin duplicity sshpass wget
|
1069
|
1069
|
chroot "$rootdir" apt-get -yq install avahi-daemon avahi-utils avahi-discover
|
1070
|
1070
|
chroot "$rootdir" apt-get -yq install connect-proxy openssh-server
|
1071
|
1071
|
chroot "$rootdir" apt-get -yq install sudo git dialog build-essential avahi-daemon avahi-utils
|
|
@@ -1167,7 +1167,7 @@ function image_setup_utils {
|
1167
|
1167
|
chroot "$rootdir" apt-get -yq install dovecot-imapd
|
1168
|
1168
|
|
1169
|
1169
|
#backup
|
1170
|
|
- chroot "$rootdir" apt-get -yq install obnam duplicity gnupg
|
|
1170
|
+ chroot "$rootdir" apt-get -yq install duplicity gnupg
|
1171
|
1171
|
|
1172
|
1172
|
# monkeysphere
|
1173
|
1173
|
#chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
|