Skip to content

Commit

Permalink
Seed chroot with required directory for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jul 2, 2024
1 parent ea2fb59 commit bd189a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/helpers/centos-chroot-create
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ else
)
fi

# NOTE: rinse command will fail unpacking the udev package due to a missing
# directory. To workaround this, we just create the directory first

mkdir -p "${chroot_dir}/usr/lib/ConsoleKit/run-seat.d" || exit

debug "executing rinse with: %s" "${rinse_args[*]}"

rinse "${rinse_args[@]}" || exit
Expand Down

0 comments on commit bd189a9

Please sign in to comment.