[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Pass the fslabel down for existing partitions.
- From: Wade Mealing <wmealing redhat com>
- To: anaconda-devel-list redhat com
- Cc: Wade Mealing <wmealing gmail com>
- Subject: [PATCH] Pass the fslabel down for existing partitions.
- Date: Wed, 1 Jul 2009 00:13:30 +1000
From: Wade Mealing <wmealing gmail com>
---
autopart.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/autopart.py b/autopart.py
index 0ba8e9a..30f886c 100644
--- a/autopart.py
+++ b/autopart.py
@@ -1273,6 +1273,8 @@ def doAutoPartition(anaconda):
# now go through and set things from the request to the
# preexisting partition's request... ladeda
+ if request.fslabel:
+ req.fslabel = request.fslabel
if request.mountpoint:
req.mountpoint = request.mountpoint
if request.badblocks:
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]