OSInside / kiwi

KIWI - Appliance Builder Next Generation
https://osinside.github.io/kiwi
GNU General Public License v3.0
300 stars 152 forks source link

Fix set_disk_password() to really add the password to grub.cfg. #2546

Closed schaefi closed 5 months ago

schaefi commented 5 months ago

Since commit 8aa517eb7 it is necessary to call _mount_device_and_volumes() in methods that want to modify the grub setup to ensure the current boot files are mounted.

Also, raise an error if the config file could not be modified.

schaefi commented 5 months ago

@wfeldt will commit the test update next...