[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Add an error signifying an unrecognized entry in /etc/fstab.
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Add an error signifying an unrecognized entry in /etc/fstab.
- Date: Mon, 4 May 2009 18:48:35 -0500
---
storage/errors.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/storage/errors.py b/storage/errors.py
index a23b572..9dd121c 100644
--- a/storage/errors.py
+++ b/storage/errors.py
@@ -126,4 +126,7 @@ class PartitioningWarning(StorageError):
class UdevError(StorageError):
pass
+# fstab
+class UnrecognizedFSTabEntryError(StorageError):
+ pass
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]