Correct update-initramfs command
This allows it to create a new initramfs, and replace it. This will better ensure that calamares generated initramfs is used
This commit is contained in:
parent
633a2a193d
commit
086a019d19
@ -27,7 +27,7 @@ def run():
|
||||
|
||||
:return:
|
||||
"""
|
||||
return_code = target_env_call(["update-initramfs", "-k", "all", "-u"])
|
||||
return_code = target_env_call(["update-initramfs", "-k", "all", "-c", "-t"])
|
||||
|
||||
if return_code != 0:
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user