--- a/debian/control Mon Sep 17 23:53:39 2007 +0200
+++ b/debian/control Tue Sep 18 09:00:26 2007 +0200
@@ -10,9 +10,11 @@ XS-Vcs-Browser: http://hg.grml.org/grml-
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/
--- a/docs/grml-live.txt Mon Sep 17 23:53:39 2007 +0200
+++ b/docs/grml-live.txt Tue Sep 18 09:00:26 2007 +0200
@@ -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
@@ -89,6 +94,22 @@ But please be aware of the fact that reb
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
-----------------