diff options
author | Helmut Grohne <helmut@subdivi.de> | 2025-05-31 09:42:38 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2025-05-31 09:42:38 +0200 |
commit | 1238d3f5814a2cb8440deba1a856207bda571021 (patch) | |
tree | 9b3c932f600a075ffbbb2960da5adf144674cb5e | |
parent | 76f81253e786b394914fd598b0a4fcb45b271dc4 (diff) | |
download | debvm-1238d3f5814a2cb8440deba1a856207bda571021.tar.gz |
Fix a spelling mistake in manual pages
-rwxr-xr-x | bin/debefivm-create | 2 | ||||
-rwxr-xr-x | bin/debvm-create | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/debefivm-create b/bin/debefivm-create index d9b36e5..1c03be5 100755 --- a/bin/debefivm-create +++ b/bin/debefivm-create @@ -79,7 +79,7 @@ The root password is deleted such that a login does not ask for it and the syste skips installing a linux kernel image. This can be useful to install a kernel without a package. -If a kernel is installed via B<mmdebstrap> option C<--include>, automtatic kernel installation is automatically skipped. +If a kernel is installed via B<mmdebstrap> option C<--include>, automatic kernel installation is automatically skipped. =item B<packagelists> diff --git a/bin/debvm-create b/bin/debvm-create index 78e86bf..4f652e3 100755 --- a/bin/debvm-create +++ b/bin/debvm-create @@ -94,7 +94,7 @@ This is equivalent to specifying B<--initsystem=none>. skips installing a linux kernel image. This can be useful to install a kernel without a package. -If a kernel is installed via B<mmdebstrap> option C<--include>, automtatic kernel installation is automatically skipped. +If a kernel is installed via B<mmdebstrap> option C<--include>, automatic kernel installation is automatically skipped. =item B<packagelists> |