Displaying 3 results from an estimated 3 matches for "d13dad2".
Did you mean:
313d7d2
2010 Mar 23
2
[PATCH] Remove initrd patching from oc-boot
...includes what was being patched in
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 47 ---------------------------------------------
1 files changed, 0 insertions(+), 47 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d13dad2..28d1572 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -143,53 +143,6 @@ ovirt_boot_setup() {
fi
fi
- # append LVM support to the livecd initramfs
- tmpdir=$(mktemp -d)
- cd $tmpdir
- gzip -dc $live/$syslinux/initrd0.img |
- cpio -id ini...
2010 Mar 23
1
[PATCH node][RFC] Fix uninstall to detect and cleanup correct partitions
...onfig-boot | 11 +--------
scripts/ovirt-config-uninstall | 49 ++++++++++++++++++++++++---------------
scripts/ovirt-functions | 27 ++++++++++++++++++++++
3 files changed, 58 insertions(+), 29 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d13dad2..bb46f49 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -50,12 +50,7 @@ ovirt_boot_setup() {
fi
# check that /boot mounted ok and find partition number for GRUB
- eval $(readlink -f /dev/disk/by-label/$grub_dev_label|awk {'
- print "disk=&quo...
2010 Feb 23
1
More complete patch...
This patch supercedes the previous one by moving the functionality for
relocating files into the make system.