mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-25 01:34:34 +03:00
fixup! Refactor ostree_sysroot_query_bootloader
This commit is contained in:
parent
631528c87b
commit
663c5b41a3
@ -1345,6 +1345,9 @@ _ostree_sysroot_new_bootloader_by_type (
|
||||
/* We never consider zipl as active by default, so it can only be created
|
||||
* if it's explicitly requested in the config */
|
||||
return (OstreeBootloader*) _ostree_bootloader_zipl_new (sysroot);
|
||||
case CFG_SYSROOT_BOOTLOADER_OPT_AUTO:
|
||||
/* "auto" is handled by ostree_sysroot_query_bootloader so we should
|
||||
* never get here: Fallthrough */
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user