v2.1.3
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().encryptedflag was carried over from the internal cache (created initially when building the cache to present to the user during initialization).- The
.encryptedflag is now more accurately set by correctly identifying file system as reported by the kernel rather than our own internal cache after.formatis called. It also checks the parent device if there is one to not falsely check on unlocked encrypted devices.
- The
- #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_commandnow has a better workingworkdirflag to put logs and execute from.- Removed
vfatas a root-partition option - Fixed an issue where completely empty drives would cause a glitch due to
.has_content()'smountcommand would crash due to "wrong fs type".
No new features were added.