[node-patches] Change in ovirt-node[master]: init: Add support for keyboard layout cmdline args
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Wed Aug 28 07:12:28 UTC 2013
Fabian Deutsch has posted comments on this change.
Change subject: init: Add support for keyboard layout cmdline args
......................................................................
Patch Set 3:
(1 comment)
....................................................
File scripts/ovirt-auto-install.py
Line 79: def commit(self):
Line 80: if "OVIRT_KEYBOARD_LAYOUT" in OVIRT_VARS and \
Line 81: not OVIRT_VARS["OVIRT_KEYBOARD_LAYOUT"] is "":
Line 82: model = defaults.Keyboard()
Line 83: model.update(layout=OVIRT_VARS["OVIRT_KEYBOARD_LAYOUT"])
update can raise an exception. Maybe we should catch this in AI mode.
Line 84: tx = model.transaction()
Line 85: tx()
Line 86:
Line 87:
--
To view, visit http://gerrit.ovirt.org/18455
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I9f0f972c4b2cef433269567f25646869d010d30b
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: hadong <hadong0720 at gmail.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
More information about the node-patches
mailing list