diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-11 19:47:05 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-04-11 19:47:05 +0000 |
commit | 45bab89362ebe122d60d5e9b1e2b949b26168db3 (patch) | |
tree | c430eb677a06d8c823fd1d2d4a9f7790c0c275d2 /sys/lib/dist/pc | |
parent | 05569f6f2c54a19c1c85a7f10742913cd8904787 (diff) |
livecd
Diffstat (limited to 'sys/lib/dist/pc')
-rw-r--r-- | sys/lib/dist/pc/cd0.proto | 1 | ||||
-rw-r--r-- | sys/lib/dist/pc/plan9.ini | 20 | ||||
-rw-r--r-- | sys/lib/dist/pc/plan9.ini.cd | 23 |
3 files changed, 3 insertions, 41 deletions
diff --git a/sys/lib/dist/pc/cd0.proto b/sys/lib/dist/pc/cd0.proto deleted file mode 100644 index 62bdb1b10..000000000 --- a/sys/lib/dist/pc/cd0.proto +++ /dev/null @@ -1 +0,0 @@ -cddisk diff --git a/sys/lib/dist/pc/plan9.ini b/sys/lib/dist/pc/plan9.ini index 71f98e5e1..c28f1ce43 100644 --- a/sys/lib/dist/pc/plan9.ini +++ b/sys/lib/dist/pc/plan9.ini @@ -1,15 +1,6 @@ -# config for initial floppy booting - -[menu] -menuitem=boot, Boot Plan 9 -# menuitem=debug, Boot Plan 9 and debug 9load -menudefault=boot, 10 - -[common] # very cautious settings to get started. # will defeat booting from usb devices. *nomp=1 -*nobiosload=1 # *noahciload=1 # *debugload=1 *nodumpstack=1 @@ -22,16 +13,7 @@ mouseport=ask monitor=ask vgasize=ask dmamode=ask -nobootprompt=local!/boot/bzroot -installurl=http://plan9.bell-labs.com/plan9/download/plan9.iso.bz2 # serial console on COM1 #console=0 - -[boot] bootargs=local!#S/sdD0/data -bootfile=sdD0!cdboot!9pccd.gz - -# [debug] -# bootargs=local!#S/sdD0/data -# bootfile=sdD0!cdboot!9pccd.gz -# *debugload=1 +bootfile=/386/9pccd diff --git a/sys/lib/dist/pc/plan9.ini.cd b/sys/lib/dist/pc/plan9.ini.cd index 11a2435ca..de8c1352f 100644 --- a/sys/lib/dist/pc/plan9.ini.cd +++ b/sys/lib/dist/pc/plan9.ini.cd @@ -1,15 +1,7 @@ # 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 # *noahciload=1 # *debugload=1 *nodumpstack=1 @@ -21,20 +13,9 @@ mouseport=ask monitor=ask vgasize=ask dmamode=ask -adisk=/dev/sdD0/cdboot +adisk=/dev/sdD0/data 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 +bootfile=/386/9pccd |