github archlinux/archinstall v2.1.3

latest releases: v2.8.0, v2.7.2, v2.7.1...
3 years ago

This is a minor release and addresses some smaller bugs that were creeping around.

  • A inconsistency was detected when trying to format a disk/partition that previously had encryption enabled and going to a setup where encryption was not used. This was identified by @Didr and the issue was that the Partition().encrypted flag was carried over from the internal cache (created initially when building the cache to present to the user during initialization).
    • The .encrypted flag is now more accurately set by correctly identifying file system as reported by the kernel rather than our own internal cache after .format is called. It also checks the parent device if there is one to not falsely check on unlocked encrypted devices.
  • #116 has partially been corrected, in that the log will fall back to ./ if archinstall couldn't put the log in /var/log/archinstall
  • sys_command now has a better working workdir flag to put logs and execute from.
  • Removed vfat as a root-partition option
  • Fixed an issue where completely empty drives would cause a glitch due to .has_content()'s mount command would crash due to "wrong fs type".

No new features were added.

Don't miss a new archinstall release

NewReleases is sending notifications on new releases.