Fix zipl setup for use with custom btrfs root vol

In the setup case that btrfs is used for the system and
the root partition is on a custom named volume (not /),
this information was not passed to the zipl bootloader
instance and this caused the mounting of the overall
root system to fail. This commit fixes it
This commit is contained in:
Marcus Schäfer 2024-03-22 16:35:10 +01:00
parent f4f566af3f
commit 2e409ec189
No known key found for this signature in database
GPG Key ID: A16C1128698C8CAC

View File

@ -60,7 +60,8 @@ class BootLoaderZipl(BootLoaderSpecBase):
boot_options.get('root_device'),
boot_options.get('boot_device'),
boot_options.get('efi_device'),
boot_options.get('system_volumes')
boot_options.get('system_volumes'),
boot_options.get('system_root_volume')
)
root_dir = self.root_mount.mountpoint
kernel_info = BootImageBase(