]> git.e2factory.org Git - e2factory.git/commitdiff
chroot template: don't point to internal resources
authorTobias Ulmer <tu@emlix.com>
Fri, 9 Oct 2015 11:57:41 +0000 (13:57 +0200)
committerTobias Ulmer <tu@emlix.com>
Fri, 9 Oct 2015 17:21:35 +0000 (19:21 +0200)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
templates/proj/chroot

index d7a2a50154c733446730ab80f2dccc46c3d7ca07..525a18f85b32776610fa031924cdb7bf725cb8f4 100644 (file)
@@ -1,20 +1,21 @@
 -- -*- Mode: Lua; tab-width: 8 -*-
 -- vim:ft=lua:sts=0:noet:nosta:ts=8:
 
--- e2factory chroot configuration file --
-local cp = "emlix/chroot-i386/tags/20080916-stable-5/"
 e2chroot {
        default_groups = {
                "base",
        },
        groups = {
+               -- Prepare a basic Linux installation to be used
+               -- as the default chroot environment. Specify
+               -- the tar archive, server and checksum down below.
                {
                        name = "base",
                        server = "chroot",
                        files = {
                                {
-                                       location = cp.."base.tar.gz",
-                                       sha1 = "653e4244ee255dd0924296d79a330fd9b350a9b4",
+                                       location = "base-chroot.tar.gz",
+                                       sha1 = "",
                                }
                        },
                },