X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fnotify_messages.py;h=682c8543da1d4b07e0638eb5d5264476ab2515c4;hb=fe187578330e8a1e7bef8f873880ede59318d1e9;hp=0e2b34f20e8615a494e3661cb2ca8fcd1a0fa6a2;hpb=058804ef1dd26ffb3f230b9a93f1e170e6e87291;p=bootmanager.git diff --git a/source/notify_messages.py b/source/notify_messages.py index 0e2b34f..682c854 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,5 +1,5 @@ #!/usr/bin/python - +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # @@ -17,5 +17,8 @@ MSG_INSUFFICIENT_MEMORY= "insufficientmemory" MSG_NO_NODE_CONFIG_FILE= "noconfig" MSG_AUTH_FAIL= "authfail" MSG_NODE_NOT_INSTALLED= "notinstalled" +MSG_NODE_FILESYSTEM_CORRUPT= "filesystemcorrupted" +MSG_NODE_MOUNT_FAILED= "mountfailed" +MSG_NODE_MISSING_KERNEL= "missingkernel" MSG_HOSTNAME_NOT_RESOLVE= "hostnamenotresolve" MSG_NO_DETECTED_NETWORK= "nodetectednetwork"