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(-)
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
04-27-2012, 07:21 PM
Chris Lumens
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
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
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
04-30-2012, 12:50 AM
Jesse Keating
include the new cmsfs-fuse interface
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
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
04-30-2012, 03:14 AM
Jesse Keating
include the new cmsfs-fuse interface
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(-)