X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fnotify_messages.py;h=6d2e175d1700af4863cdba214065938e18fa309a;hb=b46b17870307fe48e523b499f05e609c51735cde;hp=6186fa01f5d1581cc8aa83c6711659ec0639300c;hpb=bd85ea4bb68783a0a58a6ddc6c3cc1dd22715eb1;p=bootmanager.git diff --git a/source/notify_messages.py b/source/notify_messages.py index 6186fa0..6d2e175 100644 --- a/source/notify_messages.py +++ b/source/notify_messages.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/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"