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 <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
