Release new version 0.29.2
[grml-live.git] / docs / grml-live-remaster.txt
1 grml-live-remaster(8)
2 =====================
3
4 Name
5 ----
6
7 grml-live-remaster - remaster a grml from the live cd
8
9 Synopsis
10 --------
11
12 grml-live-remaster <destination.iso>
13
14 Description
15 -----------
16
17 grml-live-remaster is a script which lets you remaster a grml directly from a
18 running live CD session.
19
20 Options
21 -------
22
23   <destination.iso>::
24
25 destination.iso should point to a path that is on a hard disk, you might want to
26 mount some swap partitions or swap files first, because grml-live-remaster will
27 need a lot of RAM.
28
29 Usage examples
30 --------------
31
32 To live-remaster the system using the partition mounted on /media/sda5 invoke:
33
34   # grml-live-remaster /media/sda5/grml_remaster_0.1.iso
35
36 TODO list
37 ---------
38
39 grml-live-remaster lacks LOTS of error checking code and needs a lot of love.
40
41 Bugs
42 ----
43
44 Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes
45 link:http://grml.org/contact/[to the grml-team]!
46
47 Authors
48 -------
49 Michael Schierl <schierlm@gmx.de>, Michael Prokop <mika@grml.org>
50
51 /////////////////////////////////////
52 // vim:ai tw=80 ft=asciidoc expandtab
53 /////////////////////////////////////