Skip to content

ostree: move boot files out from /boot

Denis Pynkin requested to merge wip/d4s/t5747_boot into apertis/v2022dev1

Ostree have a special handling for populating boot files (kernel/initramfs/dtb) from deployed commit. It may use /boot or /usr/lib/ostree-boot source directories from deployment to generate bootable configuration for given bootloader.

Move all files from deployment /boot to /usr/lib/ostree-boot to avoid systemd confusion during boot -- /boot directory must be empty.

Changed setup-boot function to pass additional agrument with a target directory where to put all bootables.

Fixes: https://phabricator.apertis.org/T5747

Edited by Denis Pynkin

Merge request reports