Displaying 1 result from an estimated 1 matches for "copymenu32".
2013 Mar 11
2
menu.c32: not a COM32R image
...ello,
I have a simple shell script that I use to generate an iso installer
depending on the release version that I want. The thing is that I extract
isolinux and menu.c32 from the syslinux rpm of the latest redhat release.
The reason I am doing it this way is because of the
This is what does it:
copymenu32() {
# $ cat /local/kickstart/templates/os-updates.txt
# RedHat-5.8|20120425
# RedHat-5.9|20130305
# RedHat-6.2|20120425
# RedHat-6.3|20120827
# RedHat-6.4|20130228
OSREL="`grep ^RedHat /local/kickstart/templates/os-updates.txt | sort
-n | tail -1 | awk -F'|'...