Mailinglist Archive: opensuse-autoinstall (51 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Wrong disk-id with hw raid
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Wed, 15 Jul 2009 17:05:59 +0200
- Message-id: <200907151706.00708.ug@xxxxxxx>
on Sunday 12 July 2009 Tomas Rosenthal wrote:
*argh* you are right. The exec is executed too early :-/ sorry.
We can try something different. You have to change the initrd anyway, so
create a directory like this:
/linux/suse/x86_64-sles11/install/
and copy this shell script with the name update.pre into it:
#! /bin/sh
/my_raid_setup.sh
or copy your raid_setup to /linux/suse/x86_64-sles11/install/update.pre
That should run later.
--
ciao, Uwe Gansert
Uwe Gansert
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
But now when invoked from linuxrc, I'm calling the script so early that
the initrd filesystem is not loaded, or something. It doesn't find basic
commands such as grep, sed, head etc.
What am I doing wrong? My linuxrc.config looks like this:
*argh* you are right. The exec is executed too early :-/ sorry.
We can try something different. You have to change the initrd anyway, so
create a directory like this:
/linux/suse/x86_64-sles11/install/
and copy this shell script with the name update.pre into it:
#! /bin/sh
/my_raid_setup.sh
or copy your raid_setup to /linux/suse/x86_64-sles11/install/update.pre
That should run later.
--
ciao, Uwe Gansert
Uwe Gansert
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |