On 08/17/2011 06:13 PM, Brian C. Lane wrote:
On Wed, Aug 17, 2011 at 04:21:16PM +0200, Radek Vykydal wrote:
+ def setOnbootDefault(self, inst_class_id=None):
+ if inst_class_id == "fedora":
+ # devices activated during installation have ONBOOT=yes
+ if hasActiveNetDev():
+ return
Why do we need to make this conditional?
It corresponds to
"If no device was activated during install (e.g. DVD install), "
from commit message.
If a device has been activated during installation,
it has ONBOOT=yes and we are ok - network will go up
after reboot.
It also means that user has configured network during
installation and we don't want to change his choices in any way
(e.g. set ONBOOT=yes for another device having link).
Radek
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list