Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to bookworm #233

Open
wants to merge 73 commits into
base: main
Choose a base branch
from

Commits on Feb 8, 2023

  1. Fix apt gpg key install

    XECDesign committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    05081aa View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    b48040b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    5d2c6f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d0dcb View commit details
    Browse the repository at this point in the history
  3. Update release notes

    XECDesign committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f2d3855 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25e2319 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    60c9ba3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Check that docker is not set up in rootless mode (RPi-Distro#679)

    Mounting binfmt_misc inside the container requires root rights. If
    "docker info" indicates rootless mode then fall back to "sudo docker".
    
    Allow the user to override the docker command with the DOCKER by setting
    the environment variable.
    stefanb2 authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    cf40e4b View commit details
    Browse the repository at this point in the history
  2. Ensure that deploy is always owned by user (RPi-Distro#680)

    Switch "docker cp" to tar streaming mode. As the receiving "tar" command
    is executed outside Docker the resulting directories & files are owned
    by the calling user.
    stefanb2 authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0db41e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2afdf7 View commit details
    Browse the repository at this point in the history
  4. Update qemu ARM binary name in README.md (RPi-Distro#684)

    When running a 64 bit build you need the QEMU aarch64 binary installed
    on the host system.
    
    Fixes RPi-Distro#678
    stefanb2 authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    3e8046d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. DRY removal for docker run command line (RPi-Distro#686)

    Factor out the differences into variables so that there is only one
    implementation of the "docker run" command line to maintain.
    stefanb2 authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b8437a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84746b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    4e92753 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0defafe View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    6dc45a8 View commit details
    Browse the repository at this point in the history
  2. Copy container log to deploy (RPi-Distro#688)

    The container log is much more detailed than the default build.log,
    which makes life much easier for a build maintainer. Before deleting the
    container copy the log out to the deploy/ directory.
    stefanb2 authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9249e14 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Update release notes

    XECDesign committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    47eee1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16e6b7 View commit details
    Browse the repository at this point in the history
  3. Update chromium install

    XECDesign committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    7c75094 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Skip binfmt_misc register when unnecessary (RPi-Distro#693)

    This improves commit 6dc45a8
    
    Check if interpreter is already registered before running the register
    step. This avoids unnecessary "sudo" execution which may require user
    interaction for the password.
    
    Improves on RPi-Distro#685
    stefanb2 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    01d24ef View commit details
    Browse the repository at this point in the history
  2. Register aarch64 in binfmt misc (RPi-Distro#694)

    This modifies commit 6dc45a8 for the
    arm64 branch. For 64-bit builds we need to register qemu-aarch64-static
    instead.
    
    Improves on RPi-Distro#685
    stefanb2 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    a86d732 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    446f3e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e484aa8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    77706bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed68013 View commit details
    Browse the repository at this point in the history
  3. Switch to Bookworm

    XECDesign committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6aca615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d9d063 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a524fe4 View commit details
    Browse the repository at this point in the history
  6. stage3: install eom

    XECDesign committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    43c49d8 View commit details
    Browse the repository at this point in the history
  7. stage3: install Firefox

    XECDesign committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    9fc1385 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dd23cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a4a66e View commit details
    Browse the repository at this point in the history
  10. Enable Wayland by default

    XECDesign committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    88ac523 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c856800 View commit details
    Browse the repository at this point in the history
  12. Don't generate NOOBS files

    XECDesign committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    64b498b View commit details
    Browse the repository at this point in the history
  13. Migrate to raspberrypi.com

    XECDesign committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    188c155 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6dd7ca View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    574d3e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    d7dde0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6051f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a6342b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ae1a26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4f98a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b15e14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc6a3c1 View commit details
    Browse the repository at this point in the history
  8. Update release notes

    XECDesign committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    a0b8868 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c318daf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    325123f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5ef8b0d View commit details
    Browse the repository at this point in the history
  12. pi5 support

    XECDesign committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    5f2fe0f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    fb56ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    962bf48 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    663401d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Fix build-docker.sh CONTINUE=1 mode (RPi-Distro#716)

    This fixes commit ed68013
    
    Remove extra quotes so that docker sees pigen_work, not "pigen_work".
    stefanb2 authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    0ef867e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78444ea View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. README.md: add PI_GEN_RELEASE (RPi-Distro#720)

    This is the text written to "/etc/issue.txt" by update_issue(). The
    default is the name used by official Raspberry Pi builds.
    
    Fixes RPi-Distro#719
    stefanb2 authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d966897 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix typo (RPi-Distro#725)

    depoy > deploy
    p6nj authored Nov 22, 2023
    Configuration menu
    Copy the full SHA
    19acff0 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    95c9fa8 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    XECDesign committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5b22a55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1460069 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Remove obsolete packages

    XECDesign committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    193bae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caf3d86 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    399a5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae81834 View commit details
    Browse the repository at this point in the history
  3. Update release notes

    XECDesign committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    e07ee9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fda322 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02b371d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70cd6f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    a1f94ad View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    3c92253 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    27bc31c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Update to 2024.3.1

    PeterJohnson committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cb31e54 View commit details
    Browse the repository at this point in the history