Skip to content

Commit

Permalink
Update grub
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoneo authored Feb 19, 2022
1 parent 5aa40a9 commit eed99c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system-files/etc/default/grub
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# info -f grub -n 'Simple configuration'

GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_TIMEOUT=1
GRUB_TIMEOUT_STYLE=hidden
GRUB_SAVEDEFAULT=true
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash zswap.enabled=1 zswap.compressor=lz4hc zswap.zpool=z3fold sysrq_always_enabled=1"
Expand Down

0 comments on commit eed99c0

Please sign in to comment.