grub: Markup configuration files for translation
This commit is contained in:
parent
574c8e84ca
commit
6b073a968e
@ -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"
|
||||
|
@ -1,5 +1,5 @@
|
||||
if [ "$grub_platform" = "pc" ]; then
|
||||
menuentry "Hardware Info" {
|
||||
menuentry $"Hardware Info" {
|
||||
linux16 /boot/memdisk
|
||||
initrd16 /boot/hdt.img
|
||||
}
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user