aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.sh
diff options
context:
space:
mode:
authorMhd Sulhan <ms@kilabit.info>2015-11-28 17:37:27 +0700
committerMhd Sulhan <ms@kilabit.info>2015-11-28 17:37:27 +0700
commit2c0675fa446d7ba36b3860ba7e8894176d7178f8 (patch)
treeb4879dcb8fd096dbbfe3a86987d9a5f57f14ba9c /scripts/bootstrap.sh
parent1e9c24d3f47fbf4b22241bebfc11de9c9c615f02 (diff)
downloadarch-docker-2c0675fa446d7ba36b3860ba7e8894176d7178f8.tar.xz
Do not replace content of PKGS_REMOVED.
Diffstat (limited to 'scripts/bootstrap.sh')
-rwxr-xr-xscripts/bootstrap.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh
index b0854aa..c186b78 100755
--- a/scripts/bootstrap.sh
+++ b/scripts/bootstrap.sh
@@ -30,7 +30,10 @@ bootstrap_clean_common() {
rm -rf /usr/share/info/*
rm -rf /var/cache/pacman/pkg/*
rm -rf /var/log/*
- rm -f /*.sh
+ rm -f /run_bootstrap.sh
+ rm -f /bootstrap_base.sh
+ rm -f /bootstrap.sh
+ rm -f /vars.sh
}
bootstrap_hostname() {