summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks/mkefipart-fat
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-02-09 04:22:58 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2012-02-09 04:22:58 +0100
commitf9709968ac068f7c394bd3c85ed1d2d16ccf8409 (patch)
treed8385a7ea863c0f0c4bcf3451f5bc3aa980307ae /config/binary_local-hooks/mkefipart-fat
parent34c0add469090e1a995e0de8597e13e17b58489a (diff)
downloadkanotix-f9709968ac068f7c394bd3c85ed1d2d16ccf8409.zip
kanotix-f9709968ac068f7c394bd3c85ed1d2d16ccf8409.tar.gz
only include efi-stuff into binary if bootloader is grub2
Diffstat (limited to 'config/binary_local-hooks/mkefipart-fat')
-rwxr-xr-xconfig/binary_local-hooks/mkefipart-fat9
1 files changed, 9 insertions, 0 deletions
diff --git a/config/binary_local-hooks/mkefipart-fat b/config/binary_local-hooks/mkefipart-fat
index 5273076..90dd64c 100755
--- a/config/binary_local-hooks/mkefipart-fat
+++ b/config/binary_local-hooks/mkefipart-fat
@@ -3,6 +3,15 @@
#
# Generate an image for a FAT-EFI-partition
+case "$LB_BOOTLOADER" in
+grub2|burg)
+ ;;
+*)
+ exit 0
+ ;;
+esac
+
+
if [ ! -x /usr/bin/mmd ]; then
echo "Error: mtools are needed! Run: apt-get install mtools"
exit 1