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
563d99e1
Commit
563d99e1
authored
Jan 31, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build-vm: 17-kernel: Add -efu options to shebang, add verbose for make-initrd
parent
d86bb07f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
17-kernel
features.in/build-vm/image-scripts.d/17-kernel
+2
-2
No files found.
features.in/build-vm/image-scripts.d/17-kernel
View file @
563d99e1
#!/bin/sh
#!/bin/sh
-efu
# predictable file locations make bootloader configuration simple;
# this script relates to features.in/stage2/stage1/scripts.d/81-make-initfs
...
...
@@ -26,7 +26,7 @@ if [ -n "$GLOBAL_VM_INITRDFEATURES" ]; then
fi
for
KVER
in
$kver
;
do
make-initrd
-N
-k
"
$KVER
"
AUTODETECT
=
\
make-initrd
-N
-
v
-
k
"
$KVER
"
AUTODETECT
=
\
FEATURES+
=
"add-modules compress cleanup
$INITRDFEATURE
"
\
MODULES_TRY_ADD+
=
"
$GLOBAL_VM_INITRDMODULES
"
\
||
{
echo
"** Error: make-initrd failed"
>
&2
;
exit
1
;
}
...
...
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