home *** CD-ROM | disk | FTP | other *** search
File List | 2005-11-15 | 1.1 KB | 39 lines |
- ## GRUB-bootconfig
-
- # grafics menu
- gfxmenu /boot/grub/boot_menu
-
- # color settings
- #color white/blue black/light-gray
-
- ## Boot automatically after this many secs:
- timeout 10
-
- ## By default, boot the first entry.
- default 0
-
- ## Fallback to the second entry.
- fallback 1
-
- ## work on both, keyboard and serial:
- serial --unit=0 --speed=9600
- terminal --timeout=1 serial console
-
- ######################################################################
- title Collax Business Server Install
- #console=ttyS0,9600N8 console=tty1
- kernel /boot/vmlinuz root=/dev/rd/0 devfs=mount ramdisk_size=16385 prompt_ramdisk=0 console=tty1 vga=791 lang=en splash=silent run_install showopts
- initrd /boot/initrd_installer
-
- ######################################################################
- title Collax Business Server Live-CD
- #console=ttyS0,9600N8 console=tty1
- kernel /boot/vmlinuz root=/dev/rd/0 devfs=mount ramdisk_size=16385 prompt_ramdisk=0 console=tty1 vga=791 lang=en splash=silent showopts
- initrd /boot/initrd
-
- ######################################################################
- ## MemTest
- title memtest86
- kernel /boot/grub/memtest.bin
-
-