SliTaz GNU/Linux official and community documentation wiki.
.png

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
en:cookbook:rootcd [2010/07/08 17:14]
127.0.0.1 external edit
en:cookbook:rootcd [2010/08/18 16:43]
linea
Line 7: Line 7:
 Syslinux and the (SliTaz) main bootloader - 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 uses the configuration file isolinux.cfg. Here's an example of an 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 [[:​en:​cookbook:​slitaztools|SliTaz tools]]. Syslinux and the (SliTaz) main bootloader - 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 uses the configuration file isolinux.cfg. Here's an example of an 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 [[:​en:​cookbook:​slitaztools|SliTaz tools]].
  
-<code>+<file>
 display isolinux.msg display isolinux.msg
 default slitaz default slitaz
Line 20: Line 20:
 F3 isolinux.msg F3 isolinux.msg
 F4 display.txt F4 display.txt
- +</file>
-</code>+
  
 ===== Isolinux boot splash image ===== ===== Isolinux boot splash image =====
Line 56: Line 55:
 The GRUB configuration file is called //​menu.lst//​ and can be edited with your favorite text editor. Example: The GRUB configuration file is called //​menu.lst//​ and can be edited with your favorite text editor. Example:
  
-<code>+<file>
 # By default, boot the first entry. # By default, boot the first entry.
 default 0 default 0
Line 73: Line 72:
        ​kernel /​boot/​bzImage root=/​dev/​null vga=771        ​kernel /​boot/​bzImage root=/​dev/​null vga=771
        ​initrd /​boot/​rootfs.gz        ​initrd /​boot/​rootfs.gz
- +</file>
-</code>+
  
 ===== ISO bootable with GRUB ===== ===== ISO bootable with GRUB =====
Line 103: Line 101:
 Once installed, you can add the label for the memtest86 file to isolinux.cfg,​ specifing the path to the utility: Once installed, you can add the label for the memtest86 file to isolinux.cfg,​ specifing the path to the utility:
  
-<code>+<file>
 label memtest label memtest
  kernel /​boot/​memtest  kernel /​boot/​memtest
-</code>+</file>
  
 Or if you want to use GRUB, here's the line to launch memtest86: Or if you want to use GRUB, here's the line to launch memtest86:
  
-<code>+<file>
 title Memtest86 (Test system memory) title Memtest86 (Test system memory)
 kernel /​boot/​memtest kernel /​boot/​memtest
-</code>+</file>
  
 Once the lines are added, you can then create a new ISO and test.  Once the lines are added, you can then create a new ISO and test. 
 
en/cookbook/rootcd.txt · Last modified: 2010/09/14 22:49 by linea