X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso.8.txt;h=69d97df4a7457ff9557c5bb6bf1b0b73eb4856a2;hp=8ed8eaabc578e4d08f5d6e2d294a1e1c85919ae3;hb=3505897e5173bd0336f21bee1124c242c8fd3fdf;hpb=d85b3e390008b8659eb9929ec8d28c0ec82e1f89 diff --git a/grml2iso.8.txt b/grml2iso.8.txt index 8ed8eaa..69d97df 100644 --- a/grml2iso.8.txt +++ b/grml2iso.8.txt @@ -30,34 +30,36 @@ WRKDIR specifies the work directory for creating the filesystem. The work directory needs at least as much free disk space as the sum of all specified ISOs. - *\-o *:: + *-o *:: This option is mandatory and specifies where the resulting multiboot grml ISO should be placed. Note that (to avoid any possible data loss) grml2iso will exit if the specified target.iso exists already. - *\-c *:: + *-c *:: The content of the specified directory will be copied to the resulting multiboot grml ISO. - *\-b *:: + *-b *:: Use specified default bootoptions as default. - *\-f *:: + *-f*:: Force the program to run and overwrite an existing iso image. - *\-r *:: + *-r *:: Remove specified boot parameter from existing command line. Could be specified multiple times. - *\-p *:: + *-p *:: 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 *:: +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 --------------