Skip to content

PorteuX 0.5

Compare
Choose a tag to compare
@porteux porteux released this 10 Jul 07:53
· 460 commits to main since this release
  1. added partition table detection in the installer for Linux; if it's not 'msdos' it will stop and inform the user it's not supported
  2. installer for Linux is now using zstd for faster extraction
  3. dropped kernel LTO patch; only LTO flag is being used now
  4. all base modules have been stripped even further -- a new release that is actually smaller; what a miracle!
  5. cleanup and update of initrd binaries
  6. added support to fat and ntfs filesystem check on boot
  7. filesystem check on boot by default shows the log only when the boot is finished
  8. added cheatcode fscknolog to skip fsck log file being presented after boot
  9. added check-filesystem script to check partitions integrity
  10. fixed an issue where reboot/shutdown process was causing errors in ext partitions
  11. fixed an issue where the installer was not fixing ext permissions -- root login is no longer required when using changes cheatcode
  12. fixed KDE settings -> users not working in stable
  13. added pkginfo script to show information about installed packages
  14. moved delay=[sec] cheatcode to run before fsck cheatcode
  15. changed MATE background
  16. sysvinit has been updated to 3.07 in stable as well
  17. updated GNOME to 44.2 (current only)
  18. KDE updated to 5.27.6 (current only)
  19. busybox updated to 1.36.0
  20. reverted AUFS root folder whiteouts exclusion when saving data -- it was preventing inner whiteouts to be included
  21. reverted Nvidia driver to 525.85.05 because newer versions are causing random artifacts
  22. reverted kernel to 6.2.16 until we find a solution for the reboot/shutdown issue (sfjro/aufs-standalone#29)
  23. minor tweaks in many scripts