1234567891011121314151617181920212223242526272829303132333435363738394041 |
- # config for initial cd booting
- [menu]
- menuitem=install, Install Plan 9 from this CD
- menuitem=cdboot, Boot Plan 9 from this CD
- # menuitem=debug, Boot Plan 9 from this CD and debug 9load
- [common]
- # very cautious settings to get started.
- # will defeat booting from usb devices.
- *nomp=1
- *nobiosload=1
- debugboot=1
- # *noahciload=1
- # *debugload=1
- # *nodumpstack=1
- # this would disable ether and usb probing.
- # *nousbprobe=1
- # *noetherprobe=1
- partition=new
- mouseport=ask
- monitor=ask
- vgasize=ask
- dmamode=ask
- adisk=/dev/sdD0/cdboot
- cdboot=yes
- # console=0
- # baud=9600
- [install]
- nobootprompt=local!/boot/bzroot
- bootfile=sdD0!cdboot!9pcflop.gz
- [cdboot]
- bootargs=local!#S/sdD0/data
- bootfile=sdD0!cdboot!9pccd.gz
- # [debug]
- # bootargs=local!#S/sdD0/data
- # bootfile=sdD0!cdboot!9pccd.gz
- # *debugload=1
|