From 2a831309261ac4ca5dab6290732bb515334801b9 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 24 Oct 2013 14:27:02 +0100 Subject: allow building without ssh access, and add gzio multiboot gfxterm and fw modules --- run_me | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_me b/run_me index 0771086..aeef100 100755 --- a/run_me +++ b/run_me @@ -5,14 +5,14 @@ set -x S=grub-1.99 -MODS="efi_gop efi_uga tftp part_gpt part_msdos hfsplus fat ext2 chain reboot linux ls" +MODS="efi_gop efi_uga tftp part_gpt part_msdos hfsplus fat ext2 chain reboot linux ls multiboot gfxterm gzio fw" if [ ! -d ${S} ]; then - git clone git://git.mythic-beasts.com/mac-mini-grub/${S}.git + git clone ssh://git@git.panaceas.org/git/xen/${S}.git || git clone git://git.panaceas.org/xen/${S}.git fi if [ ! -d ${S}-pq ]; then - git clone git://git.mythic-beasts.com/mac-mini-grub/${S}-pq.git + git clone ssh://git@git.panaceas.org/git/xen/${S}-pq.git || git clone git://git.panaceas.org/xen/${S}-pq.git fi -- cgit v1.2.3