Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
6b073a96
Commit
6b073a96
authored
Apr 27, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grub: Markup configuration files for translation
parent
574c8e84
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
10localboot_bios.cfg
features.in/grub/cfg.in/10localboot_bios.cfg
+1
-1
90hdt_bios.cfg
features.in/grub/cfg.in/90hdt_bios.cfg
+1
-1
95sdab_bios.cfg
features.in/grub/cfg.in/95sdab_bios.cfg
+2
-2
No files found.
features.in/grub/cfg.in/10localboot_bios.cfg
View file @
6b073a96
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"
...
...
features.in/grub/cfg.in/90hdt_bios.cfg
View file @
6b073a96
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
}
}
...
...
features.in/grub/cfg.in/95sdab_bios.cfg
View file @
6b073a96
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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment