Revision 2911f46c lib/hypervisor/hv_kvm.py

b/lib/hypervisor/hv_kvm.py
1 1
#
2 2
#
3 3

  
4
# Copyright (C) 2008, 2009, 2010, 2011 Google Inc.
4
# Copyright (C) 2008, 2009, 2010, 2011, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
147 147
  # a separate directory, called 'chroot-quarantine'.
148 148
  _CHROOT_QUARANTINE_DIR = _ROOT_DIR + "/chroot-quarantine"
149 149
  _DIRS = [_ROOT_DIR, _PIDS_DIR, _UIDS_DIR, _CTRL_DIR, _CONF_DIR, _NICS_DIR,
150
           _CHROOT_DIR, _CHROOT_QUARANTINE_DIR]
150
           _CHROOT_DIR, _CHROOT_QUARANTINE_DIR, _KEYMAP_DIR]
151 151

  
152 152
  PARAMETERS = {
153 153
    constants.HV_KERNEL_PATH: hv_base.OPT_FILE_CHECK,

Also available in: Unified diff