Routines to maintain translations in the graphical bootloader menu
List of Global Functions
ReplaceRegexMatch - Replace every match of given regular expression in a string with a replacement string
Update - Updates GFX menu without requiring any information, reads loader type from sysconfig, calls /sbin/lilo if LILO is being used directly
UpdateGfxMenuContents - Update graphical bootloader to contain translations for section labels in the currently selected installation language (set in /etc/sysconfig/language, RC_LANG) And make the selected installation language default
getTranslationsToDiacritics - Get translated section names, including diacritics
translateSectionTitle - Create translated name of a section
List of Global Variables
Replace every match of given regular expression in a string with a replacement string
Function parameters
string input
string regex
string repl
Return value
string - that has matches replaced
Updates GFX menu without requiring any information, reads loader type from sysconfig, calls /sbin/lilo if LILO is being used directly
Return value
boolean - true on success
Update graphical bootloader to contain translations for section labels in the currently selected installation language (set in /etc/sysconfig/language, RC_LANG) And make the selected installation language default
Function parameters
string loader
Return value
boolean - true on success
Get translated section names, including diacritics
Function parameters
string loader
Return value
map<string,string> - a map section names translations