Add manpage for grml-live-remaster
authorMichael Prokop <devnull@localhost>
Fri, 28 Dec 2007 00:14:31 +0000 (01:14 +0100)
committerMichael Prokop <devnull@localhost>
Fri, 28 Dec 2007 00:14:31 +0000 (01:14 +0100)
debian/rules
docs/Makefile
docs/grml-live-remaster.txt [new file with mode: 0644]

index c595514..c8c41dc 100755 (executable)
@@ -53,9 +53,9 @@ binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs 
        dh_testdir
        dh_testroot
        dh_installchangelogs 
-       dh_installdocs docs/grml-live.html
+       dh_installdocs docs/grml-live.html docs/grml-live-remaster.html
        dh_installexamples
        dh_installexamples
-       dh_installman docs/grml-live.8
+       dh_installman docs/grml-live.8 docs/grml-live-remaster.8
        dh_link
        dh_strip
        dh_compress
        dh_link
        dh_strip
        dh_compress
index 5dc4b84..805d2a2 100644 (file)
@@ -4,19 +4,23 @@ doc: doc_man doc_html
 
 doc_html: html-stamp
 
 
 doc_html: html-stamp
 
-html-stamp: grml-live.txt
+html-stamp: grml-live.txt grml-live-remaster.txt
        asciidoc -b xhtml11 -a icons grml-live.txt
        asciidoc -b xhtml11 -a icons grml-live.txt
+       asciidoc -b xhtml11 -a icons grml-live-remaster.txt
        touch html-stamp
 
 doc_man: man-stamp
 
        touch html-stamp
 
 doc_man: man-stamp
 
-man-stamp: grml-live.txt
+man-stamp: grml-live.txt grml-live-remaster.txt
        asciidoc -d manpage -b docbook grml-live.txt
        xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml
        asciidoc -d manpage -b docbook grml-live.txt
        xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live.xml
+       asciidoc -d manpage -b docbook grml-live-remaster.txt
+       xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-live-remaster.xml
        touch man-stamp
 
 online: doc_html
        scp grml-live.html grml:/var/www/grml/grml-live/index.html
 
 clean:
        touch man-stamp
 
 online: doc_html
        scp grml-live.html grml:/var/www/grml/grml-live/index.html
 
 clean:
+       rm -rf grml-live-remaster.html grml-live-remaster.xml grml-live-remaster.8
        rm -rf grml-live.html grml-live.xml grml-live.8 html-stamp man-stamp
        rm -rf grml-live.html grml-live.xml grml-live.8 html-stamp man-stamp
diff --git a/docs/grml-live-remaster.txt b/docs/grml-live-remaster.txt
new file mode 100644 (file)
index 0000000..dc63c50
--- /dev/null
@@ -0,0 +1,53 @@
+grml-live-remaster(8)
+=====================
+
+Name
+----
+
+grml-live-remaster - remaster a grml from the live cd
+
+Synopsis
+--------
+
+grml-live-remaster <destination.iso>
+
+Description
+-----------
+
+grml-live-remaster is a script which lets you remaster a grml directlry from a
+running live CD session.
+
+Options
+-------
+
+  <destination.iso>::
+
+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 <schierlm@gmx.de>, Michael Prokop <mika@grml.org>
+
+/////////////////////////////////////
+// vim:ai tw=80 ft=asciidoc expandtab
+/////////////////////////////////////