diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks index 63106d1..5465ed9 100644 --- a/fedora-cloud-atomic.ks +++ b/fedora-cloud-atomic.ks @@ -136,3 +136,10 @@ echo "(Don't worry -- that out-of-space error was expected.)" %end +%post --nochroot +# Work around anaconda/dracut/lvm bug +sync +sync +sync +systemctl reboot -f -f +%end