guix/gnu
Mathieu Othacehe 3c381af76a
installer: parted: Call set-system before set-flags.
Parted 3.5 introduces the following regression:

- partition-set-flag sets the BIOS_GRUB flag. The partition type is set to
PARTITION_BIOS_GRUB_GUID.

- partition-set-system resets the partition type to PARTITION_LINUX_DATA_GUID
undoing what's done by partition-set-flag.

To prevent it, reverse the call order.

Fixes: <https://issues.guix.gnu.org/55549>.

* gnu/installer/parted.scm (mkpart): Call partition-set-system before
partition-set-flag.
2022-08-05 08:57:20 +02:00
..
bootloader
build
home
installer installer: parted: Call set-system before set-flags. 2022-08-05 08:57:20 +02:00
machine
packages gnu: Add svkbd. 2022-08-05 11:34:30 +08:00
services
system
tests
artwork.scm
bootloader.scm
ci.scm
home.scm
image.scm
installer.scm
local.mk gnu: ruby-anystyle: Initialize dictionary files. 2022-08-04 12:05:52 +02:00
machine.scm
packages.scm
services.scm
system.scm
tests.scm