From 574ff3f9a7ba595dd4467dbc03e3f391bc25eefa Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Fri, 17 Jun 2016 16:05:11 +0200 Subject: [PATCH] add cgroup option at boot --- installer/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/install.sh b/installer/install.sh index 569a576a..2a658521 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -333,6 +333,7 @@ apt-get autoremove -y # Let's replace "quiet splash" options, set a console font for more screen canvas and update grub sed -i 's#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"#GRUB_CMDLINE_LINUX_DEFAULT="consoleblank=0"#' /etc/default/grub +sed -i 's#GRUB_CMDLINE_LINUX=""#GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"#' /etc/default/grub sed -i 's#\#GRUB_GFXMODE=640x480#GRUB_GFXMODE=800x600x32#' /etc/default/grub tee -a /etc/default/grub <