Displaying 1 result from an estimated 1 matches for "bar_v1".
Did you mean:
bar_vm
2006 Jun 23
0
Installing from a usb drive
...kgorder /path/to/base i386 CentOS > /tmp/foo.txt"
run "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 generat...