From: Michael Prokop Date: Thu, 22 Jul 2010 00:14:20 +0000 (+0200) Subject: docs: clarify usage of base.tgz X-Git-Tag: v0.10.0~11 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=7fd12d925efc0a0ad6a53584df3e5ea6b433a6cc docs: clarify usage of base.tgz --- diff --git a/docs/grml-live.txt b/docs/grml-live.txt index e716e7a..b4c881d 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -170,7 +170,8 @@ Specify name of the release. Specify the Debian suite you want to use for your live-system. Defaults to "lenny" (being current Debian/stable). Supported values are: etch, lenny, sid. Debian "squeeze" (current Debian/testing) requires base.tgz -(/etc/grml/fai/config/basefiles/....tar.gz) or a recent version of debootstrap. +(/etc/grml/fai/config/basefiles/$CLASSNAME.tar.gz) or a recent version of +debootstrap. -t **TEMPLATE_DIRECTORY**:: @@ -692,9 +693,11 @@ Instructions apt-get update apt-get --allow-unauthenticated install grml-debian-keyring - # install basefile so we don't have to build basic chroot from scratch: - mkdir -p /etc/grml/fai/config/basefiles/ - mv base.tgz /etc/grml/fai/config/basefiles/I386.tar.gz + # optionally(!) install basefile so we don't have to build basic + # chroot from scratch, grab from http://daily.grml.org/ + # mkdir -p /etc/grml/fai/config/basefiles/ + # mv base.tgz /etc/grml/fai/config/basefiles/I386.tar.gz + # mv base64.tgz /etc/grml/fai/config/basefiles/AMD64.tar.gz # install relevant tools # please check out http://grml.org/grml-live/#current_state when encountering problems! @@ -920,6 +923,9 @@ or if using /etc/grml/fai/config/basefiles/$CLASSNAME.tar.gz for: /grml-live/grml-live_20071029.22138/grml_chroot// [...] +[TIP] +Existing base.tgz can be found at http://daily.grml.org/ + [[apt-cacher]] Set up apt-cacher / apt-cacher-ng for use with grml-live ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~