mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 15:33:07 +00:00
add rsync to non-atomic vagrant box
It gets installed at box launch time anyway. Save users the annoyance of having to wait. This is in line with the Atomic Vagrant images as well, which contain rsync in the composed tree.
This commit is contained in:
parent
1dd0bbf214
commit
ca057bc830
@ -28,6 +28,10 @@ bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,11520
|
|||||||
# layer for dnf
|
# layer for dnf
|
||||||
# TODO: Teach vagrant about dnf
|
# TODO: Teach vagrant about dnf
|
||||||
dnf-yum
|
dnf-yum
|
||||||
|
# rsync gets installed when the Vagrant box is first launched on the
|
||||||
|
# users setup. This can actually take a bit of time. Just fold it
|
||||||
|
# in to the base box disk image
|
||||||
|
rsync
|
||||||
%end
|
%end
|
||||||
|
|
||||||
%post --erroronfail
|
%post --erroronfail
|
||||||
|
Loading…
Reference in New Issue
Block a user