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:
parent
e48b1980a1
commit
1b802e100b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue