This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
[EMAIL PROTECTED]
This message has been rejected because it has
a potentially e
Niels de Groot <[EMAIL PROTECTED]> writes:
> (I'm not a perl expert, but use of the $is_linux variable should be
> possible outside of install.pl. If not, feel free to modify
> install.pl :-) )
We declare it as "my $is_linux", so it should only be visible from
install.pl itself.
Maybe we should
I plan to roll the next Unattended release sometime tomorrow (Oct 23).
I am not going to bother with any prereleases, since a) nobody tries
them anyway and b) Shad has been extremely thorough in his regression
testing.
So, if you know of a showstopper bug in the current CVS, speak up.
- Pat
--
"Brauer, Jan" <[EMAIL PROTECTED]> writes:
> What i mean is: how can install.pl determine whether i'm booting
> from dos and not use config.pl or whether im botting from linux and
> use it?
Have config.pl do the test and load config-linux.pl when running on
Linux. Something like this in Z:\site\c
Hi Jan,
Look at the code in install.pl. One of the first things it does is
determine the platform and set the $is_linux variable accordingly.
It might be better to leave the install.pl alone, and enclose some or all
of your code in site.pl in something like
if ($is_linux) {
your l
Thomas Ahrens <[EMAIL PROTECTED]> writes:
> We have a bunch of - quite old - Compaq ML380 Server equipped with
> SmartArray/2 SCSI-controller. These are supported by a current
> Fedora Core 2 (2.6.8-1.521) without trouble.
There were a number of updates to the cpqarray driver in the 2.6.9
kernel.