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
c2546831
Commit
c2546831
authored
May 25, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
installation/: Add a template for the reference in Wendelin.
parent
72ae7b74
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
installation/dependencies.sh
installation/dependencies.sh
+5
-0
installation/env.sh
installation/env.sh
+1
-0
No files found.
installation/dependencies.sh
View file @
c2546831
...
...
@@ -21,3 +21,8 @@ wget ${MCA_PACKAGE_URL}
wget
${
FLUENTBIT_PACKAGE_URL
}
apt
-y
install
./
"
$MCA_PACKAGE_FILE
"
apt
-y
install
./
"
$FLUENTBIT_PACKAGE_FILE
"
FLB_CONF_PATH
=
/opt/
${
MCA_NAME_AND_VERSION
}
/etc/
CONF_REGEX
=
"s|%WENDELIN_REFERENCE%|
${
WENDELIN_REFERENCE
}
|g"
sed
$CONF_REGEX
$FLB_CONF_PATH
/flb.conf.in
>
$FLB_CONF_PATH
/flb.conf
echo
"Created
${
FLB_CONF_PATH
}
/flb.conf from template
${
FLB_CONF_PATH
}
/flb.conf.in"
installation/env.sh
View file @
c2546831
...
...
@@ -13,6 +13,7 @@ FLUENTBIT_VERSION=1-1
TARGET_DISTRIBUTION
=
Debian_10
ARCH
=
amd64
PACKAGE_EXTENSION
=
.deb
WENDELIN_REFERENCE
=
douai001-capri009
# used mainly in dracut.module/configure
...
...
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