From d4942ad4429351ec7553a906b2bf097b1e04622f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Fri, 9 Oct 2015 13:57:41 +0200 Subject: [PATCH] chroot template: don't point to internal resources Signed-off-by: Tobias Ulmer --- templates/proj/chroot | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/proj/chroot b/templates/proj/chroot index d7a2a50..525a18f 100644 --- a/templates/proj/chroot +++ b/templates/proj/chroot @@ -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 = "", } }, }, -- 2.39.5