Searched refs:RK_LOG_DIR (Results 1 – 12 of 12) sorted by relevance
115 LOG_FILE="$RK_LOG_DIR/${2:-$1_$(date +%F_%H-%M-%S)}.log"116 ln -rsf "$LOG_FILE" "$RK_LOG_DIR/$1.log"293 export RK_LOG_DIR="$RK_SESSION_DIR/$RK_SESSION"294 export RK_INITIAL_ENV="$RK_LOG_DIR/initial.env"295 export RK_CUSTOM_ENV="$RK_LOG_DIR/custom.env"296 export RK_FINAL_ENV="$RK_LOG_DIR/final.env"358 if [ ! -d "$RK_LOG_DIR" ]; then359 rm -rf "$RK_LOG_BASE_DIR" "$RK_LOG_DIR" "$RK_SESSION_DIR/latest"360 mkdir -p "$RK_LOG_DIR"362 ln -rsf "$RK_LOG_DIR" "$RK_SESSION_DIR/latest"[all …]
21 cat "$RK_LOG_DIR/post-rootfs.log"109 touch "$RK_LOG_DIR/post-rootfs.log"110 cat "$RK_LOG_DIR/post-rootfs.log"
10 PART_TABLE="$RK_LOG_DIR/part-table"