[node-patches] Change in ovirt-node[master]: Get serial console working on Fedora and add TUI configuration
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Oct 1 15:14:34 UTC 2013
Fabian Deutsch has posted comments on this change.
Change subject: Get serial console working on Fedora and add TUI configuration
......................................................................
Patch Set 17:
(1 comment)
....................................................
File src/ovirt/node/utils/system.py
Line 561: cfg_path = "/dev/.initramfs/live/grub2/grub.cfg"
Line 562: elif os.path.ismount("/run/initramfs/.live"):
Line 563: cfg_path = "/liveos/grub/grub.conf"
Line 564:
Line 565: cfg_path = "/home/ryan/grub.conf"
we can't assume that this path is always available :)
Line 566: return cfg_path
Line 567:
Line 568: def _get_grublines(self):
Line 569: return open(self.grub_cfg, "r").readlines()
--
To view, visit http://gerrit.ovirt.org/17982
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Id99623830b56b77815196c8b0d153c86d3704f00
Gerrit-PatchSet: 17
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: Fabian Deutsch <fabiand at fedoraproject.org>
Gerrit-Reviewer: Joey Boggs <jboggs at redhat.com>
Gerrit-Reviewer: Ryan Barry <rbarry at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
More information about the node-patches
mailing list