show MOTD after and ISSUE after leavin launcher

This commit is contained in:
Tobias Powalowski 2023-07-13 06:30:31 +02:00
parent ef8571cb2e
commit 6d80ddd12b
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,8 @@ Environment Changes:
- added grub bli efi module - added grub bli efi module
- use BLAKE2b/b2sum instead of sha256sum - use BLAKE2b/b2sum instead of sha256sum
- shortened MOTD and init message - shortened MOTD and init message
- ask basic environment settings on first login
- added launcher script
locale: locale:
- fixed abort dialog - fixed abort dialog
update: update:

View file

@ -111,5 +111,7 @@ if ! _dolauncher; then
fi fi
[[ -e /tmp/.launcher-running ]] && rm /tmp/.launcher-running [[ -e /tmp/.launcher-running ]] && rm /tmp/.launcher-running
clear clear
aggety --show-issue
cat /etc/motd
exit 0 exit 0
# vim: set ts=4 sw=4 et: # vim: set ts=4 sw=4 et: