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
09d751fc
You need to sign in or sign up before continuing.
Commit
09d751fc
authored
Apr 22, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grub, syslinux, memtest: replace memtest to boot/
memtest is not part of syslinux. Also replace tabs to spacebar.
parent
f430dda1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
90memtest_bios.cfg
features.in/grub/cfg.in/90memtest_bios.cfg
+3
-3
02-memtest
features.in/memtest/stage1/scripts.d/02-memtest
+2
-2
90memtest.cfg
features.in/syslinux/cfg.in/90memtest.cfg
+1
-1
No files found.
features.in/grub/cfg.in/90memtest_bios.cfg
View file @
09d751fc
if [ "$grub_platform" = "pc" ]; then
menuentry $"Memory Test" --id 'memtest' {
linux16 /syslinux
/memtest.bin
}
menuentry $"Memory Test" --id 'memtest' {
linux16 /boot
/memtest.bin
}
fi
features.in/memtest/stage1/scripts.d/02-memtest
View file @
09d751fc
#!/bin/sh
mkdir
-p
"
$WORKDIR
"
/
syslinux
mkdir
-p
"
$WORKDIR
"
/
boot
MEMTEST
=
"
$(
find /boot/
-name
'memtest*'
-print
-quit
)
"
# hdt wiki recommends adding .bin
[
-z
"
$MEMTEST
"
]
||
cp
-f
"
$MEMTEST
"
"
$WORKDIR
"
/
syslinux
/memtest.bin
cp
-f
"
$MEMTEST
"
"
$WORKDIR
"
/
boot
/memtest.bin
features.in/syslinux/cfg.in/90memtest.cfg
View file @
09d751fc
label memtest
menu label ^Memory Test
linux memtest.bin
linux
/boot/
memtest.bin
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