change the system name
let's say im building on top of bazzitee, i dont want the word bazzite in the terminal or any other place, even in boot menu
8 Replies
Check out what Bazzite does
https://github.com/ublue-os/bazzite/blob/6a65be86f42a3d750324f063fa67a665a35d4e76/system_files/desktop/shared/usr/libexec/containerbuild/image-info#L8
GitHub
bazzite/system_files/desktop/shared/usr/libexec/containerbuild/imag...
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices - including your favorite handheld. - ublue-os/bazzite
this?
sed -i "s/^ID=fedora/ID=${IMAGE_PRETTY_NAME,}\nID_LIKE="${IMAGE_LIKE}"/" /usr/lib/os-release
so I should make a script that puts a different name as a value?
yeah
have u implemented it in ur repo?
no
I find no need
i see
it can also be as a snippet and just do
sed -i "s/^ID=fedora/ID=my-os\nID_LIKE="${IMAGE_LIKE}"/" /usr/lib/os-release
ye?
GitHub
sukarn-ublue/files/scripts/image_name-s.sh at main · sukarn-m/sukar...
Personal OS image. Contribute to sukarn-m/sukarn-ublue development by creating an account on GitHub.
damn been on it for 10 min reading through, this is a really good repo thanks