dglinder / ISOwithKS

Automatically add Kickstart file to RedHat ISO
4 stars 3 forks source link

Boot timeout #4

Open dglinder opened 6 years ago

dglinder commented 6 years ago

Set boot timeout to 1000 seconds, and boot local HDD automatically.

dglinder commented 6 years ago

.../isolinux/isolinux.cfg : Change "timeout 600" to "timeout 10000". .../EFI/BOOT/grub.cfg : Change "set timeout=60" to "set timeout=1000"

Default boot: .../isolinux/isolinux.cfg : Remove all "menu default" Add "menu default" to the "label local" section after the line: menu label Boot from ^local drive .../EFI/BOOT/grub.cfg : ...not sure how to do this here...

Fix title: .../isolinux/isolinux.cfg : Search for: menu.label..Install.Red.Hat Replace with: "menu label ^Install Custom Red Hat