From: Daniel Lezcano <dlezcano@fr.ibm.com>
Added the console error value
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
[LXC_ERROR_SETUP_MOUNT] = "Failed to setup the mount points",
[LXC_ERROR_SETUP_UTSNAME] = "Failed to setup the utsname",
[LXC_ERROR_SETUP_NETWORK] = "Failed to setup the network",
+ [LXC_ERROR_SETUP_CONSOLE] = "Failed to setup the console",
[LXC_ERROR_SETUP_ROOTFS] = "Failed to setup the root fs",
[LXC_ERROR_INTERNAL] = "Internal system error",
LXC_ERROR_SETUP_MOUNT,
LXC_ERROR_SETUP_UTSNAME,
LXC_ERROR_SETUP_NETWORK,
+ LXC_ERROR_SETUP_CONSOLE,
LXC_ERROR_SETUP_ROOTFS,
LXC_ERROR_INTERNAL,