X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fgrml-live.txt;h=6b11babbe3a99d03630bab7a985d840db9824c8f;hb=23cf986bbbe07226ff1d48ef547298541c00fe9a;hp=82cec39549971f535f261238c7a53ba70531712d;hpb=dd0745e062e43c3584bd5df8cced6385193d8dfb;p=grml-live.git diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 82cec39..6b11bab 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -141,7 +141,8 @@ Specify name of the release. -s **SUITE**:: Specify the Debian suite you want to use for your live-system. Defaults to -"etch" (being current Debian/stable). Supported values are: etch, lenny, sid. +"lenny" (being current Debian/stable). Supported values are: etch, lenny, squeeze, +sid. -t **TEMPLATE_DIRECTORY**:: @@ -335,12 +336,13 @@ This file specifies the package list for creating the NFSROOT. /etc/grml/fai/apt/sources.list -This file specifies which mirrors should be used for retrieving the Debian -packages used for creating the main chroot (including all the software you would -like to see included). If you want to use a local mirror you either have to -adjust this file or use the GRML_LIVE_SOURCES variable inside -/etc/grml/grml-live.conf which modifies /etc/grml/fai/apt/sources.list -on-the-fly then. +This file specifies which mirrors should be considered for retrieving the Debian +packages when creating the main chroot (including all the software you would +like to see included). Important: this file should *not* be adjusted manually! +Instead use the GRML_LIVE_SOURCES variable inside /etc/grml/grml-live.conf which +modifies /etc/grml/fai/apt/sources.list on-the-fly via grml-live then. If you +want to generally adjust apt configuration check out /etc/grml/fai/files/etc/apt +instead. /etc/grml/fai/config/ @@ -598,7 +600,7 @@ How do I create a base.tgz for use as NFSROOT? First of all build the chroot system: mkdir /tmp/nfsroot && cd /tmp/nfsroot - debootstrap etch /tmp/nfsroot/ http://ftp.de.debian.org/debian + debootstrap lenny /tmp/nfsroot/ http://ftp.de.debian.org/debian tar zcf base.tgz ./ Then check out where your NFSROOT is located: @@ -643,10 +645,10 @@ FAI_DEBOOTSTRAP: GRML_LIVE_SOURCES=" deb http://localhost:3142/deb.grml.org grml-stable main deb http://localhost:3142/deb.grml.org grml-testing main - deb http://localhost:3142/ftp.de.debian.org/debian etch main contrib non-free + deb http://localhost:3142/ftp.de.debian.org/debian lenny main contrib non-free " [...] - FAI_DEBOOTSTRAP="etch http://localhost:3142/ftp.de.debian.org/debian etch main contrib non-free" + FAI_DEBOOTSTRAP="lenny http://localhost:3142/ftp.de.debian.org/debian lenny main contrib non-free" Make sure apt-cacher is running (/etc/init.d/apt-cacher restart). That's it. All downloaded files will be cached in /var/cache/apt-cacher/ now. @@ -662,9 +664,9 @@ FAI_DEBOOTSTRAP: GRML_LIVE_SOURCES=" deb http://localhost:9999/grml grml-stable main deb http://localhost:9999/grml grml-testing main - deb http://localhost:9999/debian etch main contrib non-free + deb http://localhost:9999/debian lenny main contrib non-free " - FAI_DEBOOTSTRAP="etch http://localhost:9999/debian" + FAI_DEBOOTSTRAP="lenny http://localhost:9999/debian" Configure approx: