mirror of
https://github.com/termux/proot-distro.git
synced 2024-11-21 12:45:29 +00:00
4726eb81d9
@@ What is brought by new major release: - Default distro plug-ins are immutable now. They are not intended to be editable by user anymore. For customization, users will need to make own copy. This change aims at simplifying updates and avoiding cases where something was not updated for unknown reason. - Simplified distro plug-in structure. URLs are now retrieved from array instead of function returning values in specific format. - Enforced integrity checking. Integrity checking is necessary to ensure that downloaded content is valid and not corrupted. - No distribution versioning anymore. Due to numerous requests I have added versioning previously, but it appears bad design choice and has been a step from the original `proot-distro` purpose anyway. This feature is now disabled. Proot Distro won't serve customization requests anymore. If user need a custom distribution version, it should create own distro plug-in. Instead of versioned distributions only LTS, latest stable or rolling distribution variant will be provided. - Added support for ArchLinux on i686 devices. Available as `archlinux` but really it is ArchLinux32 project. - Added new distribution "OpenSUSE Tumbleweed". Available as `opensuse`. - Own rootfs archives. PRoot Distro will now use own rootfs archive variants instead of the official. Script for generating tarballs is published. - Rootfs customization is performed by distro plug-ins. Avoid editing /etc content during rootfs build time. - Stabilizing design & feature set. It is not possible to make software suitable for everyone's needs while maintaining same quality. Since v2.x I will accept only feature requests that fit into PRoot Distro objectives and do not describe redundant functionality (i.e. that can be achieved through already existing). PRoot Distro has been intended to be simple both by design and usage.
3 lines
16 B
Plaintext
3 lines
16 B
Plaintext
/rootfs/*
|
|
*.swp
|