RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

arm64 lsb_release identifies as Debian not Raspbian #292

Closed js290 closed 2 years ago

js290 commented 2 years ago

The 64-bit version identifies as Debian

        "ansible_architecture": "aarch64",
        "ansible_lsb": {
            "codename": "bullseye",
            "description": "Debian GNU/Linux 11 (bullseye)",
            "id": "Debian",
            "major_release": "11",
            "release": "11"
        },

whereas the 32-bit correctly identifies as Raspbian.

        "ansible_architecture": "armv6l",
        "ansible_lsb": {
            "codename": "bullseye",
            "description": "Raspbian GNU/Linux 11 (bullseye)",
            "id": "Raspbian",
            "major_release": "11",
            "release": "11"
        },
ghollingworth commented 2 years ago

That is correct, the upstream repo for the 64bit build is Debian, whereas the 32bit is arm6hf which is Raspbian.