mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 10:12:24 +00:00
Added the console error value
From: Daniel Lezcano <dlezcano@fr.ibm.com> Added the console error value Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
This commit is contained in:
parent
68cecc5398
commit
4c92bdfc1a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user