From 3d683971875f4b9fbc98fa03148aa37b3e4fd820 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 14 Mar 2016 19:40:56 +0000 Subject: Add support for user-specific bootflags (Only for the first partition). --- doc/overview.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.1