> diff --git a/pyanaconda/livecd.py b/pyanaconda/livecd.py > index f72d5d2..894d174 100644 > --- a/pyanaconda/livecd.py > +++ b/pyanaconda/livecd.py > @@ -199,6 +199,11 @@ class LiveCDCopyBackend(backend.AnacondaBackend): > # resize rootfs first, since it is 100% full due to genMinInstDelta > rootDevice = anaconda.storage.rootDevice > rootDevice.setup() > + > + # This is a workaround to make sure the m_time it set to current time so that > + # the e2fsck before resizing doesn't get confused by times in the future > + rootDevice.format.testMount() > + > rootDevice.format.targetSize = rootDevice.size > rootDevice.format.doResize(intf=anaconda.intf) Okay. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list