Arch Linux 875 Published by

ArchInstall 3.0.8 has been released and introduces several updates, including the replacement of storage['session'] with storage['installation_session'], the removal of storage['LOG_PATH'] and storage['LOG_FILE'] as part of a rework of the log handler, and the elimination of unused arguments from internal functions.

The latest updates encompass the introduction of a version indicator in the main menu title, the resolution of various bugs, and the implementation of synchronisation following installation. Additional modifications encompass the activation of unreachable code checks in the lib/ directory using mypy, the elimination of unnecessary None type annotations, the resolution of invalid-annotation warnings, the refactoring of default Btrfs subvolumes, the implementation of truthy-bool checks in mypy, the correction of example code in the README, the reference to the guided.py script instead of a symlink in the README, the removal of strict_bytes from the mypy configuration, the elimination of a workaround for the mypy 1.15.0 crash, the removal of superfluous None checks from the desktop profile code, the addition of type annotations to the global storage dictionary, the refactoring of command logs, and





ArchInstall 3.0.8

Breaking changes

  • In  #3548 storage['session'] is replaced with storage['installation_session']. This should only matter to internal calls, but if someone is using this old session variable in a script this will require a quick sed on storage['session'].
  • storage['LOG_PATH'] and storage['LOG_FILE'] was removed in a re-work of the log handler in  #3550. This should only matter to internal calls, but if someone relied on this variable/path to insert their own logs, this needs to be changed according to this PR.
  • Remove unused arguments from internal functions by  @correctmost in  #3571, this should not cause any issues as they haven't been used in a while and was mostly used for internal calls. But if someone used these functions in their scripts, this will need some slight adjustments in arguments to these functions.

New features

  • Add new version indicator in the title of the main menu by  @svartkanin in  #3587

Bug fixes

  • Fix root partition device mapper name by  @codefiles in  #3524
  • Fix empty password by  @codefiles in  #3531
  • Fix empty username by  @codefiles in  #3533
  • Fix  #3513 Crash when scrolling one-line text by  @svartkanin in  #3520
  • Fix  #3534 Btrfs subvolume creation fails when specifying empty subvolume name by  @svartkanin in  #3537
  • Fix  #3530 load_plugin looks for missing version field in storage by  @svartkanin in  #3535
  • Change from grub-btrfs.service to grub-btrfsd.service by  @lubuoren in  #3540
  • Fix restore edit content on help menu close by  @svartkanin in  #3568
  • Add sync after installation completed, this should help with situations where users forcefully shut down the machine instead of gracefully shutting it down (yanking power to the machine vs running shutdown or reboot) by  @svartkanin in  #3569
  • Spelling error on extras package in xmonad by  @Torxed in  #3582
  • Fix recursive call in scripts by  @svartkanin in  #3586
  • Mount partitions in minimal script before starting installation by  @svartkanin in  #3585
  • Removed xf86-video-vmware as it's been dropped: by  @Torxed in  #3590

Other various changes

New Contributors

Full Changelog 3.0.7...3.0.8

3.0.8