containers / bootc

Boot and upgrade via container images
https://containers.github.io/bootc/
Apache License 2.0
781 stars 84 forks source link

two minor bootloader cleanups #892

Closed cgwalters closed 2 weeks ago

cgwalters commented 2 weeks ago

install: Hoist ESP GUID to a const

Prep for further work.

Signed-off-by: Colin Walters walters@verbum.org


install: Drop an unnecessary mount

This is handled by bootupd.

Signed-off-by: Colin Walters walters@verbum.org