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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
Ximper Linux
mkimage-profiles
Commits
b9e5244e
Commit
b9e5244e
authored
Jan 05, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grub: fix typo
parent
f446036f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
01-grub
features.in/grub/stage1/scripts.d/01-grub
+2
-2
No files found.
features.in/grub/stage1/scripts.d/01-grub
View file @
b9e5244e
#!/bin/sh
#!/bin/sh
# gather
syslinux
configuration from snippets;
# gather
grub
configuration from snippets;
# copy modules; see also this feature's generate.mk
# copy modules; see also this feature's generate.mk
CFG
=
"grub.cfg"
CFG
=
"grub.cfg"
...
@@ -38,4 +38,4 @@ fi
...
@@ -38,4 +38,4 @@ fi
if
[
"
$DEBUG
"
!=
2
]
;
then
rm
-r
.in/
;
fi
if
[
"
$DEBUG
"
!=
2
]
;
then
rm
-r
.in/
;
fi
# NB: there will be final macro expansion based on actual image sizes
# NB: there will be final macro expansion based on actual image sizes
# done by features.in/
syslinux
/scripts.d/20-propagator-ramdisk
# done by features.in/
grub
/scripts.d/20-propagator-ramdisk
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