Home
last modified time | relevance | path

Searched refs:KERNEL_INSTALL_MACHINE_ID (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/kernel-install/
Dkernel-install.in133 …&& [ -r /etc/machine-info ] && . /etc/machine-info && MACHINE_ID="$KERNEL_INSTALL_MACHINE_ID"; then
274 export KERNEL_INSTALL_MACHINE_ID="$MACHINE_ID"
345 echo "KERNEL_INSTALL_MACHINE_ID: $KERNEL_INSTALL_MACHINE_ID"
D90-loaderentry.install29 MACHINE_ID="$KERNEL_INSTALL_MACHINE_ID"
/systemd-251/
DNEWS1139 KERNEL_INSTALL_MACHINE_ID= if it creates any directories using the ID
1141 kernel-install will now write KERNEL_INSTALL_MACHINE_ID= (if it
1147 Configuring KERNEL_INSTALL_MACHINE_ID fixes the following problem:
7071 KERNEL_INSTALL_MACHINE_ID which is set to the machine ID given by
7073 $KERNEL_INSTALL_MACHINE_ID will be empty. Plugins should not put
7075 $KERNEL_INSTALL_MACHINE_ID is empty. For backwards compatibility, a
7079 * If KERNEL_INSTALL_MACHINE_ID is set in /etc/machine-info, kernel-install
7081 from /etc/machine-id. If KERNEL_INSTALL_MACHINE_ID isn't set in
7084 KERNEL_INSTALL_MACHINE_ID. If there is no machine ID, kernel-install
7086 KERNEL_INSTALL_MACHINE_ID and use it as the machine ID.