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
1
Issues
1
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
42b5fce7
Commit
42b5fce7
authored
Feb 13, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initrd-bootchain: split added modules by line in initrd.mk
parent
95879da2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
80-make-initrd-for-bootchain
...d-bootchain/stage1/scripts.d/80-make-initrd-for-bootchain
+3
-2
No files found.
features.in/initrd-bootchain/stage1/scripts.d/80-make-initrd-for-bootchain
View file @
42b5fce7
...
...
@@ -29,8 +29,9 @@ PUT_UDEV_RULES += *-net-setup-link.rules *-net-description.rules
PUT_FILES += /lib/systemd/network/99-default.link
EOF
echo
"MODULES_TRY_ADD +=
$(
grep
-v
^# /.in/modules |
sort
-u
|
tr
-s
'\n'
' '
)
"
>>
/etc/initrd.mk
for
module
in
$(
grep
-v
^# /.in/modules |
sort
-u
|
tr
-s
'\n'
' '
)
;
do
echo
"MODULES_TRY_ADD +=
$module
"
>>
/etc/initrd.mk
done
dialog
--create-rc
/etc/dialogrc.tmp
cat
/etc/dialogrc.tmp |sed
-E
\
...
...
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