Ack. On 08/03/2010 05:02 AM, David Cantrell wrote:
--- storage/fcoe.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/storage/fcoe.py b/storage/fcoe.py index e77caba..8c5d921 100644 --- a/storage/fcoe.py +++ b/storage/fcoe.py @@ -154,6 +154,8 @@ class fcoe(object): os.write(fd, 'DCB_REQUIRED="yes"\n') else: os.write(fd, 'DCB_REQUIRED="no"\n') + os.write(fd, '# Indicate if VLAN discovery should be handled by fcoemon\n') + os.write(fd, 'AUTO_VLAN="yes"\n') os.close(fd) return
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list