From: Tobias Ulmer Date: Fri, 9 Oct 2015 11:57:41 +0000 (+0200) Subject: chroot template: don't point to internal resources X-Git-Tag: e2factory-2.3.14p1~3 X-Git-Url: https://git.e2factory.org/?a=commitdiff_plain;h=d4942ad4429351ec7553a906b2bf097b1e04622f;p=e2factory.git chroot template: don't point to internal resources Signed-off-by: Tobias Ulmer --- 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 = "", } }, },