summaryrefslogtreecommitdiff
path: root/cdroot/boot/grub/grub.cfg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-20 02:08:48 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-20 02:08:48 +0000
commitaaf9857ad54c82d645abb3c0e9c5d8c307180658 (patch)
treeae6e2c697239c3dfa5cb45e4a6113b9699471282 /cdroot/boot/grub/grub.cfg
parent6194e19ef9461f495794b239a70396a2bdce4ae5 (diff)
* rd.live.overlay.thin=1
* Enables the usage of thin snapshots instead of classic dm snapshots. The advantage of thin snapshots is that they support discards, and will free blocks that are not claimed by the filesystem. In this use case, this means that memory is given back to the kernel when the filesystem does not claim it anymore. * This should increase the stability of the Live Session
Diffstat (limited to 'cdroot/boot/grub/grub.cfg')
-rwxr-xr-xcdroot/boot/grub/grub.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdroot/boot/grub/grub.cfg b/cdroot/boot/grub/grub.cfg
index 6ca8945..d7dcf10 100755
--- a/cdroot/boot/grub/grub.cfg
+++ b/cdroot/boot/grub/grub.cfg
@@ -64,7 +64,7 @@ menuentry "Start $iso_distro $iso_version" --class redcore --class gentoo --clas
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
- linux /boot/vmlinuz rd.live.image root=CDLABEL=$iso_label rootfstype=auto vconsole.keymap=${bootkeymap} rd.locale.LANG=${bootlang} audit=0 loglevel=1 console=tty0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet ${acpi_opt} --
+ linux /boot/vmlinuz rd.live.image root=CDLABEL=$iso_label rootfstype=auto vconsole.keymap=${bootkeymap} rd.locale.LANG=${bootlang} audit=0 loglevel=1 console=tty0 rd.live.overlay.thin=1 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 splash quiet ${acpi_opt} --
initrd /boot/initrd
}