From: Michael Prokop Date: Tue, 18 Sep 2007 07:00:26 +0000 (+0200) Subject: Add mkisofs to depends; update docs X-Git-Tag: 0.0.1~21 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=69aaea5dcfe4ea8a323b02ec5225100e623afd3d Add mkisofs to depends; update docs --- diff --git a/debian/control b/debian/control index 33cee5b..7fb4d12 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,11 @@ XS-Vcs-Browser: http://hg.grml.org/grml-live/ Package: grml-live Architecture: all -Depends: fai-client, fai-server, syslinux [i386], memtest86+ [i386], squashfs-tools, wget +Depends: fai-client, fai-server, memtest86+ [i386], mkisofs, squashfs-tools, syslinux [i386], wget Suggests: fai-doc Description: build system for creating a grml (based) live-cd This package provides the build system for creating a grml (based) live-cd. It is based on FAI (Fully Automatic Installation). + . + Homepage: http://grml.org/grml-live/ 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 -----------------