diff options
Diffstat (limited to 'bin/debvm-create')
-rwxr-xr-x | bin/debvm-create | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/debvm-create b/bin/debvm-create index 47ebde6..09ee897 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -94,9 +94,10 @@ The default is 1 GB. =item B<--> I<mmdebstrap options> -All options beyond a double dash are passed to B<mmdebstrap> before the suite, target and mirror specification. +All options beyond a double dash are passed to B<mmdebstrap> after the suite and target specification. This can be used to provide additional hooks for image customization. You can also request additional packages to be installed into the image using B<mmdebstrap>'s B<--include> option. +Any positional arguments passed here will be treated as mirror specifications by B<mmdebstrap>. =back |