calamares: openmamba-postinstall: run sb-setup (from system-base-openmamba) for secure boot setup
This commit is contained in:
parent
b8a5c9a1e6
commit
23e54077e3
@ -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")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user