changeset 3206:77d8e3c86357 onnv_55

6502740 Install GRUB menu needs an entry for Solaris Developer Express
author equach
date Mon, 11 Dec 2006 17:17:14 -0800
parents 178ad74e8c71
children 8eadc1420e72
files usr/src/grub/install_menu
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/grub/install_menu	Mon Dec 11 16:48:35 2006 -0800
+++ b/usr/src/grub/install_menu	Mon Dec 11 17:17:14 2006 -0800
@@ -6,6 +6,9 @@
 title Solaris 
 	kernel /boot/multiboot kernel/unix -B install_media=cdrom
 	module /boot/x86.miniroot
+title Solaris Developer Express
+	kernel /boot/multiboot kernel/unix -B install_media=cdrom,soldevx=true
+	module /boot/x86.miniroot
 title Solaris Serial Console ttya
         kernel /boot/multiboot kernel/unix -B install_media=cdrom,console=ttya
         module /boot/x86.miniroot