diff options
author | Helmut Grohne <helmut@subdivi.de> | 2024-01-07 10:18:12 +0100 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2024-01-07 10:20:10 +0100 |
commit | 658c256a824cf8a5394de73f0d999c5dd8e1662d (patch) | |
tree | 8f10fecbd0e996bb213752d50e3db6b76b036937 /bin | |
parent | 5f1e2551fad3c3892d291fc531bd1c66a09ac61a (diff) | |
download | debvm-658c256a824cf8a5394de73f0d999c5dd8e1662d.tar.gz |
debvm-run.1: more details on disabling network
Reported-by: Johannes Schauer Marin Rodrigues <josch@mister-muffin.de>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/debvm-run | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/debvm-run b/bin/debvm-run index 1b45a33..e4437ee 100755 --- a/bin/debvm-run +++ b/bin/debvm-run @@ -60,7 +60,9 @@ The following tasks may be skipped. =item B<network> -Do not pass configure network card. +Do not configure a network card. +Use this if you want to configure network on your own. +This should also be passed in addition to passing C<-nic none> when you want to disable networking. =item B<rngdev> |