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
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
95879da2
Commit
95879da2
authored
Feb 13, 2022
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initrd-bootchain: simplify the procedure for adding modules to initrd
parent
e497fd25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
80-make-initrd-for-bootchain
...d-bootchain/stage1/scripts.d/80-make-initrd-for-bootchain
+0
-7
No files found.
features.in/initrd-bootchain/stage1/scripts.d/80-make-initrd-for-bootchain
View file @
95879da2
...
...
@@ -30,15 +30,8 @@ PUT_FILES += /lib/systemd/network/99-default.link
EOF
echo
"MODULES_TRY_ADD +=
$(
grep
-v
^# /.in/modules |
grep
-v
/ |
grep
.ko |
sort
-u
|
tr
-s
'\n'
' '
)
"
>>
/etc/initrd.mk
echo
"MODULES_TRY_ADD +=
$(
grep
^#
-v
/.in/modules |
grep
-v
.ko |
sort
-u
|
sed
's,$,/,g'
|
tr
-s
'\n'
' '
)
"
>>
/etc/initrd.mk
dialog
--create-rc
/etc/dialogrc.tmp
cat
/etc/dialogrc.tmp |sed
-E
\
-e
's/^(use_colors).*/\1 = ON/'
\
...
...
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