summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@lamia.panaceas.james.local>2013-10-24 14:27:02 +0100
committerroot <root@lamia.panaceas.james.local>2013-10-24 14:27:02 +0100
commit2a831309261ac4ca5dab6290732bb515334801b9 (patch)
treef922c4a0736673f08ac41b617083ee4f0f120866
parentff26c8c29237644356811435c4f1d9bfdf0cff0b (diff)
downloadefi-grub2-bis-master.tar.gz
efi-grub2-bis-master.tar.bz2
efi-grub2-bis-master.zip
allow building without ssh access, and add gzio multiboot gfxterm and fw modulesHEADmaster
-rwxr-xr-xrun_me6
1 files 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