X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live.txt;h=21a5f4faac44262fb14314c1eaf2427fedbaab4e;hp=5376bfdc4a9aec3490ff15cc74240e1d79596b7c;hb=69aaea5dcfe4ea8a323b02ec5225100e623afd3d;hpb=8e13d45f1760407b328d01d982179eb63cfbc9bf diff --git a/docs/grml-live.txt b/docs/grml-live.txt index 5376bfd..21a5f4f 100644 --- a/docs/grml-live.txt +++ b/docs/grml-live.txt @@ -81,6 +81,11 @@ as build and output directory: # grml-live +To get a small Debian-unstable and grml-small based live-cd using /grml as build +and output directory: + + # grml-live -c GRMLBASE,GRML_SMALL,I386 -t /grml + [NOTE] If you have about 700MB of free space inside /dev/shm (being a tmpfs, usually @@ -90,6 +95,22 @@ But please be aware of the fact that rebooting your system will result in an empty /dev/shm, so please another directory for $CHROOT_TARGET, $BUILD_TARGET and $ISO_TARGET if you plan to create more persistent output. :) +Features +-------- + +* create a grml-/Debian-based Linux Live-CD with one single command + +* class based concept, providing a maximum of flexibility + +* supports integration of own hooks, scripts and configuration + +* supports use and integration of own Software and/or Kernels via use of Debian +repositories + +* native support of FAI features + +* multi-arch support (work in progress) + The class concept -----------------