Commit 4c92bdfc by dlezcano

Added the console error value

From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the console error value Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 68cecc53
......@@ -46,6 +46,7 @@ static const char *const catalogue[] = {
[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",
......
......@@ -45,6 +45,7 @@ typedef enum {
LXC_ERROR_SETUP_MOUNT,
LXC_ERROR_SETUP_UTSNAME,
LXC_ERROR_SETUP_NETWORK,
LXC_ERROR_SETUP_CONSOLE,
LXC_ERROR_SETUP_ROOTFS,
LXC_ERROR_INTERNAL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment