summaryrefslogtreecommitdiff
path: root/auto/build
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 /auto/build
parent34c0add469090e1a995e0de8597e13e17b58489a (diff)
downloadkanotix-f9709968ac068f7c394bd3c85ed1d2d16ccf8409.zip
kanotix-f9709968ac068f7c394bd3c85ed1d2d16ccf8409.tar.gz
only include efi-stuff into binary if bootloader is grub2
Diffstat (limited to 'auto/build')
-rwxr-xr-xauto/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/build b/auto/build
index 66d51cc..b414473 100755
--- a/auto/build
+++ b/auto/build
@@ -1,11 +1,13 @@
#!/bin/bash
+. config/binary
. config/bootstrap
. config/common
. config/kanotix
bit=32
LABEL=Kanotix
[ "$LB_ARCHITECTURE" = "amd64" ] && bit=64 && LABEL=${LABEL}64
+export LB_BOOTLOADER
# Update kanotix-version (32/64-bit and timestamp)
mkdir -p config/chroot_local-includes/etc