29 lines
772 B
Diff
29 lines
772 B
Diff
From 29bf499b8681d883cc95ed0c542db012a895ce99 Mon Sep 17 00:00:00 2001
|
|
From: Fabio Erculiani <lxnay@sabayon.org>
|
|
Date: Sun, 12 Jun 2016 14:46:17 +0200
|
|
Subject: [PATCH 2/3] devices: enable UUID= for dm-based devices in fstab
|
|
|
|
---
|
|
blivet/devices/dm.py | 5 -----
|
|
1 file changed, 5 deletions(-)
|
|
|
|
diff --git a/blivet/devices/dm.py b/blivet/devices/dm.py
|
|
index ca4dd15..f2e3a48 100644
|
|
--- a/blivet/devices/dm.py
|
|
+++ b/blivet/devices/dm.py
|
|
@@ -84,11 +84,6 @@ class DMDevice(StorageDevice):
|
|
return d
|
|
|
|
@property
|
|
- def fstabSpec(self):
|
|
- """ Return the device specifier for use in /etc/fstab. """
|
|
- return self.path
|
|
-
|
|
- @property
|
|
def mapName(self):
|
|
""" This device's device-mapper map name """
|
|
return self.name
|
|
--
|
|
2.7.4
|
|
|