calamares: openmamba-postinstall: run sb-setup (from system-base-openmamba) for secure boot setup

This commit is contained in:
Silvan Calarco 2024-11-01 20:24:53 +01:00
parent b8a5c9a1e6
commit 23e54077e3

View File

@ -20,6 +20,9 @@ def run():
# remove ssh host keys # remove ssh host keys
libcalamares.utils.target_env_call(['rm', '-f', '/etc/ssh/ssh_host_*']) libcalamares.utils.target_env_call(['rm', '-f', '/etc/ssh/ssh_host_*'])
# run setup for secure boot
libcalamares.utils.target_env_call(['sb-setup'])
# create user home # create user home
username = libcalamares.globalstorage.value("username") username = libcalamares.globalstorage.value("username")