Commit 6b073a96 authored by Anton Midyukov's avatar Anton Midyukov

grub: Markup configuration files for translation

parent 574c8e84
if [ "$grub_platform" = "pc" ]; then if [ "$grub_platform" = "pc" ]; then
menuentry "Boot from hard drive" { menuentry $"Boot from hard drive" {
insmod part_msdos insmod part_msdos
insmod chain insmod chain
set oldroot="$root" set oldroot="$root"
......
if [ "$grub_platform" = "pc" ]; then if [ "$grub_platform" = "pc" ]; then
menuentry "Hardware Info" { menuentry $"Hardware Info" {
linux16 /boot/memdisk linux16 /boot/memdisk
initrd16 /boot/hdt.img initrd16 /boot/hdt.img
} }
......
if [ "$grub_platform" = "pc" ]; then if [ "$grub_platform" = "pc" ]; then
menuentry "Boot from 1st hard/flash drive" { menuentry $"Boot from 1st hard/flash drive" {
insmod part_msdos insmod part_msdos
insmod chain insmod chain
set oldroot="$root" set oldroot="$root"
...@@ -8,7 +8,7 @@ if [ "$grub_platform" = "pc" ]; then ...@@ -8,7 +8,7 @@ if [ "$grub_platform" = "pc" ]; then
set root="$oldroot" set root="$oldroot"
} }
menuentry "Boot from 2st hard/flash drive" { menuentry $"Boot from 2st hard/flash drive" {
insmod part_msdos insmod part_msdos
insmod chain insmod chain
set oldroot="$root" set oldroot="$root"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment