aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/bootless
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/bootless')
-rwxr-xr-xshare/hydra/bootless5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/hydra/bootless b/share/hydra/bootless
index 5b5300c..819a464 100755
--- a/share/hydra/bootless
+++ b/share/hydra/bootless
@@ -115,7 +115,7 @@ EOF
fi
(
- cd ${tmpdir}/boot && git annex init && git annex untrust here && git annex sync && git annex get .
+ cd ${tmpdir}/boot && git annex init && git config annex.sshcaching false && git annex untrust here && git annex sync && git annex get .
)
if [ $? != 0 ]; then
@@ -208,7 +208,7 @@ function hydra_bootless_init {
if [ ! -z "$1" ]; then
# Clone from url
git clone $1 $HYDRA_FOLDER/bootless &&
- ( cd $HYDRA_FOLDER/bootless && git annex init && git annex sync )
+ ( cd $HYDRA_FOLDER/bootless && git annex init && git config annex.sshcaching false && git annex sync )
exit $?
fi
@@ -267,6 +267,7 @@ EOF
cd $HYDRA_FOLDER/bootless
git init
git annex init
+ git config annex.sshcaching false
git add boot
git add {default,custom,grub}/.empty
git add default/{debian,memtest,ubuntu}/.empty