xref: /onnv-gate/usr/src/grub/install_menu (revision 7563:84ec90ffc3f7)
10Sstevel@tonic-gate#
2*7563SPrasad.Singamsetty@Sun.COM# CDDL HEADER START
3*7563SPrasad.Singamsetty@Sun.COM#
4*7563SPrasad.Singamsetty@Sun.COM# The contents of this file are subject to the terms of the
5*7563SPrasad.Singamsetty@Sun.COM# Common Development and Distribution License (the "License").
6*7563SPrasad.Singamsetty@Sun.COM# You may not use this file except in compliance with the License.
7*7563SPrasad.Singamsetty@Sun.COM#
8*7563SPrasad.Singamsetty@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*7563SPrasad.Singamsetty@Sun.COM# or http://www.opensolaris.org/os/licensing.
10*7563SPrasad.Singamsetty@Sun.COM# See the License for the specific language governing permissions
11*7563SPrasad.Singamsetty@Sun.COM# and limitations under the License.
12*7563SPrasad.Singamsetty@Sun.COM#
13*7563SPrasad.Singamsetty@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
14*7563SPrasad.Singamsetty@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*7563SPrasad.Singamsetty@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
16*7563SPrasad.Singamsetty@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
17*7563SPrasad.Singamsetty@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
18*7563SPrasad.Singamsetty@Sun.COM#
19*7563SPrasad.Singamsetty@Sun.COM# CDDL HEADER END
20*7563SPrasad.Singamsetty@Sun.COM#
21*7563SPrasad.Singamsetty@Sun.COM# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
22*7563SPrasad.Singamsetty@Sun.COM# Use is subject to license terms.
230Sstevel@tonic-gate#
240Sstevel@tonic-gatedefault=0
250Sstevel@tonic-gatetimeout=60
26*7563SPrasad.Singamsetty@Sun.COMmin_mem64 1024
273281Sequachtitle Solaris Express
28*7563SPrasad.Singamsetty@Sun.COM	kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom
29*7563SPrasad.Singamsetty@Sun.COM	module$ /boot/$ISADIR/x86.miniroot
303281Sequachtitle Solaris Express Serial Console ttya
31*7563SPrasad.Singamsetty@Sun.COM        kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom,console=ttya
32*7563SPrasad.Singamsetty@Sun.COM        module$ /boot/$ISADIR/x86.miniroot
333281Sequachtitle Solaris Express Serial Console ttyb (for lx50, v60x and v65x)
34*7563SPrasad.Singamsetty@Sun.COM        kernel$ /boot/platform/i86pc/kernel/$ISADIR/unix -B install_media=cdrom,console=ttyb
35*7563SPrasad.Singamsetty@Sun.COM        module$ /boot/$ISADIR/x86.miniroot
36