SliTaz GNU/Linux official and community documentation wiki.
.png
Translations of this page:

This is an old revision of the document!


Rootcd

Descriptions of files contained on the cdrom.

Syslinux/isolinux

Syslinux and the main bootloader of SliTaz - we use the isolinux version to start the system contained on the CD-ROM. Simple effective and configurable, isolinux was installed during the creation of the base system. The binary is named isolinux.bin and its configuration file: isolinux.cfg. Here's an example of isolinux.cfg using isolinux.msg to post the splash image and displayable help files via F1, F2, F3 and F4. You will find the files help.txt, options.txt, etc in SliTaz tools.

display isolinux.msg
default slitaz
label slitaz
	kernel /boot/bzImage
	append initrd=/boot/rootfs.gz rw root=/dev/null vga=788
implicit 0	
prompt 1	
timeout 80
F1 help.txt
F2 options.txt
F3 isolinux.msg
F4 display.txt
 
en/cookbook/rootcd.1266527036.txt.gz · Last modified: 2010/07/08 17:17 (external edit)