diff --git a/README.md b/README.md index 1d94790..086d395 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Example use cases: Key features: - Pi 3, 4 and **5** support -- 64 bit (ARMv8) Raspberry PI OS (Bookworm) included - - image: **[2024-07-04-raspios-bookworm-arm64-lite](https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-07-04/)** - - kernel: **[6.6-y](https://github.com/raspberrypi/linux/tree/rpi-6.6.y)** +- 64 bit (ARMv8) Raspberry PI OS (24.04, Bookworm) included + - Image: **[2024-07-04-raspios-bookworm-arm64-lite](https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-07-04/)** + - Kernel: **[6.6-y](https://github.com/raspberrypi/linux/tree/rpi-6.6.y)** - Internet access - No root required - Safe, fully reproducible from source diff --git a/dockerfile b/dockerfile index 35bc417..d3c9283 100644 --- a/dockerfile +++ b/dockerfile @@ -76,8 +76,6 @@ RUN guestfish -N $BUILD_DIR/distro.img=bootroot:vfat:ext4:2G \ # Convert new distro image to sparse file RUN qemu-img convert -f raw -O qcow2 $BUILD_DIR/distro.img $BUILD_DIR/distro.qcow2 -CMD cp $BUILD_DIR/distro.qcow2 ./ - # --------------------------------- FROM ubuntu:24.04 AS kernel-builder