Changeset 89

Show
Ignore:
Timestamp:
09/21/05 17:18:51 (3 years ago)
Author:
ludo
Message:

support for grub_keymap (from r2584)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/admin/perl/lbs-lib.pl

    r64 r89  
    13861386    my $revowait = iniGetVal(\%conf, "-", "mtftp_wait"); 
    13871387    my $grub_splashimage = iniGetVal(\%conf, "-", "grub_splashimage"); 
     1388    my $grub_keymap = iniGetVal(\%conf, "-", "grub_keymap"); 
    13881389  
    13891390    # 
     
    14781479    $menuheader = hdrConcatMenuItems(\%hdr, "header") ; 
    14791480    $menuheader =~ s/DEFNUM/$defaultpos/ ; 
     1481    if ($grub_keymap ne "") { 
     1482      $menuheader .= "\nkbd$grub_keymap\n"; 
     1483    } 
    14801484    if ($grub_splashimage ne "") { 
    14811485      $menuheader .= "\nsplashimage (nd)$grub_splashimage\n";