diff images/hello-world/build.sh @ 9:242a1e03ce15 1.1.0

Move repeated wrapper code into top level build.sh.
author Rob Landley <rob@landley.net>
date Sun, 18 Sep 2011 18:03:47 -0500
parents 1a7e1616ab9d
children
line wrap: on
line diff
--- a/images/hello-world/build.sh	Sun Sep 18 17:58:55 2011 -0500
+++ b/images/hello-world/build.sh	Sun Sep 18 18:03:47 2011 -0500
@@ -5,13 +5,6 @@
 # program from the Aboriginal Linux /usr/src directory as a build environment
 # smoketest.  Grep the output for "Hello world!" to test for success.
 
-# Download all the source tarballs we haven't got up-to-date copies of.
-
-# The tarballs are downloaded into the "packages" directory, which is
-# created as needed.
-
-source common/include.sh || exit 1
-
 # Write init script via a "here" document.
 
 cat > "$WORK"/init << 'EOF' || dienow
@@ -33,5 +26,3 @@
 EOF
 
 chmod +x "$WORK"/init || dienow
-
-squash_image