Soldato
I am trying to provision a bare metal system which has a raid attached to it. (I believe* it's a hardware raid)
During the kickstart we have a script that runs. It's a bash script. At the moment we have hit an issue where it is complaining it cant find a file ion the local disc.
A comment in the script says: # Requires a version of install.img patched to include hpacucli.
We have the hpacucli.rpm file.
I'm looking for information how to inject this in to a base RHEL 6 image.
I can find info on how to add rpms to the based RHEL image but not sure if it's the same thing or not.
I was looking at this I have to paste the content as the guide is from Red Hat and you wont be able to login to it:
Using original ISO rhel6.10-dvd.iso
Mount the ISO
mount -t iso9660 -o loop ./ rhel6.10-dvd.iso /storage/temp/ISO/
# mkdir "/var/tmp/rhel6.9"
# cd "/storage/temp/ISO/"
# cp -rPf * "/var/tmp/rhel6.9"
# cd "/var/tmp/rhel6.9"
# mkisofs -r -T -J -V "rhel6.9" \
-b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o /home/images/rhel-server-6.9-jr-x86_64-dvd.iso
I assume somewhere in there before rebuilding the image I can drop the .rpm file in to a directory?
The other thing is this application needs to be installed as if part of the base image not something installed as a part of the kickstart. The installer wont get that far as it needs this application to build the array before it even gets to doing what's in the kickstart.
There is also this but I am not sure if it is what I want as the utility will only be available to install not already installed which is what I want.
Thanks
During the kickstart we have a script that runs. It's a bash script. At the moment we have hit an issue where it is complaining it cant find a file ion the local disc.
A comment in the script says: # Requires a version of install.img patched to include hpacucli.
We have the hpacucli.rpm file.
I'm looking for information how to inject this in to a base RHEL 6 image.
I can find info on how to add rpms to the based RHEL image but not sure if it's the same thing or not.
I was looking at this I have to paste the content as the guide is from Red Hat and you wont be able to login to it:
Using original ISO rhel6.10-dvd.iso
Mount the ISO
mount -t iso9660 -o loop ./ rhel6.10-dvd.iso /storage/temp/ISO/
# mkdir "/var/tmp/rhel6.9"
# cd "/storage/temp/ISO/"
# cp -rPf * "/var/tmp/rhel6.9"
# cd "/var/tmp/rhel6.9"
# mkisofs -r -T -J -V "rhel6.9" \
-b isolinux/isolinux.bin -c isolinux/boot.cat \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-o /home/images/rhel-server-6.9-jr-x86_64-dvd.iso
I assume somewhere in there before rebuilding the image I can drop the .rpm file in to a directory?
The other thing is this application needs to be installed as if part of the base image not something installed as a part of the kickstart. The installer wont get that far as it needs this application to build the array before it even gets to doing what's in the kickstart.
There is also this but I am not sure if it is what I want as the utility will only be available to install not already installed which is what I want.
Thanks
Last edited: