Displaying 1 result from an estimated 1 matches for "5e7b9f0".
2009 Jul 31
1
[PATCH node] update method used to determine boot partition for install
...el /BOOT is used rather than /dev/sda1 or similar. The same output is generated and has been verified to install correctly.
---
scripts/ovirt-config-boot | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index 5e7b9f0..d5c6abb 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -31,12 +31,12 @@ ovirt_boot_setup() {
log "installing the image."
mount_boot
# check that /boot mounted ok and find partition number for GRUB
- eval $(mount|awk '$3 == "/boot"...