[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH 1/4] Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x.
- From: Steffen Maier <maier linux vnet ibm com>
- To: Discussion of Development and Customization of the Red Hat Linux Installer <anaconda-devel-list redhat com>
- Subject: Re: [PATCH 1/4] Do not try to load floppy, edd, pcspkr, or iscsi_ibft on s390x.
- Date: Sat, 19 Sep 2009 01:33:54 +0200
Looks good.
On 09/18/2009 02:26 AM, David Cantrell wrote:
> Gets rid of the 'FATAL: Module _______ not found' errors in the log
> files.
> ---
> loader/loader.c | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/loader/loader.c b/loader/loader.c
> index ea0193e..e44240a 100644
> --- a/loader/loader.c
> +++ b/loader/loader.c
> @@ -1927,7 +1927,11 @@ int main(int argc, char ** argv) {
> if (isVioConsole())
> setenv("TERM", "vt100", 1);
>
> - mlLoadModuleSet("cramfs:floppy:edd:pcspkr:squashfs:iscsi_tcp:iscsi_ibft");
> + mlLoadModuleSet("cramfs:squashfs:iscsi_tcp");
> +
> +#if !defined(__s390__) && !defined(__s390x__)
> + mlLoadModuleSet("floppy:edd:pcspkr:iscsi_ibft");
> +#endif
>
> #ifdef ENABLE_IPV6
> if (!FL_NOIPV6(flags))
Steffen
Linux on System z Development
IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Erich Baier
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]