please apply to both f17 and master branches
[PATCH] include the new cmsfs-fuse interface
dracut now reads the additional config files for anaconda and uses the new cmsfs-fuse interface to the CMS filesystem instead of the old cmsfs tools --- share/runtime-install.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 29c8565..a8adc29 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -27,7 +27,7 @@ installpkg kernel installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x": - installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs + installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs-fuse %endif %if basearch == "sparc": installpkg silo tilo
dracut now reads the additional config files for anaconda and uses the new cmsfs-fuse interface to the CMS filesystem instead of the old cmsfs tools
share/runtime-install.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 29c8565..a8adc29 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -27,7 +27,7 @@ installpkg kernel installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x":
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs-fuse
%endif %if basearch == "sparc": installpkg silo tilo
I can't find a reference to either the original package or the new one in the s390 koji. Got a link for me?
- Chris
On Apr 27, 2012, at 12:24, Chris Lumens clumens@redhat.com wrote:
dracut now reads the additional config files for anaconda and uses the new cmsfs-fuse interface to the CMS filesystem instead of the old cmsfs tools
share/runtime-install.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 29c8565..a8adc29 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -27,7 +27,7 @@ installpkg kernel installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x":
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs-fuse
%endif %if basearch == "sparc": installpkg silo tilo
I can't find a reference to either the original package or the new one in the s390 koji. Got a link
http://s390.koji.fedoraproject.org/koji/rpminfo?rpmID=554339
Chris Lumens píše v Pá 27. 04. 2012 v 15:21 -0400:
dracut now reads the additional config files for anaconda and uses the new cmsfs-fuse interface to the CMS filesystem instead of the old cmsfs tools
share/runtime-install.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 29c8565..a8adc29 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -27,7 +27,7 @@ installpkg kernel installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x":
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs-fuse
%endif %if basearch == "sparc": installpkg silo tilo
I can't find a reference to either the original package or the new one in the s390 koji. Got a link for me?
both are subpackages of s390utils from http://s390.koji.fedoraproject.org/koji/packageinfo?packageID=8006
Dan
On 04/27/2012 06:53 AM, Dan Horák wrote:
dracut now reads the additional config files for anaconda and uses the new cmsfs-fuse interface to the CMS filesystem instead of the old cmsfs tools
share/runtime-install.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 29c8565..a8adc29 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -27,7 +27,7 @@ installpkg kernel installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x":
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs-fuse %endif %if basearch == "sparc": installpkg silo tilo
So I'm not entirely certain how things work in dracut land, but wouldn't the dracut package require s390utils-base and s390utils-cmsfs-fuse?
Jesse Keating píše v Ne 29. 04. 2012 v 20:14 -0700:
On 04/27/2012 06:53 AM, Dan Horák wrote:
dracut now reads the additional config files for anaconda and uses the new cmsfs-fuse interface to the CMS filesystem instead of the old cmsfs tools
share/runtime-install.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 29c8565..a8adc29 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -27,7 +27,7 @@ installpkg kernel installpkg yaboot fbset hfsutils kernel-bootwrapper ppc64-utils %endif %if basearch == "s390x":
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs
- installpkg lsscsi modutils mount s390utils-base s390utils-cmsfs-fuse %endif %if basearch == "sparc": installpkg silo tilo
So I'm not entirely certain how things work in dracut land, but wouldn't the dracut package require s390utils-base and s390utils-cmsfs-fuse?
dracut is a noarch package so it can't have s390-specific Requires
Dan
anaconda-devel@lists.stg.fedoraproject.org