xref: /onnv-gate/usr/src/grub/install_menu (revision 0:68f95e015346)
1*0Sstevel@tonic-gate#
2*0Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
3*0Sstevel@tonic-gate#
4*0Sstevel@tonic-gatedefault=0
5*0Sstevel@tonic-gatetimeout=60
6*0Sstevel@tonic-gatesplashimage=/boot/grub/splash.xpm.gz
7*0Sstevel@tonic-gatetitle Solaris
8*0Sstevel@tonic-gate	kernel /boot/multiboot kernel/unix -B install_media=cdrom
9*0Sstevel@tonic-gate	module /boot/x86.miniroot
10*0Sstevel@tonic-gatetitle Solaris Serial Console ttya
11*0Sstevel@tonic-gate        kernel /boot/multiboot kernel/unix -B install_media=cdrom,console=ttya
12*0Sstevel@tonic-gate        module /boot/x86.miniroot
13*0Sstevel@tonic-gatetitle Solaris Serial Console ttyb (for lx50, v60x and v65x)
14*0Sstevel@tonic-gate        kernel /boot/multiboot kernel/unix -B install_media=cdrom,console=ttyb
15*0Sstevel@tonic-gate        module /boot/x86.miniroot
16