|
@@ -27,3 +27,8 @@ if [ ${BOOTSTRAP_BIN_FILE} = ${REAL_BOOTSTRAP_BIN_FILE} ]; then
|
|
|
echo "sudo ln -sf ${SCRIPT_DIR}/usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/gutsy"
|
|
|
sudo ln -sf ${SCRIPT_DIR}/usr/share/debootstrap/scripts/gutsy /usr/share/debootstrap/scripts/gutsy
|
|
|
fi
|
|
|
+
|
|
|
+# 查看文件软链接情况
|
|
|
+ls -lh /usr/sbin/debootstrap
|
|
|
+ls -lh /usr/share/debootstrap/functions
|
|
|
+ls -lh /usr/share/debootstrap/scripts/gutsy
|