[node-patches] Change in ovirt-node[master]: update: Add savedefault
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Thu Oct 11 10:44:52 UTC 2012
Fabian Deutsch has uploaded a new change for review.
Change subject: update: Add savedefault
......................................................................
update: Add savedefault
Previosuly grub did not save the selected menu entry, by adding
savedefault to the backup menu entry grub now remembers if this was
selected.
rhbz#858200
Change-Id: I99563f6cd667cd400aba4cc4f10de91fa8293fde
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirtnode/install.py
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/95/8495/1
diff --git a/scripts/ovirtnode/install.py b/scripts/ovirtnode/install.py
index 2fa970f..c4c921d 100755
--- a/scripts/ovirtnode/install.py
+++ b/scripts/ovirtnode/install.py
@@ -114,6 +114,7 @@
root (hd0,%(partB)d)
kernel /vmlinuz0 root=live:LABEL=RootBackup %(bootparams)s
initrd /initrd0.img
+ savedefault
"""
GRUB_SETUP_TEMPLATE = """
grub --device-map=%(grub_dir)s/device.map <<EOF
--
To view, visit http://gerrit.ovirt.org/8495
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I99563f6cd667cd400aba4cc4f10de91fa8293fde
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list