Building a custom CentOS 5 kickstart disc
Reference:
http://smorgasbork.com/linux/35-linux/58-building-a-custom-centos-5-kickstart-disc-part-1
http://smorgasbork.com/linux/35-linux/59-building-a-custom-centos-5-kickstart-disc-part-2
http://smorgasbork.com/linux/35-linux/60-building-a-custom-centos-5-kickstart-disc-part-3
http://smorgasbork.com/linux/35-linux/61-building-a-custom-centos-5-kickstart-disc-part-4
Some bugs in the documents:
1. Author’s system is x64 system, so the commands are
~/kickstart_build/parse_comps.pl ~/kickstart_build/comps.xml ~/kickstart_build/all_rpms x86_64
~/kickstart_build/follow_deps.pl ~/kickstart_build/all_rpms x86_64
if you’re using 32bits system, use “i386” replace the x86_64
2. in the script parse_comps.pl, line 13
change the $comps_file to $rpm_path
3. in perl, if install XML::Simple fail, it will give a solution to install another package, then reinstall XML::Simple again.
Leave a Reply