summaryrefslogtreecommitdiffstats
path: root/source/a/elilo/elilo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/elilo/elilo.SlackBuild')
-rwxr-xr-xsource/a/elilo/elilo.SlackBuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/source/a/elilo/elilo.SlackBuild b/source/a/elilo/elilo.SlackBuild
index 57c8aa6aa..33809d721 100755
--- a/source/a/elilo/elilo.SlackBuild
+++ b/source/a/elilo/elilo.SlackBuild
@@ -91,12 +91,17 @@ grep -r -l StrnCpy * | xargs sed -i "s/StrnCpy/elilo_StrnCpy/g"
# Increase kernel size limit from 8MB to 16MB (nobody will ever need more than 640K ;-):
zcat $CWD/elilo.double.kernel.size.limit.diff.gz | patch -p1 --verbose || exit 1
-# We will build this from source.
+# We will build the tools from source.
# However, we will package the pre-built EFI binaries, since we would
# like to include both 32-bit and 64-bit x86 EFI loaders in the
# finished package.
-
+# To build everything, you'll need to *not* change into the tools directory,
+# instead running "make" here in the top-level. Please note that due to
+# memory exhaustion issues, to build the 32-bit loader you will need to
+# use a 32-bit userspace with an x86_64 kernel.
+cd tools
make || exit 1
+cd ..
# Install the files in the package directory:
mkdir -p $PKG/usr/sbin