diff options
author | Jory A. Pratt <anarchy@gentoo.org> | 2010-08-10 08:21:08 -0500 |
---|---|---|
committer | Jory A. Pratt <anarchy@gentoo.org> | 2010-08-10 08:21:08 -0500 |
commit | 14c95ae9a60f2518aeb3bb47e482af3256dee98e (patch) | |
tree | 0e31828aa714312bb4825089374d61924ce29c19 /init.d/consolefont.in | |
parent | d3ccbdb5a94e61e84bdc2d82d450ee8a5e4a22f4 (diff) |
update consolefont/keymap to include -lxc in keywords
Diffstat (limited to 'init.d/consolefont.in')
-rw-r--r-- | init.d/consolefont.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/consolefont.in b/init.d/consolefont.in index 5222814f..d3acd753 100644 --- a/init.d/consolefont.in +++ b/init.d/consolefont.in @@ -8,7 +8,7 @@ depend() { need localmount termencoding after hotplug bootmisc - keyword -openvz -prefix -uml -vserver -xenu + keyword -openvz -prefix -uml -vserver -xenu -lxc } start() |