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 | |
parent | d3ccbdb5a94e61e84bdc2d82d450ee8a5e4a22f4 (diff) |
update consolefont/keymap to include -lxc in keywords
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/consolefont.in | 2 | ||||
-rw-r--r-- | init.d/keymaps.in | 2 |
2 files changed, 2 insertions, 2 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() diff --git a/init.d/keymaps.in b/init.d/keymaps.in index dcac389b..f37fbb5c 100644 --- a/init.d/keymaps.in +++ b/init.d/keymaps.in @@ -8,7 +8,7 @@ depend() { need localmount termencoding after bootmisc - keyword -openvz -prefix -uml -vserver -xenu + keyword -openvz -prefix -uml -vserver -xenu -lxc } start() |