Displaying 1 result from an estimated 1 matches for "barv1".
Did you mean:
barve
2006 Jun 23
0
Installing from a usb drive
..."genhdlist --fileorder /tmp/foo.txt /path/to/base"
rerun the pkgorder command
Add a custom group to CentOS/base/comps.xml
run "buildinstall --pkgorder /tmp/foo.txt --version 4.2 --product "CentOS"
--release "BAR_V1" --discs "BAR" --prodpath CentOS --comp BARv1
/path/to/base"
change isolinux/isolinux.cfg to add two labels, one for each ks file
run "mkisofs -o foobar.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -boot-load-size 4 -R -J -v /path/to/base" to generate the
DVD
iso.
This iso works fine when we burn it to dvd an...