mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
modified some tings
This commit is contained in:
parent
e6d842db36
commit
522e4c513d
6 changed files with 1179 additions and 5 deletions
8
etc/grub
8
etc/grub
|
|
@ -1,10 +1,10 @@
|
|||
# GRUB boot loader configuration
|
||||
|
||||
GRUB_DEFAULT="1>2"
|
||||
GRUB_TIMEOUT=5
|
||||
GRUB_DEFAULT=0
|
||||
GRUB_TIMEOUT=2
|
||||
GRUB_DISTRIBUTOR="Arch"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
|
||||
GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:luks:allow-discards ipv6.disable_ipv6=1 zswap.zpool=z3fold zswap.enabled=1 zswap.max_pool_percent=25 zswap.compressor=lz4"
|
||||
GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:luks:allow-discards ipv6.disable_ipv6=1 zswap.enabled=1 zswap.compressor=lz4 zswap.max_pool_percent=20 zswap.zpool=z3fold vm.dirty_ratio=3 vm.dirty_background_ratio=2 vm.vfs_cache_pressure=60"
|
||||
|
||||
# Preload both GPT and MBR modules so that they are not missed
|
||||
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
|
||||
|
|
@ -43,7 +43,7 @@ GRUB_DISABLE_RECOVERY=true
|
|||
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
|
||||
|
||||
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
|
||||
GRUB_BACKGROUND="/home/sechacklabs/Pictures/SHL/sechacklabs-wallpaper-dark.jpg"
|
||||
#GRUB_BACKGROUND="/path/to/wallpaper"
|
||||
#GRUB_THEME="/path/to/gfxtheme"
|
||||
|
||||
# Uncomment to get a beep at GRUB start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue