Add more fedora-atomic mirror exclusions

We don't need things like efi configs or pxeboot configs or ISOs.
Exclude these items to further reduce the size of the fedora mirror.

Change-Id: I93003b2f48d79dae627026e2c7af748ea9a9e34d
This commit is contained in:
Clark Boylan 2019-08-19 15:53:19 -07:00
parent 0751b3d481
commit a248dbae63
1 changed files with 7 additions and 0 deletions

View File

@ -96,6 +96,13 @@ $K5START rsync -rltDvz \
--exclude="ppc64le/" \
--exclude="images/*.raw.xz" \
--exclude="images/*.box" \
--exclude="images/*.iso" \
--exclude="images/efiboot.img" \
--exclude="images/install.img" \
--exclude="iso/*.iso" \
--exclude="os/EFI/BOOT/" \
--exclude="pxeboot/" \
--exclude="isolinux/" \
$MIRROR/ $BASE/atomic/
# TODO(pabelanger): Validate rsync process