diff options
| author | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 16:59:44 +0700 |
|---|---|---|
| committer | Mhd Sulhan <ms@kilabit.info> | 2015-11-28 16:59:44 +0700 |
| commit | 1e9c24d3f47fbf4b22241bebfc11de9c9c615f02 (patch) | |
| tree | ecc732688e91e63b09db8dd04ec057b8decc7af8 /scripts/bootstrap.sh | |
| parent | bb392b3bf7ce2085c2cec10d575ab623452017c7 (diff) | |
| download | arch-docker-1e9c24d3f47fbf4b22241bebfc11de9c9c615f02.tar.xz | |
Remove packages only after bootstraping is finished.
* arch-base: remove unneeded packages.
Diffstat (limited to 'scripts/bootstrap.sh')
| -rwxr-xr-x | scripts/bootstrap.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 9959f7e..b0854aa 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -30,8 +30,7 @@ bootstrap_clean_common() { rm -rf /usr/share/info/* rm -rf /var/cache/pacman/pkg/* rm -rf /var/log/* - rm -f /bootstrap.sh - rm -f /run_bootstrap.sh + rm -f /*.sh } bootstrap_hostname() { |
