fork download
  1. # /boot/grub/menu.lst: GRUB boot loader configuration.
  2. #
  3.  
  4. # By default, boot the first entry.
  5. default 1
  6.  
  7. # Boot automatically after 5 secs.
  8. timeout 5
  9.  
  10. # Change the colors.
  11. color yellow/brown light-green/black
  12.  
  13. # For booting SliTaz from : /dev/hda1
  14. #
  15. title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.24.2-slitaz)
  16. root (hd0,0)
  17. kernel /boot/vmlinuz-2.6.24.2-slitaz root=/dev/hda1 \
  18. console=tty0 console=ttyS0,9600n8 serial –unit=0 \
  19. speed=9600word=8parity=no –stop=1 terminal \
  20. timeout=10 serial console .8250.nr_uarts=12
  21.  
  22. # My kernel:
  23. title SliTaz<1.0> 12 serial ports Kernel<2.6.24.2>
  24. root (hd0,0)
  25. kernel /boot/bzImage root=/dev/hda1\
  26. console=tty0 console=ttyS0,9600n8 serial –unit=0 \
  27. speed=9600word=8parity=no –stop=1 terminal \
  28. timeout=10 serial console .8250.nr_uarts=12
Runtime error #stdin #stdout #stderr 0.03s 5312KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.sh: line 5: default: command not found
Try `timeout --help' for more information.
prog.sh: line 11: color: command not found
prog.sh: line 15: syntax error near unexpected token `('
prog.sh: line 15: `title 	SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.24.2-slitaz)'