diff options
author | root <root@lamia.panaceas.james.local> | 2013-10-24 14:27:02 +0100 |
---|---|---|
committer | root <root@lamia.panaceas.james.local> | 2013-10-24 14:27:02 +0100 |
commit | 2a831309261ac4ca5dab6290732bb515334801b9 (patch) | |
tree | f922c4a0736673f08ac41b617083ee4f0f120866 | |
parent | ff26c8c29237644356811435c4f1d9bfdf0cff0b (diff) | |
download | efi-grub2-bis-master.tar.gz efi-grub2-bis-master.tar.bz2 efi-grub2-bis-master.zip |
-rwxr-xr-x | run_me | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |