-
Notifications
You must be signed in to change notification settings - Fork 70
Add terminfo dependency to yaft and add /opt/etc/profile to /etc/prof… #715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Tested via the following steps:
|
Should I / we just install the terminfo files to |
Not for toltec/entware packages. They are meant to go under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll also add the -l
upstream
@bkirwi did you happen to test this? I think the only testing was by myself on my rM1 |
Nope! I'm personally comfortable with your and @kiwiz' testing, since this is not one of the areas where I know the RM2 to be different, but I'd completely understand if you want to hold out for an additional test. (Though I personally won't have the chance to do it until probably September.) |
@kiwiz would you be willing to try installing the ipk to make sure it works as expected? |
Installed both
|
#715) * Add terminfo dependency to yaft and add /opt/etc/profile to /etc/profile.d * Don't override TERM if it's already set, and run bash with profile includes from yaft
### New Packages - `reterm` - 0230628.1927-1 (#703) - `sill` - 0.1.1-alpha (#719) - `changescrn` - 1.0.0-1 (#571) ### Updated Packages - `yaft` - 0.0.8-2 (#715 #716) - Update to 0.0.8 - Depend on `terminfo` - Add patch to start bash as a login shell - `toltec-base` - 1.2-2 (#715) - Adds `/opt/etc/profile` to `/etc/profile.d` so that it automatically loads the environment variables provided by the entware source - `linux-mainline` - 6.2.0-1 (#657) ### Tooling - Update build process to use Python 3.10 (#684) - Added issue templates to the repository (#711)
This does the following:
/opt/etc/profile
to/etc/profile.d
so that it automatically loads the environment variables provided by the entware sourceterminfo
as a dependency of yaftWe may want to add some extra default environment variables to
/etc/systemd/system.conf.d
in the future as well.