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
cb3427cf
Commit
cb3427cf
authored
Sep 28, 2022
by
Ophélie Gagnard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dracut.module: Use generation/
Update variable name.
parent
df79460f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
dracut.module/configure
dracut.module/configure
+2
-2
dracut.module/dracut.conf.in
dracut.module/dracut.conf.in
+1
-1
No files found.
dracut.module/configure
View file @
cb3427cf
#!/bin/bash
# At the moment, this is not a standard configure script. It is only used to generate a makefile with the good package names.
source
../
installation/
env.sh
source
../
generation/00
env.sh
FLB_PATH
=
/opt/
${
FL
UENTBIT
_PACKAGE_NAME
}
FLB_PATH
=
/opt/
${
FL
B
_PACKAGE_NAME
}
MCA_PATH
=
/opt/
${
MCA_PACKAGE_NAME
}
PACKAGE_REGEX
=
"s|%FLB_PATH%|
${
FLB_PATH
}
|g;s|%MCA_PATH%|
${
MCA_PATH
}
|g"
...
...
dracut.module/dracut.conf.in
View file @
cb3427cf
...
...
@@ -8,7 +8,7 @@ hostonly_cmdline=no
#kernel_cmdline="root=LABEL=ROOT ip=dhcp rd.neednet=1 ro single mitigations=off console=ttyS1,57600"
#kernel_cmdline="root=UUID=%ROOT_PARTITION_ID% ip=dhcp rd.neednet=1 ro console=ttyS1,57600"
#kernel_cmdline="root=UUID=%ROOT_PARTITION_ID% ip=195.90.118.203::195.90.118.193:255.255.255.224:douai-capri-009:enp193s0f1np1:off:1.1.1.1:8.8.8.8:130.79.14.172 rd.neednet=1 ro console=ttyS1,57600"
kernel_cmdline="root=UUID=%ROOT_PARTITION_ID% ip=%DEFAULT_IP%::%DEFAULT_ROUTER%:%FORMATTED_NETMASK%:%HOSTNAME%:%DEFAULT_INTERFACE%:off:1.1.1.1:8.8.8.8:130.79.14.172 rd.neednet=1 ro console=ttyS1,57600"
kernel_cmdline="root=UUID=%ROOT_PARTITION_ID% ip=%DEFAULT_IP%::%DEFAULT_ROUTER%:%FORMATTED_NETMASK%:%
TARGET_
HOSTNAME%:%DEFAULT_INTERFACE%:off:1.1.1.1:8.8.8.8:130.79.14.172 rd.neednet=1 ro console=ttyS1,57600"
#kernel_cmdline="ip=dhcp rd.neednet=1"
show_modules=yes
reproducible=yes
...
...
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