From: Michael Prokop Date: Mon, 20 May 2013 21:32:22 +0000 (+0200) Subject: GRMLBASE/45-grub-images: drop raid.mod from static module list X-Git-Tag: v0.20.2~2 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=4e4fc894614684f88cbf746b3df342e4d79175cb GRMLBASE/45-grub-images: drop raid.mod from static module list Related to previous commit (be660305). --- diff --git a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images index ec65276..4939b8a 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images +++ b/etc/grml/fai/config/scripts/GRMLBASE/45-grub-images @@ -65,8 +65,8 @@ $ROOTCMD grub-mkimage -O $arch -o /boot/$arch.img --prefix=/boot/grub/ --config= bitmap boot btrfs cat chain cmp configfile cpio echo elf ext2 \ fat gfxmenu gfxterm gzio help iso9660 jpeg linux loopback lvm \ memdisk minicmd multiboot normal part_gpt part_msdos play png \ - probe raid regexp reiserfs search search_fs_file search_fs_uuid \ - search_label squash4 terminal test video videoinfo xfs \ + probe regexp reiserfs search search_fs_file search_fs_uuid \ + search_label squash4 terminal test video videoinfo xfs \ ${ADDITIONAL_MODULES[raid]} ${ADDITIONAL_MODULES[$arch]} done @@ -79,7 +79,7 @@ if [ -f "${target}/boot/x86_64-efi.img" ] ; then fi if ifclass AMD64 ; then - if ! [ -r "${target}/${BOOTX64}" ] ; then +/ if ! [ -r "${target}/${BOOTX64}" ] ; then echo "Can not access grub efi image." >&2 exit 1 fi