diff options
author | Irina Gómez <irinagomez@us.es> | 2019-04-25 11:22:44 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-04-25 11:22:44 +0200 |
commit | b0a7050136d336391db2f38718e3f34f4ab9a99f (patch) | |
tree | 15bbcac8ca792604897ff2dddcf9c5aa13ec4c71 /client/shared/etc/lang.en_GB.conf | |
parent | 528ff4ca943d3f439d18d6d467c699329bece768 (diff) |
#802 #888 If UEFI active, always installs rEFInd and sets it as bootloader (NVRAM) second entry. New Nvram management functions: Add new entry, get and set de next boot entry.
Diffstat (limited to 'client/shared/etc/lang.en_GB.conf')
-rw-r--r-- | client/shared/etc/lang.en_GB.conf | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/client/shared/etc/lang.en_GB.conf b/client/shared/etc/lang.en_GB.conf index 7455b585..b21a270f 100644 --- a/client/shared/etc/lang.en_GB.conf +++ b/client/shared/etc/lang.en_GB.conf @@ -94,7 +94,6 @@ MSG_SPEED="Speed" # API functions messages. MSG_HELP_ogAclFilter="Draws ACL files from differential image." -MSG_HELP_ogActiveNvramEntry="Activates a boot loader (NVRAM) entry identified by label or order number." MSG_HELP_ogAddCmd="Adds commands to file created by ogInstalMiniSetup." MSG_HELP_ogAddRegistryKey="Adds new Windows registry key." MSG_HELP_ogAddRegistryValue="Adds new Windows registry value." @@ -137,7 +136,6 @@ MSG_HELP_ogCreatePartitions="Creates disk partition table." MSG_HELP_ogCreatePartitionTable="Creates partition table, if necessary." MSG_HELP_ogCreateTorrent="" MSG_HELP_ogCopyEfiBootLoader="Copy the boot loader from the EFI partition to system partition." -MSG_HELP_ogDeleteNvramEntry="Deletes a boot loader (NVRAM) entry identified by label or order number." MSG_HELP_ogDeleteCache="Deletes local cache partition." MSG_HELP_ogDeleteFile="Deletes file from storage." MSG_HELP_ogDeletePartitionTable="Deletes disk table partition" @@ -179,9 +177,6 @@ MSG_HELP_ogGetMacAddress="Returns client Ethernet address." MSG_HELP_ogGetMountImageDir="Returns mounting directory of image." MSG_HELP_ogGetMountPoint="Returns directory of local file system mount point." MSG_HELP_ogGetNetInterface="" -MSG_HELP_ogGetNvramCurrentEntry="Displays the bootloader (NVRAM) entry that was started by the computer." -MSG_HELP_ogGetNvramOrder="Displays the bootloader (NVRAM) entries order." -MSG_HELP_ogGetNvramTimeout="Displays the bootloader (NVRAM) timeout." MSG_HELP_ogGetOsType="Returns installed OS type." MSG_HELP_ogGetOsUuid="Returns OS UUID" MSG_HELP_ogGetOsVersion="Returns OS version." @@ -210,7 +205,6 @@ MSG_HELP_ogGrubUefiConf="Generates the grub.cfg file of the EFI partition." MSG_HELP_ogHelp="Shows functions help messages." MSG_HELP_ogHidePartition="Hides Windows partition." MSG_HELP_ogIdToType="Returns partition type identifier." -MSG_HELP_ogInactiveNvramEntry="Inactivates a boot loader (NVRAM) entry identified by label or order number." MSG_HELP_ogInstallFirstBoot="Creates file to run on first Windows boot." MSG_HELP_ogInstallLaunchDaemon="Installs file to run on MACos boot." MSG_HELP_ogInstallLinuxClient="$MSG_OBSOLETE." @@ -254,6 +248,18 @@ MSG_HELP_ogMountCdrom="Mounts default optical drive." MSG_HELP_ogMountFs=$MSG_HELP_ogMount MSG_HELP_ogMountImage="Mounts synchronizable image" MSG_HELP_ogMount="Mounts file system and returns mount point." +MSG_HELP_ogNvramActiveEntry="Sets active a bootloader (NVRAM) entry." +MSG_HELP_ogNvramAddEntry="Creates new entry in bootloader (NVRAM)." +MSG_HELP_ogNvramDeleteEntry="Deletes a bootloader (NVRAM) entry." +MSG_HELP_ogNvramGetCurrent="Displays the bootloader (NVRAM) entry that was started by the computer." +MSG_HELP_ogNvramGetNext="Displays the bootloader (NVRAM) entry for the boot next." +MSG_HELP_ogNvramGetOrder="Displays the bootloader (NVRAM) entries order." +MSG_HELP_ogNvramGetTimeout="Displays the bootloader (NVRAM) timeout." +MSG_HELP_ogNvramInactiveEntry="Sets inactive bootloader (NVRAM) entry." +MSG_HELP_ogNvramList="Lists bootloader (NVRAM) entries, by staring actives ones." +MSG_HELP_ogNvramSetNext="Set the bootloader (NVRAM) entry for the boot next." +MSG_HELP_ogNvramSetOrder="Sets the bootloader (NVRAM) entries order." +MSG_HELP_ogNvramSetTimeout="Sets the bootloader (NVRAM) timeout." MSG_HELP_ogRaiseError="Displays and registers error messages and returns code." MSG_HELP_ogReduceFs="Reduces file system size to minimum." MSG_HELP_ogReduceImage="Reduces image size." @@ -274,8 +280,6 @@ MSG_HELP_ogRestoreMbrImage="Restores boot sector image (MBR)." MSG_HELP_ogRestoreUuidPartitions="Restores UUID of partitions and partition table." MSG_HELP_ogSaveImageInfo="Creates the image information file." MSG_HELP_ogSetLinuxName="" -MSG_HELP_ogSetNvramOrder="Configures the bootloader (NVRAM) entries order." -MSG_HELP_ogSetNvramTimeout="Configures the bootloader (NVRAM) timeout." MSG_HELP_ogSetPartitionActive="Sets active partition number of disk." MSG_HELP_ogSetPartitionId="Changes partition ID using mnemonic." MSG_HELP_ogSetPartitionSize="Sets partition size." |