summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-11 17:49:14 +0000
committerNeil Williams <codehelp@debian.org>2015-11-11 17:49:14 +0000
commit151ad0c7318d34062ebde9a9461a5e33a2d5a020 (patch)
treea7a382f3b152c2afa012b8a9154ee6a12b7f09ec /doc
parentdb38325320192998f1abe6d97c3d35b57d5306d9 (diff)
downloadvmdebootstrap-151ad0c7318d34062ebde9a9461a5e33a2d5a020.tar.gz
fix kernel-package option
Diffstat (limited to 'doc')
-rw-r--r--doc/overview.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index c38dbfd..24b8b57 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -59,10 +59,11 @@ Options
--custom-package=DEB install package in DEB file onto system (not
from mirror)
--no-kernel do not install a linux package
- --kernel-package If --no-kernel is not used and the auto-selection
+ --kernel-package=PACKAGE
+ If --no-kernel is not used and the auto-selection
of the **linux-image-586** or **linux-image-armmp**
or **linux-image-$ARCH** package is not suitable,
- the kernel package can be specified explicitly.
+ the kernel PACKAGE name can be specified explicitly.
--enable-dhcp enable DHCP on eth0
--root-password=PASSWORD
set root password
@@ -173,6 +174,7 @@ Peformance
of: none, simple, meliae, or heapy (default: simple)
--memory-dump-interval=SECONDS
make memory profiling dumps at least SECONDS apart
+
.. index:: networking
.. _networking: