File: chos.conf

package info (click to toggle)
chos 0.82-2
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 1,024 kB
  • ctags: 968
  • sloc: ansic: 4,180; asm: 2,103; tcl: 1,976; makefile: 152; sh: 79
file content (25 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Choose-OS 0.81 example configuration file.
#
# This is a simple configuration for demonstration of 'dosmenukey'
#

banner=Whatcha wanna do today?

install=/dev/hda

linux "Linux" {
	image=/boot/vmlinuz
	cmdline= vga=EXTENDED
	# probably add root=/dev/hd?? above
}

bootsect "DOS" {
	image=/dev/hda1
	dosmenukey=1
}

bootsect "Windoze95" {
	image=/dev/hda1
	dosmenukey=2
}