Start first partition at 4MiB for proper alignment.

See
https://www.gnu.org/software/parted/manual/html_node/mkpart.html#FOOT2
which then points to Arnd Bergmann's article on LWN:
https://lwn.net/Articles/428584/

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
This commit is contained in:
Diederik de Haas 2021-02-19 11:41:43 +01:00
parent e48b1980a1
commit 1b802e100b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
- mkpart: primary - mkpart: primary
fs-type: 'fat32' fs-type: 'fat32'
device: "{{ output }}" device: "{{ output }}"
start: 0% start: 4MiB
end: 20% end: 20%
tag: /boot tag: /boot