On 03/20/2009 05:47 PM, David Lehman wrote:
--- packages.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages.py b/packages.py index 26eb7df..03e21b3 100644 --- a/packages.py +++ b/packages.py @@ -108,7 +108,7 @@ def turnOnFilesystems(anaconda): upgrade_migrate = False if anaconda.id.upgrade: for d in anaconda.id.storage.fsset.migratableDevices: - if d.migrate: + if d.format.migrate: upgrade_migrate = True try:
Ack. -- David Cantrell <dcantrell@xxxxxxxxxx> Red Hat / Honolulu, HI _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list