grub: Markup configuration files for translation

This commit is contained in:
Anton Midyukov 2021-04-27 22:44:34 +07:00
parent 574c8e84ca
commit 6b073a968e
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
if [ "$grub_platform" = "pc" ]; then
menuentry "Boot from hard drive" {
menuentry $"Boot from hard drive" {
insmod part_msdos
insmod chain
set oldroot="$root"

View File

@ -1,5 +1,5 @@
if [ "$grub_platform" = "pc" ]; then
menuentry "Hardware Info" {
menuentry $"Hardware Info" {
linux16 /boot/memdisk
initrd16 /boot/hdt.img
}

View File

@ -1,5 +1,5 @@
if [ "$grub_platform" = "pc" ]; then
menuentry "Boot from 1st hard/flash drive" {
menuentry $"Boot from 1st hard/flash drive" {
insmod part_msdos
insmod chain
set oldroot="$root"
@ -8,7 +8,7 @@ if [ "$grub_platform" = "pc" ]; then
set root="$oldroot"
}
menuentry "Boot from 2st hard/flash drive" {
menuentry $"Boot from 2st hard/flash drive" {
insmod part_msdos
insmod chain
set oldroot="$root"