From: Stéphane Graber Date: Fri, 16 Feb 2018 21:49:02 +0000 (-0500) Subject: lxc-sabayon: Remove broken/unused code X-Git-Tag: lxc-3.0.0.beta1~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf5cd8dbb11075d8395192be78e3bf251517873;p=thirdparty%2Flxc.git lxc-sabayon: Remove broken/unused code Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-sabayon.in b/templates/lxc-sabayon.in index fb9e62f58..14200e8ac 100644 --- a/templates/lxc-sabayon.in +++ b/templates/lxc-sabayon.in @@ -264,14 +264,6 @@ systemd_container_tuning () { # /usr/lib/systemd/system-generators/gentoo-local-generator: line 4: cd: /etc/local.d: No such file or directory mkdir ${rootfs}/etc/local.d/ - # Fix TERM variable for container console - mkdir container-getty\@0.service.d - cat < container-getty\@0.service.d/00gentoo.conf -[Service] -Environment=TERM= -Environment=TERM=linux -EOF - return 0 }