[node-patches] Change in ovirt-node[ovirt-3.6]: EFI: set root dynamically
rbarry at redhat.com
rbarry at redhat.com
Wed Mar 30 17:47:02 UTC 2016
Ryan Barry has uploaded a new change for review.
Change subject: EFI: set root dynamically
......................................................................
EFI: set root dynamically
Set root by finding vmlinuz0 on the cdrom
Change-Id: Icbdf937a8bda7b198175506b1e1ca94779ca9cc7
Signed-off-by: Ryan Barry <rbarry at redhat.com>
---
M recipe/common-efi.ks.in
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/12/55512/1
diff --git a/recipe/common-efi.ks.in b/recipe/common-efi.ks.in
index ab73dd5..6739197 100644
--- a/recipe/common-efi.ks.in
+++ b/recipe/common-efi.ks.in
@@ -35,6 +35,7 @@
else
cat > $LIVE_ROOT/EFI/BOOT/BOOTX64.conf <<EOF
set default="0"
+search --set=root --file /isolinux/vmlinuz0
function load_video {
insmod efi_gop
--
To view, visit https://gerrit.ovirt.org/55512
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbdf937a8bda7b198175506b1e1ca94779ca9cc7
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.6
Gerrit-Owner: Ryan Barry <rbarry at redhat.com>
More information about the node-patches
mailing list