Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
initramfs-with-mca
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
initramfs-with-mca
Commits
3b84f702
Commit
3b84f702
authored
Mar 10, 2023
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
generation: Clean old workaround.
parent
08f7936c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
generation/30generate-image.sh
generation/30generate-image.sh
+1
-1
No files found.
generation/30generate-image.sh
View file @
3b84f702
...
@@ -143,5 +143,5 @@ export DRACUT_KMODDIR_OVERRIDE=1
...
@@ -143,5 +143,5 @@ export DRACUT_KMODDIR_OVERRIDE=1
# Create an initramfs image
# Create an initramfs image
rm
-f
"
$dracut_output_file
"
rm
-f
"
$dracut_output_file
"
dracut
"
$UEFI_IMAGE_NAME
"
"
$KERNEL_VERSION
"
-c
./dracut.module/dracut.conf
--force
--include
"
$INCLUDE_DIR
"
/
|&
tee
-a
"
$dracut_output_file
"
dracut
"
$UEFI_IMAGE_NAME
"
"
$KERNEL_VERSION
"
-amd64
-c
./dracut.module/dracut.conf
--force
|&
tee
-a
"
$dracut_output_file
"
echo
New initramfs image:
$(
pwd
)
/
"
$UEFI_IMAGE_NAME
"
echo
New initramfs image:
$(
pwd
)
/
"
$UEFI_IMAGE_NAME
"
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