isolinuxcfg
isolinuxcfg is the conventional name for the configuration file used by the ISOLINUX bootloader to control booting from ISO images. The file is typically named isolinux.cfg and resides in the isolinux/ directory within an ISO image. It is a plain text file read by the bootloader at startup and defines a boot menu and the parameters passed to kernels or initramfs images.
Global directives at the top of isolinux.cfg control overall behavior. DEFAULT sets which boot label boots
Boot options are defined as labeled blocks. Each option starts with a LABEL name, and may include
The isolinux.cfg file is central to customizing boot behavior, enabling selections such as installation, live operation,
See also: ISOLINUX, Syslinux, isolinux.bin, bootloader configuration.