X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=docs%2Fgrml-live-remaster.txt;fp=docs%2Fgrml-live-remaster.txt;h=dc63c50410eacef34470978f4ac4dac80674afa5;hp=0000000000000000000000000000000000000000;hb=0467ef3fb1525901bd86593af9edce97991938c5;hpb=0fc4610c88891d68be7e86b46120be25ee7fa2c0 diff --git a/docs/grml-live-remaster.txt b/docs/grml-live-remaster.txt new file mode 100644 index 0000000..dc63c50 --- /dev/null +++ b/docs/grml-live-remaster.txt @@ -0,0 +1,53 @@ +grml-live-remaster(8) +===================== + +Name +---- + +grml-live-remaster - remaster a grml from the live cd + +Synopsis +-------- + +grml-live-remaster + +Description +----------- + +grml-live-remaster is a script which lets you remaster a grml directlry from a +running live CD session. + +Options +------- + + :: + +destination.iso should point to a path that is on a hard disk, you might want to +mount some swap partitions or swap files first, because grml-live-remaster will +need a lot ot RAM. + +Usage examples +-------------- + +To live-remaster the system using the partition mounted on /mnt/sda5 invoke: + + # grml-live-remaster /mnt/sda5/grml_remaster_0.1.iso + +TODO list +--------- + +grml-live-remaster lacks lots of error checking code. + +Bugs +---- + +Please report feedback, link:http://grml.org/bugs/[bugreports] and wishes +link:http://grml.org/contact/[to the grml-team]! + +Authors +------- +Michael Schierl , Michael Prokop + +///////////////////////////////////// +// vim:ai tw=80 ft=asciidoc expandtab +/////////////////////////////////////