From 2ec387d38fba2294980b00aee3b748f2d005161a Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 10 Apr 2009 01:23:26 +0200 Subject: [PATCH] Mention the grml2usb.tgz in the docs, enable TOC --- Makefile | 5 ++++- grml2usb.8.txt | 19 +++++++++++++------ 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index b8554fd..ac3b498 100644 --- 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 diff --git a/grml2usb.8.txt b/grml2usb.8.txt index 27f6542..75d3662 100644 --- a/grml2usb.8.txt +++ b/grml2usb.8.txt @@ -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. -- 2.1.4