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
main
n3rdopolis 8 years ago committed by GitHub
parent 633a2a193d
commit 086a019d19

@ -27,7 +27,7 @@ def run():
:return: :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: if return_code != 0:
return ( return (

Loading…
Cancel
Save