-
-
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
PREP_SYSTEM_FOR_DIETPI.sh support building on jessie #2763
Comments
@FredericGuilbault We have the new "jessie-support" branch where the PREP script allows to keep Jessie: https://github.com/MichaIng/DietPi/blob/jessie-support/PREP_SYSTEM_FOR_DIETPI.sh See: #2332 |
So, is it ok if I remove the code related to building on jessy from PREP_SYSTEM_FOR_DIETPI.sh |
@FredericGuilbault I personally would also remove it to not allow creating fresh images that will be out of our support soon and for sure will run into more issues when installing incompatible 3rd party software. |
ok, no problems. |
I will try hard to not make my self unique and having to deal with merging conflicts. Unless it"s REALLY a deal breaker, ill go with how dietpi do things. I realy prefer to contribute here then having my own special version to maintain. |
Very welcome. This is also my philosophie: Instead of only fixing/optimising things for DietPi, share/contribute those to the upstream developers as well. It does not always work out, but at least we tried to make things better for all users, regardless of OS. If I can help with anything, feel free to ask. And as mentioned earlier: If you can provide pre-compiled binaries for your tools, I will be happy to add them to DietPi-Software as install option, individually or as package, not sure which makes most sense. If you share instruction we can help compiling, although since I have no ARMv6 and ARMv8 device here, I can only offer ARMv7 on RPi and x86_64 currently. Although cross-compiling as last resort is of course possible as well. |
Atm my plan is to install my tool set On the official dietpi image, with chroot (So before the first run) For now Ill try to make everything work as it is first, Then Ill move some things to dietpi. I had no plan for updating yet so that`s my motiation to making dietpi packages. But now Im surprise on how much work it prepesent moving form raspbian to dietpi. and im only targeting ARM and X86_64 for now. But meh, that`s part of the task, I just have to grind on it untill it work. Your help is really cool, I feel welcome in the project, althrouI feel like im just dropping here with my big boots spamming the issue board out of nowhere 🤣 |
As long as the result is an improvment for DietPi in general, you are very welcome 😃. |
Talking aboot questions, How do you shrinking partitions and image drive to the real filesize +50mb before shipping ? |
@FredericGuilbault
When creating the RPi image I take the time to play around with and finish the image creation script: https://github.com/MichaIng/DietPi/pull/2693/files |
@MichaIng |
In PREP_SYSTEM_FOR_DIETPI.sh
Does Dietpi still build and ship jessie images ?
Could I remove the support of it ?
cuz it's not here in the user inputs options :
# Distro Selection
DISTRO_LIST_ARRAY=(
The text was updated successfully, but these errors were encountered: