forked from jclulow/illumos-misc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.lst
20 lines (17 loc) · 982 Bytes
/
menu.lst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# if you want the system console on ttya...
#serial --unit=0 --speed=115200
#terminal serial
default=2
timeout=5
min_mem64=1000
title Chainload to first harddisk
rootnoverify (hd0)
chainloader +1
title OpenIndiana Development oi_148 X86 boot image
# Don't specify console=ttya unless you really know that's what you mean.
# kernel$ /oi/platform/i86pc/kernel/$ISADIR/unix -B console=ttya,install_media=http://172.23.0.1:5555,install_service=oi_x86,install_svc_address=172.23.0.1:5555
kernel$ /oi/platform/i86pc/kernel/$ISADIR/unix -B install_media=http://172.23.0.1:5555,install_service=oi_x86,install_svc_address=172.23.0.1:5555,livessh=enable
module$ /oi/platform/i86pc/$ISADIR/boot_archive
title OpenIndiana Development oi_148 X86 Automated Install
kernel$ /oi/platform/i86pc/kernel/$ISADIR/unix -B install=true,install_media=http://172.23.0.1:5555,install_service=oi_x86,install_svc_address=172.23.0.1:5555,livessh=enable
module$ /oi/platform/i86pc/$ISADIR/boot_archive