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:
n3rdopolis 2017-08-06 11:43:24 -04:00 committed by GitHub
parent 633a2a193d
commit 086a019d19

View File

@ -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 (