Searched refs:MACHINE_ID (Results 1 - 3 of 3) sorted by relevance

/systemd/src/kernel-install/
H A D90-loaderentry.install11 read MACHINE_ID < /etc/machine-id
14 if ! [[ $MACHINE_ID ]]; then
18 BOOT_DIR="/$MACHINE_ID/$KERNEL_VERSION"
19 LOADER_ENTRY="/boot/loader/entries/$MACHINE_ID-$KERNEL_VERSION.conf"
78 echo "machine-id $MACHINE_ID"
H A Dkernel-install75 read MACHINE_ID < /etc/machine-id
78 if ! [[ $MACHINE_ID ]]; then
89 BOOT_DIR_ABS="/boot/$MACHINE_ID/$KERNEL_VERSION"
/systemd/test/
H A Dtest-functions47 read MACHINE_ID < /etc/machine-id
48 [ -z "$INITRD" ] && [ -e "/boot/$MACHINE_ID/$KERNEL_VER/initrd" ] \
49 && INITRD="/boot/$MACHINE_ID/$KERNEL_VER/initrd"
50 [ -z "$KERNEL_BIN" ] && [ -e "/boot/$MACHINE_ID/$KERNEL_VER/linux" ] \
51 && KERNEL_BIN="/boot/$MACHINE_ID/$KERNEL_VER/linux"

Completed in 22 milliseconds