Mailinglist Archive: opensuse-autoinstall (50 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] any way to embed "install=" into the XML file?
- From: Mike Marion <mmarion@xxxxxxxxxxxx>
- Date: Wed, 26 Sep 2007 15:54:46 -0700
- Message-id: <20070926225445.GI21946@xxxxxxxxxxxxxxxxxxxxxx>
On Wed, Sep 26, 2007 at 10:10:21PM +0100, Yan Fitterer wrote:
> I don't think so.
> BUT: you can create an "info" file with that information
> (and the autoyast parameter, as well as other bits) and have
> that on a floppy or USB stick, if that helps.
Yeah, we did the same here for awhile. The unfortunate thing is that
autoyast doesn't seem to actually parse the xml data until the main
autoyast parts start, which are gotten via the mounted install area. We
started running into truncated /proc/cmdline data here too because we
use fairly long paths (can't really get around that due to our
environment) and we pass several other things on the cmdline.
Now we're ok because, as of at least SP1 for sles/sled10 + (and I
patched our older kernels) the limit for cmdline was bumped from 256
characaters to 2048.
We use pxe booting and mac addressed based files in order to pass host
specific based info to the boot process, then edit or rm that file
during the chroot script section. Setup is good enough now that I can
run a menu driven script we have here, feed in a file consisting of
hostname ip mac
and power on whole racks of hosts (we have a lot of blades now) and have
fully imaged hosts in a 1/2 hour or so. I've grown to love autoyast. :)
--
Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com
Bob: "Ok, I'm goin'... but a swift kick in the ass isn't the solution to
everything you know."
Red: "I gotta disagree with you there Bob!" -- That 70's show
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> I don't think so.
> BUT: you can create an "info" file with that information
> (and the autoyast parameter, as well as other bits) and have
> that on a floppy or USB stick, if that helps.
Yeah, we did the same here for awhile. The unfortunate thing is that
autoyast doesn't seem to actually parse the xml data until the main
autoyast parts start, which are gotten via the mounted install area. We
started running into truncated /proc/cmdline data here too because we
use fairly long paths (can't really get around that due to our
environment) and we pass several other things on the cmdline.
Now we're ok because, as of at least SP1 for sles/sled10 + (and I
patched our older kernels) the limit for cmdline was bumped from 256
characaters to 2048.
We use pxe booting and mac addressed based files in order to pass host
specific based info to the boot process, then edit or rm that file
during the chroot script section. Setup is good enough now that I can
run a menu driven script we have here, feed in a file consisting of
hostname ip mac
and power on whole racks of hosts (we have a lot of blades now) and have
fully imaged hosts in a 1/2 hour or so. I've grown to love autoyast. :)
--
Mike Marion-Unix SysAdmin/Staff IT Engineer-http://www.qualcomm.com
Bob: "Ok, I'm goin'... but a swift kick in the ass isn't the solution to
everything you know."
Red: "I gotta disagree with you there Bob!" -- That 70's show
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |