diff options
| author | William Hubbs <williamh@gentoo.org> | 2012-05-27 10:03:24 -0500 |
|---|---|---|
| committer | William Hubbs <williamh@gentoo.org> | 2012-05-27 10:03:24 -0500 |
| commit | b3d47d58613f0637772e71fdd30bb36cf48d69b8 (patch) | |
| tree | 4d934d659bb00a8c6e3a998e7bcc42613d5d5d26 | |
| parent | f5ba232fb41e5e923daa5f573bd58c13daff6f40 (diff) | |
| download | openrc-b3d47d58613f0637772e71fdd30bb36cf48d69b8.tar.xz | |
termencoding should not run on lxc
reported-by: Alexey Shvetsov <alexxy@gentoo.org>
| -rw-r--r-- | init.d/termencoding.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in index 5f09c985..0f243e20 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -9,7 +9,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { - keyword -openvz -uml -vserver -xenu + keyword -lxc -openvz -uml -vserver -xenu use root after bootmisc } |
