mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
change grub os selection to say "StartOS" (#2493)
* change grub os selection to say "StartOS" * readd "v" to motd
This commit is contained in:
1
debian/postinst
vendored
1
debian/postinst
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user