[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: RFE: Support kickstart files in rescue mode
- From: Alexander Todorov <atodorov redhat com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: RFE: Support kickstart files in rescue mode
- Date: Fri, 25 Jul 2008 14:28:16 +0300
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Joel Andres Granados wrote:
| Which would mean changing the findExistingRoots thing we have in there.
|
disks = upgrade.findExistingRoots(anaconda, upgradeany = 1)
if not disks:
~ root = None
elif (len(disks) == 1): <-- ADD HERE or anaconda.isKickstart
~ root = disks[0]
else:
~ <... skip ...>
~ root = disks[choice]
Isn't that enough? I think it is.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org
iD8DBQFIibjPhmd3WOiFct4RCu8OAKC6f94lEPFJyRKfVCPicOwWgn6fSgCgsmEe
gPSjs4kWDvmQoy0Q6zOGXU4=
=O5Ml
-----END PGP SIGNATURE-----
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]