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