Searched refs:ENTRY_DIR_ABS (Results 1 – 2 of 2) sorted by relevance
23 ENTRY_DIR_ABS="$3"35 ENTRY_DIR="$ENTRY_DIR_ABS"97 if ! [ -d "$ENTRY_DIR_ABS" ]; then98 echo "Error: entry directory '$ENTRY_DIR_ABS' does not exist" >&2102 install -g root -o root -m 0644 "$KERNEL_IMAGE" "$ENTRY_DIR_ABS/linux" || {103 echo "Error: could not copy '$KERNEL_IMAGE' to '$ENTRY_DIR_ABS/linux'." >&2117 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "Installing $ENTRY_DIR_ABS/$initrd_basename"118 install -g root -o root -m 0644 "$initrd" "$ENTRY_DIR_ABS/$initrd_basename" || {119 echo "Error: could not copy '$initrd' to '$ENTRY_DIR_ABS/$initrd_basename'." >&2149 [ -z "$have_initrd" ] && [ -f "$ENTRY_DIR_ABS/initrd" ] && echo "initrd $ENTRY_DIR/initrd"
262 ENTRY_DIR_ABS="$BOOT_ROOT/$ENTRY_TOKEN/$KERNEL_VERSION"263 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "Using ENTRY_DIR_ABS=$ENTRY_DIR_ABS"313 echo "+mkdir -v -p $ENTRY_DIR_ABS"314 mkdir -v -p "$ENTRY_DIR_ABS" || exit 1316 mkdir -p "$ENTRY_DIR_ABS" || exit 1321 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "+$f add $KERNEL_VERSION $ENTRY_DIR_ABS $*"322 "$f" add "$KERNEL_VERSION" "$ENTRY_DIR_ABS" "$@"331 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "+$f remove $KERNEL_VERSION $ENTRY_DIR_ABS"332 "$f" remove "$KERNEL_VERSION" "$ENTRY_DIR_ABS"339 [ "$KERNEL_INSTALL_VERBOSE" -gt 0 ] && echo "Removing $ENTRY_DIR_ABS/"[all …]