change grub os selection to say "StartOS" (#2493)

* change grub os selection to say "StartOS"

* readd "v" to motd
This commit is contained in:
Aiden McClelland
2023-11-01 18:35:18 -06:00
committed by GitHub
parent b597d0366a
commit 5735ea2b3c
2 changed files with 3 additions and 2 deletions

1
debian/postinst vendored
View File

@@ -21,6 +21,7 @@ update-initramfs -u -k all
if [ -f /etc/default/grub ]; then
sed -i '/\(^\|#\)GRUB_CMDLINE_LINUX=/c\GRUB_CMDLINE_LINUX="boot=embassy"' /etc/default/grub
sed -i '/\(^\|#\)GRUB_DISTRIBUTOR=/c\GRUB_DISTRIBUTOR="StartOS v$(cat /usr/lib/startos/VERSION.txt)"' /etc/default/grub
fi
# change timezone