Support /media as mountpath (related to issue1127)
[grml2usb.git] / grml2iso.8.txt
index 24fbc2d..f46df28 100644 (file)
@@ -53,8 +53,13 @@ Force the program to run and overwrite an existing iso image.
 
 Remove specified boot parameter from existing command line. Could be specified multiple times.
 
+  *\-p <grml2usb param>*::
 
+Execute grml2usb with the specified parameters. For a list of valid parameters have a look at the link:http://grml.org/grml2usb/[grml2usb webpage] or the grml2usb manpage
 
+ *\-s <URI>*::
+
+Generate a small iso file which downloads the squashfs file from the specified URI. Due  to current limitations in busyboxs wget and DNS resolution, an URL can not contain a hostname but an IP only. This is useful if you want to boot systems which support booting iso image from your local system. Besides the iso image this command also copies the squashfs file to the output directory.
 
 Usage examples
 --------------
@@ -76,10 +81,15 @@ Create a new iso and remove existing boot parameters quiet and vga=791.
 Create multiboot ISO /srv/grml.iso with grml_2009.05.iso and
 grml64-medium_2009.05.iso using /srv/git/grml2usb as grml2usb script.
 
-  # WRKDIR=/mnt/test/grml-tmp grml2iso -o /mnt/test/grml.iso grml_2009.05.iso grml64_2009.05.iso
+  # WRKDIR=/media/test/grml-tmp grml2iso -o /media/test/grml.iso grml_2009.05.iso grml64_2009.05.iso
+
+Use /media/test/grml-tmp as working directory for creating the multiboot ISO
+/media/test/grml.iso with grml_2009.05.iso and grml64_2009.05.iso.
+
+  # grml2iso -p --skip-addons -o /srv/grml.iso /srv/grml-small_2009.10.iso /srv/grml64-small_2009.10.iso
+
+Don't copy the addons from the specified iso images
 
-Use /mnt/test/grml-tmp as working directory for creating the multiboot ISO
-/mnt/test/grml.iso with grml_2009.05.iso and grml64_2009.05.iso.
 
 Online Ressources
 -----------------