How do i remove the build date after the fedora version number?
It’s also in the bootscreen, i would like to just remove it if i can.
I’m basing my images on ublue-os/image-template
How do i remove the build date after the fedora version number?
It’s also in the bootscreen, i would like to just remove it if i can.
I’m basing my images on ublue-os/image-template
I finally found it.
sed -i -e "s/^PRETTY_NAME=.*/PRETTY_NAME=\"${OS_NAME:=MyAwesomeOS} Linux ${OS_VERSION:=41} (${BUILD_NAME:=Unkown)})\"/g" /etc/os-release