Skip to content

v2.1.3

Compare
Choose a tag to compare
@Torxed Torxed released this 29 Mar 16:31
· 2603 commits to master since this release
v2.1.3
bb5caf7

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.