Skip to content

Instantly share code, notes, and snippets.

@prologic
Created November 7, 2014 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prologic/f8d80563c25e81c11852 to your computer and use it in GitHub Desktop.
Save prologic/f8d80563c25e81c11852 to your computer and use it in GitHub Desktop.
created by github.com/tr3buchet/gister
diff --git a/build/Dockerfile b/build/Dockerfile
--- a/build/Dockerfile
+++ b/build/Dockerfile
@@ -18,7 +18,7 @@
# Build/Runtime Dependencies
RUN ports -u && \
prt-get cache && \
- prt-get depinst git
+ prt-get depinst git grhub2 grub2-efi
# Application
WORKDIR /usr/src
diff --git a/build/build.sh b/build/build.sh
--- a/build/build.sh
+++ b/build/build.sh
@@ -6,7 +6,9 @@
cd iso
+./doc/handbook/get_wiki_handbook
+./doc/handbook/get_wiki_release_notes
+
make kernel
make bootstrap
-make all
make iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment