Add mkisofs to depends; update docs
authorMichael Prokop <devnull@localhost>
Tue, 18 Sep 2007 07:00:26 +0000 (09:00 +0200)
committerMichael Prokop <devnull@localhost>
Tue, 18 Sep 2007 07:00:26 +0000 (09:00 +0200)
debian/control
docs/grml-live.txt

index 33cee5b..7fb4d12 100644 (file)
@@ -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/
index 5376bfd..21a5f4f 100644 (file)
@@ -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
 -----------------