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>

Split Close
Expand all
Collapse all
          --- old/usr/src/boot/sys/boot/forth/menu.4th
          +++ new/usr/src/boot/sys/boot/forth/menu.4th
↓ open down ↓ 479 lines elided ↑ open up ↑
 480  480    s" Os^[1mC^[monsole.. ^[34;1mttyd^[m" rot 52 ansi_caption[x][y] setenv
 481  481  ;
 482  482  
 483  483  \ This function creates the list of menu items. This function is called by the
 484  484  \ menu-display function. You need not call it directly.
 485  485  \ 
 486  486  : menu-create ( -- )
 487  487  
 488  488          \ Print the frame caption at (x,y)
 489  489          s" loader_menu_title" getenv dup -1 = if
 490      -                drop s" Welcome to illumos"
      490 +                drop s" NexentaStor"
 491  491          then
 492  492          TRUE ( use default alignment )
 493  493          s" loader_menu_title_align" getenv dup -1 <> if
 494  494                  2dup s" left" compare-insensitive 0= if ( 1 )
 495  495                          2drop ( c-addr/u ) drop ( bool )
 496  496                          menuX @ menuY @ 1-
 497  497                          FALSE ( don't use default alignment )
 498  498                  else ( 1 ) 2dup s" right" compare-insensitive 0= if ( 2 )
 499  499                          2drop ( c-addr/u ) drop ( bool )
 500  500                          menuX @ 42 + 4 - over - menuY @ 1-
↓ open down ↓ 894 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX