containers / initoverlayfs

GNU General Public License v2.0
35 stars 9 forks source link

Add support for bootfs_hint during installation #79

Closed ericcurtin closed 3 months ago

ericcurtin commented 3 months ago

This introduces support for bootfs_hint in the initoverlayfs installation process. The bootfs_hint is now parsed from the configuration file and utilized during the mounting bootfs. If a bootfs_hint is provided and matches the metadata of the expected bootfs (say PARTLABEL, PARTUUID as examples), it is used directly without performing a blkid lookup. This optimization aims to improve performance and efficiency during the bootfs mounting process.

Changes: