Commit cb3427cf authored by Ophélie Gagnard's avatar Ophélie Gagnard

dracut.module: Use generation/

Update variable name.
parent df79460f
#!/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/00env.sh
FLB_PATH=/opt/${FLUENTBIT_PACKAGE_NAME}
FLB_PATH=/opt/${FLB_PACKAGE_NAME}
MCA_PATH=/opt/${MCA_PACKAGE_NAME}
PACKAGE_REGEX="s|%FLB_PATH%|${FLB_PATH}|g;s|%MCA_PATH%|${MCA_PATH}|g"
......
......@@ -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
......
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