-
-
Notifications
You must be signed in to change notification settings - Fork 501
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.23.1 > Jessie-support #2771
Conversation
+ DietPi-Software | New Wiki page allows to remove detailed comments from the script about how to implement a new software title: https://github.com/MichaIng/DietPi/wiki/How-to-implement-a-new-software-title + DietPi-Software | Britishise wording "ize" => "ise" :) + DietPi-Software | Emonhub: Revert GitHub download URL to Fourdee + DietPi-Software | PHP: Install PHP7+ specific module packages on all distro versions now since all DietPi systems are migrated to PHP7.3
…cute the whole line
+ DietPi-Config | Allow network drop-in configs via /etc/network/interfaces.d, which e.g. allows to add VLANs, multiple network adapters and such without DietPi-Config destroying it. Future idea is to use this ourself to allow easier adding/removal/adjusting of single interface settings instead of scraping and rewriting the whole interfaces file.
+ DietPi-Bugreport | Add usage info when wrong input argument has been added + DietPi-Bugreport | Use exit code when handled error occurs + DietPi-Bugreport | Add "uenv.txt" (Sparky SBC) and newly possible drop-in network interfaces configs + DietPi-Bugreport | Minor coding and wording
+ DietPi-Software | SABnzbd: Install latest master version + DietPi-Software | SABnzbd: Clear install dir before reinstalling, preserving config file + DietPi-Software | SABnzbd: Do not touch existing config files on reinstall + DietPi-Software | SABnzbd: p7zip-full binaries are expected + DietPi-Software | SABnzbd: Skip install non-required -dev packages + DietPi-Software | SABnzbd: Build-essentials are not required. Par2 multicore compiling requires it, but info about that has been added to online docs. + DietPi-Software | SABnzbd: Slight systemd unit updates based on docs and shebang + DietPi-Software | SABnzbd: Start with Python 2.7 binary explicitly to avoid possible conflicts with Python 3 + DietPi-Set_software | setpermissions: Add SABnzbd download sub dirs + DietPi-Patch | Reinstall SABnzbd to update to current version and apply 7zip-full and systemd unit
ToDo from my end:
|
REF: #2763 (comment) |
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.
Yeah, I am not 100% sure if we should support Jessie target in DietPi-PREP. Probably confusing if we allow building fresh Jessie images when planning to drop further Jessie support soon. However the hints about that are large enough to be not overseen.
Let me add some slight changes: Ah sorry inside arithmetic check everything is fine 😉.
( $G_HW_MODEL == 10 && $G_DISTRO == 3 )
=> { $G_HW_MODEL == 10 && $G_DISTRO == 3; }
to avoid subshell initiation which is much slower.
Updates jessie-support with:
All to be removed from dev in v6.24, after switch over for current Jessie installs.
#REMOVE v6.24
comments for required removals.