Skip to content

Commit

Permalink
Merge pull request #21 from Hayao0819/non-multilang
Browse files Browse the repository at this point in the history
[fix] : Fixed grubcfg.
  • Loading branch information
noMA-4 authored Mar 24, 2020
2 parents a0fd3de + 289f32e commit 066ab01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/grubcfg/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def modify_grub_default(partitions, root_mount_point, distributor):
kernel_params.extend(cryptdevice_params)

if use_splash:
kernel_params.append(use_splash)
kernel_params.extend(use_splash)

if swap_uuid:
kernel_params.append("resume=UUID={!s}".format(swap_uuid))
Expand Down

0 comments on commit 066ab01

Please sign in to comment.