aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 491e5ab56f..a8ab96134c 100755
--- a/install.sh
+++ b/install.sh
@@ -32,9 +32,7 @@ do
[ -e "$l" ] && ln -fs "$l" vmlinuz${v}-xenU
done
cd -
-cp -fdR $src/* $dst
-# hack to fixup the case that init.d is a symlink
-cp -fdR $src/etc/init.d/* $dst/etc/init.d/
+cp -fdRL $src/* $dst
echo "All done."
echo "Checking to see whether prerequisite tools are installed..."