X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=1c6a0e77ef3f00ba3aed51d0d83364a53621483a;hp=63e6024ef5d514024ccce170cd115b74db93fcc6;hb=d04892a34561ab15943e526b249aa036da8185a1;hpb=fb6d43045e8a03c6f0ca00228f4b0b493393bd66 diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 63e6024..1c6a0e7 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -318,6 +318,10 @@ selected. The following classes are predefined: * DEBORPHAN: get rid of all packages listed in output of deborphan +* FRESHCLAM: execute freshclam (if it's present) to update clamav definitions +(increases resulting ISO size ~70MB). By default it's skipped to avoid bigger +ISO size. + * GRMLBASE: the main class responsible for getting a minimal subset of what's defining a Grml system. Important parts of the buildprocess are specified in this class as well, so unless you have a really good reason you should always @@ -651,7 +655,7 @@ How do I create a base.tgz? First of all create the chroot using debootstrap: BASECHROOT='/tmp/basefile' - debootstrap squeeze "$BASECHROOT" http://cdn.debian.net/debian + debootstrap wheezy "$BASECHROOT" http://http.debian.net/debian tar -C "$BASECHROOT" --exclude='var/cache/apt/archives/*.deb' -zcf base.tar.gz ./ [TIP]