From cd75e79fb05196796a90708ac6f22e8a56fb37b7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 4 Jul 2016 18:39:21 -0300 Subject: Symlink to itself is not needed --- files/bootless | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/bootless b/files/bootless index 59ff17e..b607b52 100755 --- a/files/bootless +++ b/files/bootless @@ -55,7 +55,7 @@ function bootless_rsync { rsync -CLavz --exclude boot $1/ $2/ # Make sure there's a symlink to itself - ( cd $2 && ln -s . boot ) + #( cd $2 && ln -s . boot ) } # Repository initiator -- cgit v1.2.3