Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
# config for initial cd booting
2
 
3
[menu]
4
menuitem=install, Install Plan 9 from this CD
5
menuitem=cdboot, Boot Plan 9 from this CD
6
# menuitem=debug, Boot Plan 9 from this CD and debug 9load
7
 
8
[common]
9
# very cautious settings to get started.
10
# will defeat booting from usb devices.
11
*nomp=1
12
*nobiosload=1
13
debugboot=1
14
# *noahciload=1
15
# *debugload=1
16
# *nodumpstack=1
17
# this would disable ether and usb probing.
18
# *nousbprobe=1
19
# *noetherprobe=1
20
partition=new
21
mouseport=ask
22
monitor=ask
23
vgasize=ask
24
dmamode=ask
25
adisk=/dev/sdD0/cdboot
26
cdboot=yes
27
# console=0
28
# baud=9600
29
 
30
[install]
31
nobootprompt=local!/boot/bzroot
32
bootfile=sdD0!cdboot!9pcflop.gz
33
 
34
[cdboot]
35
bootargs=local!#S/sdD0/data
36
bootfile=sdD0!cdboot!9pccd.gz
37
 
38
# [debug]
39
# bootargs=local!#S/sdD0/data
40
# bootfile=sdD0!cdboot!9pccd.gz
41
# *debugload=1