summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2016-03-14 19:40:56 +0000
committerNeil Williams <codehelp@debian.org>2016-03-14 19:42:13 +0000
commit3d683971875f4b9fbc98fa03148aa37b3e4fd820 (patch)
treee4bde21c6bf88cf871b365b61fbee26dcad6a868 /doc
parentb5fcad38d623d2a5f6bc0b36d53d2d7b3dbf9f83 (diff)
downloadvmdebootstrap-3d683971875f4b9fbc98fa03148aa37b3e4fd820.tar.gz
Add support for user-specific bootflagsvmdebootstrap-1.5
(Only for the first partition).
Diffstat (limited to 'doc')
-rw-r--r--doc/overview.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index 59df7af..670c898 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -100,6 +100,7 @@ Options
likely to need two or three times the space of the
installed kernel.
--boottype=FSTYPE Filesystem to use for the /boot partition. (default ext2)
+ --bootflag=FLAG Flag to set on the first partition. (default none)
--roottype=FSTYPE Filesystem to use for the / (root) partition. (default ext4)
--swap=SWAPSIZE If specified, create a swap partition of the given
size within the image. Debootstrapping will fail
@@ -318,6 +319,9 @@ typically support requires adding ``u-boot`` using ``--package`` and then
copying or manipulating the relevant ``u-boot`` files in the customisation
script. Examples are included for beaglebone-black.
+Some ``u-boot`` examples recommend the use of the ``lba`` flag on the
+boot partition, so use the --bootflag option where relevant.
+
.. _installation_images:
Installation images and virtual machines