mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue