mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Force building kernels with --update-checksums
This commit is contained in:
parent
b96074616f
commit
55a44d9347
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ def create_configuration_file(args):
|
|||
config.write("KERNEL_BOOTSTRAP=True\n")
|
||||
else:
|
||||
config.write("KERNEL_BOOTSTRAP=False\n")
|
||||
config.write(f"BUILD_KERNELS={args.build_kernels}\n")
|
||||
config.write(f"BUILD_KERNELS={args.update_checksums or args.build_kernels}\n")
|
||||
|
||||
# pylint: disable=too-many-statements
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue