]> git.ipfire.org Git - people/ms/bricklayer.git/commit
disk: Set PARTITION_ESP if unset
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Dec 2021 10:47:53 +0000 (10:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 9 Dec 2021 10:47:53 +0000 (10:47 +0000)
commitd8389ba03cf4282e19fd1b124333325f29e50621
tree7c4ba704df87f5dfec20ca5f7e096373a9787c95
parent43aa8fb1cfd3a1cb4f144a0ad77fb69726de7efd
disk: Set PARTITION_ESP if unset

On Debian Bullseye which I have been using for developing Bricklayer,
PARTITION_ESP is suddenly non-existant.

parted still knows this parameter which is why we try to set this
manually as a fallback.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/disk.py