/[smeserver]/rpms/booty/sme8/booty-0.80.4-bz236452-dmraid-partitions.patch
ViewVC logotype

Contents of /rpms/booty/sme8/booty-0.80.4-bz236452-dmraid-partitions.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Apr 14 14:37:20 2009 UTC (15 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
CentOS 5.3 sources

1 diff --git a/bootloaderInfo.py b/bootloaderInfo.py
2 index e7590e3..250869e 100644
3 --- a/bootloaderInfo.py
4 +++ b/bootloaderInfo.py
5 @@ -713,7 +713,7 @@ class x86BootloaderInfo(bootloaderInfo):
6 if grubTarget[-1].isdigit():
7 if grubTarget[-2] == 'p' or \
8 (grubTarget[-2].isdigit() and grubTarget[-3] == 'p'):
9 - type = "partition"
10 + target = "partition"
11 elif grubTarget[-1].isdigit() and not grubTarget.startswith('md'):
12 target = "partition"
13

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed