[node-patches] Change in ovirt-node[master]: Fix the grub2 backup template

rbarry at redhat.com rbarry at redhat.com
Wed Oct 22 23:24:51 UTC 2014


Ryan Barry has uploaded a new change for review.

Change subject: Fix the grub2 backup template
......................................................................

Fix the grub2 backup template

Missing an equals sign. Grub2 doesn't like it.

Change-Id: Ia77742fda7af2ee881950ae756f939227659bfb3
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1150868
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M src/ovirtnode/install.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/84/34384/1

diff --git a/src/ovirtnode/install.py b/src/ovirtnode/install.py
index 51e861d..16e973b 100755
--- a/src/ovirtnode/install.py
+++ b/src/ovirtnode/install.py
@@ -239,7 +239,7 @@
 
         GRUB2_BACKUP_TEMPLATE = """
 menuentry "BACKUP %(oldtitle)s" {
-set root (hd0,%(partB)d)
+set root=(hd0,%(partB)d)
 search --no-floppy --label RootBackup --set root
 linux /vmlinuz0 root=live:LABEL=RootBackup %(bootparams)s
 initrd /initrd0.img


-- 
To view, visit http://gerrit.ovirt.org/34384
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia77742fda7af2ee881950ae756f939227659bfb3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>



More information about the node-patches mailing list