Skip to content

Commit

Permalink
Do not upgrade to latest kernel. It removes the device tree patches a…
Browse files Browse the repository at this point in the history
…pplied by Rebuild and has a kernel that breaks partprobe
  • Loading branch information
eliasbakken committed Nov 25, 2023
1 parent 4cf1960 commit 0e068bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image-in-chroot-end-to-end.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ set +e # allow this to fail - we'll check the return code
chroot ${MOUNTPOINT} su -c "\
export DEBIAN_FRONTEND=noninteractive && \
cd ${REFACTOR_HOME} && \
apt update && apt -y upgrade -o Dpkg::Options::="--force-confold" && \
apt update && \
apt install -y ansible python && \
ansible-playbook ${SYSTEM_ANSIBLE} -T 180 --extra-vars '${ANSIBLE_PLATFORM_VARS}' -i hosts"

Expand Down

0 comments on commit 0e068bd

Please sign in to comment.