```
❯ SERIES=noble; podman run --hostname $SERIES --name $SERIES -it --rm  
ubuntu:$SERIES
root@noble:/# PACKAGE=base-files
apt-get -qq update
apt-get install -qqy lsb-release 2>&1 >/dev/null
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
apt-get -qq update
apt-get install -t $(lsb_release -cs)-proposed -qqy $PACKAGE 2>&1 >/dev/null
dpkg-query -W $PACKAGE
debconf: delaying package configuration, since apt-utils is not installed
debconf: delaying package configuration, since apt-utils is not installed
base-files      13ubuntu10.4
root@noble:/# cat /etc/issue
Ubuntu 24.04.4 LTS \n \l

root@noble:/# cat /etc/issue.net
Ubuntu 24.04.4 LTS
root@noble:/# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.4 LTS"
root@noble:/# cat /etc/os-release
PRETTY_NAME="Ubuntu 24.04.4 LTS"
NAME="Ubuntu"
VERSION_ID="24.04"
VERSION="24.04.4 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@noble:/#
```

All good!

** Tags removed: verification-needed verification-needed-noble
** Tags added: verification-done 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/2140756

Title:
  [SRU] base-files update for 24.04.4 release

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/base-files/+bug/2140756/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to