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
57dba3a6
Commit
57dba3a6
authored
May 17, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/: Fix a bug. / Improve installaion and uninstallation.
parent
2ad539ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
installation/dependencies.sh
installation/dependencies.sh
+1
-0
installation/install.sh
installation/install.sh
+1
-1
installation/uninstall.sh
installation/uninstall.sh
+1
-1
No files found.
installation/dependencies.sh
View file @
57dba3a6
...
...
@@ -16,6 +16,7 @@ git config --global user.name "Francois Gagnard"
# building initramfs
apt
-y
install
${
APT_SPECIFIC_PACKAGES
}
rm
-f
${
MCA_PACKAGE_FILE
}
wget
${
MCA_PACKAGE_URL
}
#wget ${FLUENTBIT_PACKAGE_URL} # does not work at the moment
apt
-y
install
./
"
$MCA_PACKAGE_FILE
"
...
...
installation/install.sh
View file @
57dba3a6
...
...
@@ -15,7 +15,7 @@ source installation/env.sh
# Install the module
cd
dracut.module
./configure
make uninstall
make uninstall
clean
make
install
cd
-
...
...
installation/uninstall.sh
View file @
57dba3a6
...
...
@@ -10,7 +10,7 @@ cd $GIT_ROOT
source
installation/env.sh
cd
dracut.module
make uninstall
||
true
make uninstall
clean
||
true
rm
-f
Makefile dracut.conf
rm
-f
$dracut_output_file
...
...
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