Searched refs:BOOT_DIR_ABS (Results 1 - 2 of 2) sorted by relevance

/systemd/src/kernel-install/
H A D90-loaderentry.install7 BOOT_DIR_ABS="$3"
63 cp "$KERNEL_IMAGE" "$BOOT_DIR_ABS/linux" &&
64 chown root:root "$BOOT_DIR_ABS/linux" &&
65 chmod 0644 "$BOOT_DIR_ABS/linux" || {
66 echo "Could not copy '$KERNEL_IMAGE to '$BOOT_DIR_ABS/linux'." >&2
81 [[ -f $BOOT_DIR_ABS/initrd ]] && \
H A Dkernel-install89 BOOT_DIR_ABS="/boot/$MACHINE_ID/$KERNEL_VERSION"
105 mkdir -p "$BOOT_DIR_ABS" || {
106 echo "Could not create boot directory '$BOOT_DIR_ABS'." >&2
112 "$f" add "$KERNEL_VERSION" "$BOOT_DIR_ABS" "$KERNEL_IMAGE"
121 "$f" remove "$KERNEL_VERSION" "$BOOT_DIR_ABS"
126 rm -rf "$BOOT_DIR_ABS"

Completed in 10 milliseconds