diff options
author | Helmut Grohne <helmut@subdivi.de> | 2023-01-15 21:33:39 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2023-01-15 21:33:39 +0100 |
commit | da8e17075d74c79822cb47a5be56f04109c50e94 (patch) | |
tree | 3b50aafbf15c8d789e63347fed9cdbace55aef91 /bin | |
parent | bebff47fac1e3c80790ad0c67b96a05eefd444ea (diff) | |
download | debvm-da8e17075d74c79822cb47a5be56f04109c50e94.tar.gz |
debvm-create: update documentation for dropped mirror option
Diffstat (limited to 'bin')
-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 |