def update_initramfs(version='all'): """Updates an initramfs image""" return check_call(["update-initramfs", "-k", version, "-u"])