Mention the grml2usb.tgz in the docs, enable TOC
authorMichael Prokop <mika@grml.org>
Thu, 9 Apr 2009 23:23:26 +0000 (01:23 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 9 Apr 2009 23:23:26 +0000 (01:23 +0200)
Makefile
grml2usb.8.txt

index b8554fd..ac3b498 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ doc: doc_man doc_html
 doc_html: html-stamp
 
 html-stamp: grml2usb.8.txt
-       asciidoc -b xhtml11 -a icons grml2usb.8.txt
+       asciidoc -b xhtml11 -a icons -a toc -a numbered grml2usb.8.txt
        touch html-stamp
 
 doc_man: man-stamp
@@ -31,6 +31,9 @@ online: all
 tarball: all
        ./tarball.sh
 
+tarball-online: all
+       scp grml2usb.tgz grml2usb.tgz.md5.asc grml:/var/www/grml/grml2usb/
+
 clean:
        rm -rf grml2usb.8.html grml2usb.8.xml grml2usb.8 html-stamp man-stamp grml2usb.tar.gz
 
index 27f6542..75d3662 100644 (file)
@@ -319,12 +319,19 @@ isolinux/syslinux fixes the problem.
 Frequently Asked Questions (FAQ)
 --------------------------------
 
-Where can I get the grml2usb?
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+Where can I get grml2usb?
+~~~~~~~~~~~~~~~~~~~~~~~~~
 
-grml2usb is available via link:http://deb.grml.org/[the grml-testing Debian
-repository]. Please make sure you've the Debian package installed, just having
-the grml2usb script available is definitely *NOT* enough!
+grml2usb is available as Debian package via link:http://deb.grml.org/[the
+grml-testing Debian repository]. Please make sure you really have the Debian
+package installed as having just the grml2usb script available is definitely
+*NOT* enough!
+
+If you do NOT have a Debian based system but still want to be able to use
+grml2usb you can use the provided
+link:http://grml.org/grml2usb/grml2usb.tgz[http://grml.org/grml2usb/grml2usb.tgz]
+(link:http://grml.org/grml2usb/grml2usb.tgz.md5.asc[gpg signed md5 hash]).
+Download and extract the tarball and execute the provided script 'install.sh'.
 
 What's the difference between grml2hd and grml2usb?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -378,7 +385,7 @@ link:http://deb.grml.org/[the grml-testing Debian repository].
 Why do I have to use a FAT16 filesystem?
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-You have to use a FAT16 filesystem only if you consider using syslinux, Syslinux
+You have to use a FAT16 filesystem only if you consider using syslinux. Syslinux
 (currently) does not support any other filesystems. If you want to use another
 filesystem (like ext2/3) just don't use syslinux (drop the \--syslinux option)
 but use the default bootloader (grub) instead.