diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 17:37:27 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 17:37:27 +0700 |
| commit | 2c0675fa446d7ba36b3860ba7e8894176d7178f8 (patch) | |
| tree | b4879dcb8fd096dbbfe3a86987d9a5f57f14ba9c /scripts/bootstrap.sh | |
| parent | 1e9c24d3f47fbf4b22241bebfc11de9c9c615f02 (diff) | |
| download | arch-docker-2c0675fa446d7ba36b3860ba7e8894176d7178f8.tar.xz | |
Do not replace content of PKGS_REMOVED.
Diffstat (limited to 'scripts/bootstrap.sh')
| -rwxr-xr-x | scripts/bootstrap.sh | 5 |
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() { |
