-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Beta v6.25.0 #2934
Merged
Beta v6.25.0 #2934
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… into dietpi-services_v2
+ DietPi-Globals | G_WHIP_DESTROY(): Unset all $G_WHIP variables instead of resetting them + DietPi-Globals | G_WHIP: Do not declare any $G_WHIP variables when loading DietPi-Globals, instead unset them once to be failsafe + DietPi-Globals | G_WHIP_DESTROY() must run regardless of $G_USER_INPUTS to unset any assigned variables from originating script + DietPi-Globals | G_WHIP: Unset $G_WHIP_RETURNED_VALUE on G_WHIP_INIT() to not have any unintended value from earlier call assigned
+ DietPi-Autostart | Allow to choose (or apply dietpi.txt choice) a login user for all autologin autostart options, besides LightDM, which itself must be initiated as root to prompt a second layer desktop login mask. + DietPi-Autostart | Check and install LightDM package as well when choosing this option via input argument + DietPi-Autostart | Minor coding
+ DietPi-PREP | Add initial ROCK Pi 4 definition + DietPi-Obtain_HW_model | Add initial ROCK Pi 4 definition with hardware model ID 72 + DietPi-Software | Raise $MAX_G_HW_MODEL to include new ROCK Pi 4 hardware model ID + META | DietPi-Survey_report: Add new ROCK Pi 4 hardware model ID
+ DietPi-Software | Add Mycroft AI Open Source Voice Assistant as install option + DietPi-Software | Failsafe menu system to revert to main menu in case of invalid $TARGETMENUID, which would otherwise stuck in endless loop + DietPi-Software | Minor coding and wording + DietPi-Set_software | setpermissions: Add Mycroft AI + DietPi-Services | Add Mycroft AI + DietPi-Services | Start cron always last
…nce clear for benchmark reports: 256M/512M
+ DietPi-Software | Add audio software users to the new "render" group on Buster: #2916 + DietPi-Software | When using usermod and defining new supplementary groups, always use "-a" to not override the existing list of supplementary groups + DietPi-Software | When using usermod, never move existing home dir (-m). It fails in most cases where target dir already exists and in other cases an existing home dir in /etc or /var could be moved where interned files MUST stay. + DietPi-Software | Always use $(command -v nologin) for no-login user creation/mod, since the nologin binary already changed its path in the past. + DietPi-Software | rTorrent: Install "mediainfo" now, since the official FFmpeg package that we now install fully supports it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Beta v6.25.0
(24/06/19)
Changes / Improvements / Optimisations
Bug Fixes
Known/Outstanding Issues