X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F45-grub-images;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F45-grub-images;h=4939b8a93998ab401780d7905a2e4d205f1ebf8c;hp=ec652760ac6546e67df1e13cbb236d8d0e2f6b9c;hb=4e4fc894614684f88cbf746b3df342e4d79175cb;hpb=be6603053d12b4b5a8315360758a10a2bdcee860 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