Okay - I have actually gotten this to work now, by fiddling a bit. Here
is what I did.
Booted off the regular CentOs 4.3 install CD (stat still recognizes the
drives !). Partition disks for raid. Installing a minimal server system.
Reboot.
When the server is up, put in the NuOnce CD
mount /dev/cdrom /mnt
cd /mnt/CentOS/RPMS
rpm -Uvh *.rpm --force
cp /mnt/PKGS /tmp/
reboot
When the server is up again:
cd /tmp/PKGS
for a in $(cat install.files) ; do
/usr/sausalito/sbin/pkg_prepare -i -f ./$a
done
sh install.script
The go to http://ip/login and configure as you would normally do.
Phew - this has taken a while to figure out - maybe someone could tell
me how to put this down on an installer CD?
Jes
Jes Kasper Klittum wrote:
> Hmmm....this also does not work - I am getting the same error about sda
> not being found.
>
> Okay - let me ask another question - will it be possible for me to make
> a minimal install of CentOS and then put all the packages on it that are
> on the Nuonce CD? Would this give me a similar install as the one the
> installer would make?
>
> I guess this is a question for Brian.
>
> /Jes