skia@kiffex:~ ❯ lxc launch -e ubuntu:24.04 ubuntu-noble Launching ubuntu-noble
skia@kiffex:~ took 46s ❯ lxc exec ubuntu-noble bash root@ubuntu-noble:~# PACKAGE=base-files root@ubuntu-noble:~# apt-get -qq update root@ubuntu-noble:~# apt-get install -qqy lsb-release 2>&1 >/dev/null root@ubuntu-noble:~# echo "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe" >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list root@ubuntu-noble:~# apt-get -qq update root@ubuntu-noble:~# apt-get install -t $(lsb_release -cs)-proposed -qqy $PACKAGE 2>&1 >/dev/null Scanning processes... root@ubuntu-noble:~# dpkg-query -W $PACKAGE base-files 13ubuntu10.5 root@ubuntu-noble:~# cat /etc/issue Ubuntu 24.04.5 LTS \n \l root@ubuntu-noble:~# cat /etc/issue.net Ubuntu 24.04.5 LTS root@ubuntu-noble:~# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04 DISTRIB_CODENAME=noble DISTRIB_DESCRIPTION="Ubuntu 24.04.5 LTS" root@ubuntu-noble:~# cat /etc/os-release PRETTY_NAME="Ubuntu 24.04.5 LTS" NAME="Ubuntu" VERSION_ID="24.04" VERSION="24.04.5 LTS (Noble Numbat)" VERSION_CODENAME=noble ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=noble LOGO=ubuntu-logo root@ubuntu-noble:~# All good on my end. ** Tags removed: verification-needed-noble ** Tags added: verification-done-noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2166604 Title: [SRU] Prepare base-files update for 24.04.5 release To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2166604/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
