first check-in of feisty meow codebase. many things broken still due to recent
[feisty_meow.git] / database / configuration / boot / chos.conf
1 #
2 # Choose-OS 0.81 example configuration file.
3 #
4
5 #
6 # Traditional (version <= 0.41) lookalike interface.
7 #
8 #############################################################################
9
10 # Do we wanna use a cooler color instead of light gray ? yeah.
11 #
12 color=lightcyan,brown
13
14 # Wanna have another selection color ? yeah.
15 #
16 selection=green,black
17
18 # Set a cooler banner? yeah.
19 #
20 banner=Booting the OS of your choice today, Sir!
21
22 # Wanna see copyright 'n keyhelp ?? (Set this to off if U don't.)
23 #
24 infoline=on
25
26 #
27 # General stuff
28 #
29 #############################################################################
30
31 # wait 60 secs before bootin' the first image
32 #
33 delay=14
34
35 # Install the boot sector on /dev/hda (makes it MBR).
36 #
37 install=/dev/hda
38
39 # Want emergency boot sector ?
40 #
41 #emergency=/dev/hda1
42
43 #
44 # Next are the boot images...
45 #
46 #############################################################################
47
48 # a Linux kernel image
49 #
50 linux "Linux" {
51         image=/boot/vmlinuz
52         cmdline=vga=EXTENDED    root=/dev/hda5  read-only
53         color=green
54         initrd=/boot/initrd-2.2.5-15.img
55 }
56 # a DOS bootsector
57 #
58 bootsect "DOS" {
59         image=/dev/hda1
60         color=red
61 }
62