xref: /plan9/sys/lib/dist/pc/plan9.ini.cd (revision 852b8c954552f20cb460ec57f3e85c781710a4e1)
1# config for initial cd booting
2
3[menu]
4menuitem=install, Install Plan 9 from this CD
5menuitem=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
13debugboot=1
14# *noahciload=1
15# *debugload=1
16# *nodumpstack=1
17# this would disable ether and usb probing.
18# *nousbprobe=1
19# *noetherprobe=1
20partition=new
21mouseport=ask
22monitor=ask
23vgasize=ask
24dmamode=ask
25adisk=/dev/sdD0/cdboot
26cdboot=yes
27# console=0
28# baud=9600
29
30[install]
31nobootprompt=local!/boot/bzroot
32bootfile=sdD0!cdboot!9pcflop.gz
33
34[cdboot]
35bootargs=local!#S/sdD0/data
36bootfile=sdD0!cdboot!9pccd.gz
37
38# [debug]
39# bootargs=local!#S/sdD0/data
40# bootfile=sdD0!cdboot!9pccd.gz
41# *debugload=1
42