Print this page
NEX-16881 use nexenta brand in the loader
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Revert "NEX-16881 use nexenta brand in the loader"
This reverts commit fb1dd3064bae9acf9a68f8ed41fd2f58d51de944.
NEX-16881 use nexenta brand in the loader
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>

*** 333,344 **** This function creates the list of menu items. This function is called by the menu-display function. You need not call it directly. : menu-create ( -- ) Print the frame caption at (x,y) s" loader_menu_title" getenv dup -1 = ! if drop s" Welcome to illumos" then TRUE ( use default alignment ! ) s" loader_menu_title_align" getenv dup -1 <> if 2dup s" left" compare-insensitive 0= if ( 1 ) 2drop ( c-addr/u ) drop ( bool ) menuX @ menuY @ 1- FALSE ( don't use default alignment ) else ( 1 ) 2dup s" right" compare-insensitive 0= if ( 2 ) 2drop ( c-addr/u ) drop ( bool ) menuX @ 42 + 4 - over - menuY @ 1- FALSE ( don't use default alignment ) --- 333,344 ---- This function creates the list of menu items. This function is called by the menu-display function. You need not call it directly. : menu-create ( -- ) Print the frame caption at (x,y) s" loader_menu_title" getenv dup -1 = ! if drop s" NexentaStor" then TRUE ( use default alignment ) ! s" loader_menu_title_align" getenv dup -1 <> if 2dup s" left" compare-insensitive 0= if ( 1 ) 2drop ( c-addr/u ) drop ( bool ) menuX @ menuY @ 1- FALSE ( don't use default alignment ) else ( 1 ) 2dup s" right" compare-insensitive 0= if ( 2 ) 2drop ( c-addr/u ) drop ( bool ) menuX @ 42 + 4 - over - menuY @ 1- FALSE ( don't use default alignment )