I have been using debian testing (bullseye) for 1 year (plus) and I want to use sid as my daily driver.

I change source.list to sid
    $ cat /etc/apt/sources.list
    deb http://ftp.jp.debian.org/debian/ sid main contrib non-free
    deb-src http://ftp.jp.debian.org/debian/ sid main contrib non-free

do the update and upgrade ...

    $ sudo apt-get update
    $ sudo apt-get dist-upgrade
    $ sudo apt-get autoremove
    $ sudo reboot

when booted, I checked systemd os-release and debian release still on bullseye codename

    $ cat /etc/debian_version
    11.0

    $ cat /etc/os-release
    PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
    NAME="Debian GNU/Linux"
    VERSION_ID="11"
    VERSION="11 (bullseye)"
    VERSION_CODENAME=bullseye
    ID=debian
    HOME_URL="https://www.debian.org/";
    SUPPORT_URL="https://www.debian.org/support";
    BUG_REPORT_URL="https://bugs.debian.org/";

Hurmm.. that is unexpected, are this is normal or did I missed something?

--
Robbi Nespu <robbi DOT nespu AT SPAMFREE gmail DOT com>
D311 B5FF EEE6 0BE8 9C91 FA9E 0C81 FA30 3B3A 80BA
https://robbinespu.gitlab.io | https://mstdn.social/@robbinespu

Reply via email to