search for: grub_dir

Displaying 5 results from an estimated 5 matches for "grub_dir".

Did you mean: grub2dir
2010 Oct 26
0
[PATCH node] add install.py
...th.exists("/live/isolinux"): + syslinux = "isolinux" + else: + syslinux="" + + if OVIRT_VARS.has_key("OVIRT_ISCSI_ENABLED") and OVIRT_VARS["OVIRT_ISCSI_ENABLED"] == "y": + initrd_dest = "/boot" + grub_dir = "/boot/grub" + grub_prefix = "/grub" + else: + initrd_dest = "/liveos" + grub_dir = "/liveos/boot/grub" + grub_prefix = "/boot/grub" + if os.path.isdir(grub_dir): + shutil.rmtree(grub_dir) + if not os.pa...
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
...25 @@ ovirt_boot_setup() { else syslinux= fi - rm -rf /liveos/boot/grub + rm -rf /liveos/LiveOS - mkdir -p /liveos/boot/grub mkdir -p /liveos/LiveOS + + if [ "$OVIRT_ISCSI_ENABLED" == "y" ]; then + initrd_dest="/boot" + grub_dir="/boot/grub" + grub_prefix="/grub" + else + initrd_dest="/liveos" + grub_dir="/liveos/boot/grub" + grub_prefix="/boot/grub" + fi + + rm -rf $grub_dir + mkdir -p $grub_dir + cp -p $live/LiveOS/squashfs.im...
2019 Jan 06
2
Bug#776450: Xen PVH support for grub-xen in Buster
On Sun, Jan 06, 2019 at 01:45:53AM +0100, Hans van Kranenburg wrote: > Hm, so I have a PV (or PVH) domU in a test environment here, and I tried > to use it in the Debian way of booting it. > > If I install grub-xen-bin inside the domU then I get some stuff, but not > update-grub. When I just also install grub2 it drags in more stuff, and > then I end up with update-grub and a
2009 Dec 10
0
[PATCH node] Enables stateless iscsi remote boot
...nux + elif [ -e "$live/isolinux" ]; then + syslinux=isolinux + else + syslinux= + fi if [ "$OVIRT_ISCSI_ENABLED" == "y" ]; then initrd_dest="/boot" @@ -124,13 +127,22 @@ ovirt_boot_setup() { rm -rf $grub_dir mkdir -p $grub_dir - cp -p $live/LiveOS/squashfs.img /liveos/LiveOS \ - && cp -p $live/$syslinux/vmlinuz0 $initrd_dest + cp -p $live/$syslinux/vmlinuz0 $initrd_dest rc=$? if [ $rc -ne 0 ]; then - log "image copy failed." - return $rc + lo...
2010 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
--- scripts/ovirt-config-boot | 13 +++++++- scripts/ovirt-config-storage | 73 +++++++++++++++++++++++++---------------- 2 files changed, 56 insertions(+), 30 deletions(-) diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot index d545878..8cc127b 100755 --- a/scripts/ovirt-config-boot +++ b/scripts/ovirt-config-boot @@ -29,6 +29,12 @@ ovirt_boot_setup() { local disk2