X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso.8.txt;h=69d97df4a7457ff9557c5bb6bf1b0b73eb4856a2;hp=24fbc2d6e6df0933b232bc9a640fa2b2882174a8;hb=3505897e5173bd0336f21bee1124c242c8fd3fdf;hpb=863f75014eac9dc7ba1bc5711080e9ded5602b93 diff --git a/grml2iso.8.txt b/grml2iso.8.txt index 24fbc2d..69d97df 100644 --- a/grml2iso.8.txt +++ b/grml2iso.8.txt @@ -30,31 +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 *:: +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 -------------- @@ -81,6 +86,11 @@ grml64-medium_2009.05.iso using /srv/git/grml2usb as grml2usb script. 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. + # 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 + + Online Ressources -----------------