diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-03 17:20:05 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-03 17:20:05 +0000 |
commit | 527609b63ad81f86970035610ec34ae37b3052e1 (patch) | |
tree | a6981756abbe55d2093296eac8a88c457d29ab0e /sys-apps/hal | |
parent | ppc stable, bug #187205 (diff) | |
download | gentoo-2-527609b63ad81f86970035610ec34ae37b3052e1.tar.gz gentoo-2-527609b63ad81f86970035610ec34ae37b3052e1.tar.bz2 gentoo-2-527609b63ad81f86970035610ec34ae37b3052e1.zip |
Fix sun disklabel rule
(Portage version: 2.1.2.11)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hal/files/0.5.9/99_sun_disklabel_ignore.patch | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index eaa9cad3c6e4..228908632c72 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.201 2007/08/01 21:42:41 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.202 2007/08/03 17:20:05 gustavoz Exp $ + + 03 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> + files/0.5.9/99_sun_disklabel_ignore.patch: + Fix sun disklabel rule 01 Aug 2007; Doug Goldstein <cardoe@gentoo.org> files/0.5.9/24_libparted_1_8_7.patch: diff --git a/sys-apps/hal/files/0.5.9/99_sun_disklabel_ignore.patch b/sys-apps/hal/files/0.5.9/99_sun_disklabel_ignore.patch index 451ab4fb0abf..e03ebe59c1e6 100644 --- a/sys-apps/hal/files/0.5.9/99_sun_disklabel_ignore.patch +++ b/sys-apps/hal/files/0.5.9/99_sun_disklabel_ignore.patch @@ -2,7 +2,7 @@ Index: b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi =================================================================== --- a/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi 2007-07-27 12:26:05.000000000 -0400 +++ b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi 2007-07-27 12:26:22.000000000 -0400 -@@ -16,4 +16,17 @@ +@@ -16,4 +16,15 @@ </match> </match> </device> @@ -12,9 +12,7 @@ Index: b/fdi/policy/10osvendor/95-storage-ignore-fixed-drives.fdi + <match key="volume.fsusage" string="filesystem"> + <match key="volume.partition.number" int="3"> + <match key="volume.partition.start" uint64="0"> -+ <match key="@block.storage_device:storage.size" uint64="@volume.size"> -+ <merge key="volume.ignore" type="bool">true</merge> -+ </match> ++ <merge key="volume.ignore" type="bool">true</merge> + </match> + </match> + </match> |