Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Build brunch against ChromeOS r131
  • Loading branch information
sebanc committed Dec 20, 2024
1 parent 563c206 commit 5473b2d
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 467 deletions.
2 changes: 1 addition & 1 deletion build_brunch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ ! -z $1 ] && [ "$1" != "skip" ] ; then
else
git clone -b master https://github.com/sebanc/chromeos-ota-extract.git rootfs || { echo "Failed to clone chromeos-ota-extract"; exit 1; }
cd rootfs
curl -L https://dl.google.com/chromeos/rammus/16033.51.0/stable-channel/chromeos_16033.51.0_rammus_stable-channel_full_mp-v5.bin-gy3teodbmi2tbndwplcpvi7hrtm32dkw.signed -o ./update.signed || { echo "Failed to Download the OTA update"; exit 1; }
curl -L https://dl.google.com/chromeos/rammus/16063.45.0/stable-channel/chromeos_16063.45.0_rammus_stable-channel_full_mp-v5.bin-gy3tinjzgu4glfbberjrt4viet54fz4j.signed -o ./update.signed || { echo "Failed to Download the OTA update"; exit 1; }
PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python python3 extract_android_ota_payload.py ./update.signed || { echo "Failed to extract the OTA update"; exit 1; }
cd ..
[ -f ./rootfs/root.img ] || { echo "ChromeOS rootfs has not been extracted"; exit 1; }
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5473b2d

Please sign in to comment.