X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=b4c881d6e343170d594bbf60d098035dbfff4880;hp=aafd340ea18e6a98177f1fa4b95dc7c1e832fdcb;hb=7fd12d925efc0a0ad6a53584df3e5ea6b433a6cc;hpb=d9141d9b861662e4b514706a2961130860090c6f diff --git a/docs/grml-live.txt b/docs/grml-live.txt index aafd340..b4c881d 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -81,11 +81,17 @@ really know that you do not want to update the chroot. Specify the CLASSES to be used for building the ISO via FAI. By default only the classes GRMLBASE, GRML_MEDIUM and I386 are assumed, resulting in a small base system (being about ~180MB total ISO size). If using a non-I386 system (like -amd64) you should specify the appropriate architecture as well. Additionally you +AMD64) you should specify the appropriate architecture as well. Additionally you can specify a class providing a grml-kernel (see <> for details about available classes). So instead of GRML_MEDIUM you can also use GRML_SMALL and GRML_FULL. +[IMPORTANT] +All class names should be written in uppercase letters. Do not use a dash, use +an underscore. So do not use "amd64" but "AMD64", do not use "FOO BAR" but +"FOO_BAR". + + -C **CONFIGURATION_FILE**:: The specified file is used as configuration file for grml-live. By default @@ -164,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**:: @@ -686,13 +693,15 @@ 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! - apt-get -o APT::Install-Recommends=false install grml-live squashfs-lzma-tools + apt-get -o APT::Install-Recommends=false install grml-live squashfs-tools squashfs-lzma-tools # adjust grml-live configuration for our needs: cat > /etc/grml/grml-live.local << EOF @@ -914,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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~