Move all stuff to old/ and add live-initramfs and initial fai-stuff
[grml-live.git] / old / docs / grml-live.txt
1 grml-live(8)
2 ============
3
4 Name
5 ----
6 grml-live - create grml-live ISO
7
8 Synopsis
9 --------
10 grml-live
11
12 Design decisions + Plans
13 ------------------------
14
15 * support at least i386, amd64 and ppc as architectures
16 * allow manual interaction within build-process (through hooks)
17 * support template(s/ files) for all the files outside the squashfs image
18 * support additional hooks
19 * support user specified scripts
20 * support creation of DVDs
21 * support update-alternatives configuration via a file
22
23 Why not use make-live/live-package?
24 ------------------------------------
25
26 At the time of writing this lines (8th february 2007) mainly because of the following limitations:
27
28 * does not support powerpc
29 * does not support booting via usb/firewire (using initramfs => casper)
30 * manual configuration of packages not really supported
31 * overwrites several files in the chroot without checking for its existance before
32 * supports only one so called $LIVE_MIRROR
33
34 Author
35 ------
36 Michael Prokop <mika@grml.org>