diff options
author | root <root@arianrhod.panaceas.james.local> | 2012-11-17 18:15:06 +0000 |
---|---|---|
committer | root <root@arianrhod.panaceas.james.local> | 2012-11-17 18:15:06 +0000 |
commit | 5ca08b77c2388807b422831b534b310e5baf4cbc (patch) | |
tree | 0e99889368138c61f64cd8178a25c7bd7f48df5b | |
parent | a9898e5592535a92f5b91f2beed4ec7fed73645c (diff) | |
download | efi-grub2-bis-5ca08b77c2388807b422831b534b310e5baf4cbc.tar.gz efi-grub2-bis-5ca08b77c2388807b422831b534b310e5baf4cbc.tar.bz2 efi-grub2-bis-5ca08b77c2388807b422831b534b310e5baf4cbc.zip |
make disks work
-rwxr-xr-x | run_me | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ set -x S=grub-1.99 -MODS="hfsplus fat ext2 normal chain configfile reboot linux minicmd part_gpt part_msdos efi_gop efi_uga iso9660 ls tftp gfxterm gfxmenu" +MODS="efi_gop efi_uga tftp part_gpt part_msdos hfsplus fat ext2 chain reboot linux ls" if [ ! -d ${S} ]; then git clone git://git.mythic-beasts.com/mac-mini-grub/${S}.git |