Commit 57dba3a6 authored by Ophélie Gagnard's avatar Ophélie Gagnard

installation/: Fix a bug. / Improve installaion and uninstallation.

parent 2ad539ca
...@@ -16,6 +16,7 @@ git config --global user.name "Francois Gagnard" ...@@ -16,6 +16,7 @@ git config --global user.name "Francois Gagnard"
# building initramfs # building initramfs
apt -y install ${APT_SPECIFIC_PACKAGES} apt -y install ${APT_SPECIFIC_PACKAGES}
rm -f ${MCA_PACKAGE_FILE}
wget ${MCA_PACKAGE_URL} wget ${MCA_PACKAGE_URL}
#wget ${FLUENTBIT_PACKAGE_URL} # does not work at the moment #wget ${FLUENTBIT_PACKAGE_URL} # does not work at the moment
apt -y install ./"$MCA_PACKAGE_FILE" apt -y install ./"$MCA_PACKAGE_FILE"
......
...@@ -15,7 +15,7 @@ source installation/env.sh ...@@ -15,7 +15,7 @@ source installation/env.sh
# Install the module # Install the module
cd dracut.module cd dracut.module
./configure ./configure
make uninstall make uninstall clean
make install make install
cd - cd -
......
...@@ -10,7 +10,7 @@ cd $GIT_ROOT ...@@ -10,7 +10,7 @@ cd $GIT_ROOT
source installation/env.sh source installation/env.sh
cd dracut.module cd dracut.module
make uninstall || true make uninstall clean || true
rm -f Makefile dracut.conf rm -f Makefile dracut.conf
rm -f $dracut_output_file rm -f $dracut_output_file
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment