diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-04-20 15:10:21 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-04-20 15:10:21 +0200 |
commit | 8cacfa584c0d2e55d593cdb40250ab0af5b7eb0b (patch) | |
tree | 4ddb343f9fa53f6dc1ba2121a6eedf2e54171029 | |
parent | a24260e162b044f0879b01b1960e80e4c0f2460f (diff) | |
download | bootstrap32-8cacfa584c0d2e55d593cdb40250ab0af5b7eb0b.tar.xz |
added rsync in stage4 (needed by mkarchroot)
-rwxr-xr-x | build_stage4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_stage4.sh b/build_stage4.sh index 11511de..b139756 100755 --- a/build_stage4.sh +++ b/build_stage4.sh @@ -87,7 +87,7 @@ libburn libisofs libisoburn haveged intel-ucode memtest86+ zsh dhcp perl-file-slurp gnu-efi-libs sbsigntools efitools archiso32-git -oniguruma jq asp +oniguruma jq asp rsync " # nss still fails as in stage 3 |