From aaf9857ad54c82d645abb3c0e9c5d8c307180658 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Feb 2021 02:08:48 +0000 Subject: * 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 --- cdroot/boot/grub/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3