Home > System Tutorial > LINUX > Archinstall 2.8.1 Released with Experimental LVM Support

Archinstall 2.8.1 Released with Experimental LVM Support

Lisa Kudrow
Release: 2025-03-16 09:23:16
Original
784 people have browsed it

Archinstall: Simple installation script for Arch Linux

Archinstall is a boot-based installation script for Arch Linux that provides a user-friendly interface for users who are not familiar with the traditional manual installation process of Arch Linux, known for its steep learning curve.

Table of contents

  • Archinstall 2.8.1 Release
  • Archinstall 2.8.1 Update Log
    • Key features and improvements
    • Bug fixes and enhancements
    • UI and UX improvements
    • System and performance updates
    • Code refactoring and optimization
    • Development and maintenance

Features of Archinstall scripts

  1. Automation: Archinstall automates most of the installation process, including disk partitioning, setting up file systems, installing basic systems, and configuring important settings such as locale settings, hostnames, and users.
  2. Customizable: Despite its high level of automation, Archinstall still allows for extensive customization. Users can choose which package to install, how to configure the bootloader, and other advanced settings.
  3. Ease of use: This script provides a boot-based menu-driven interface that is more user-friendly than traditional manual installations, especially for Arch Linux beginners.
  4. Official Support: Archinstall is an official project for the Arch Linux team, which means it is well maintained and integrated into the Arch Linux ecosystem, ensuring compatibility and regular updates.
  5. Flexibility: Users can choose between different installation profiles, such as minimal installation or more feature-rich settings. The script also supports custom scripts, allowing users to further customize the installation process.
  6. Availability: Archinstall is included in Arch Linux ISO, so it can be easily obtained by anyone installing Arch Linux.

Archinstall 2.8.1 Release

Archinstall's latest version 2.8.1 introduces several improvements, including the addition of experimental LVM support . This new feature allows users to select the default LVM layout when selecting a partition scheme during installation.

Archinstall 2.8.1 Released with Experimental LVM Support

With LVM support, users can benefit from the flexibility provided by LVM, such as being able to dynamically adjust logical volume sizes and more efficiently manage storage space.

You can get the latest version from the releases page of the Archinstall GitHub repository.

Note that the LVM option in Archinstall 2.8.1 is currently marked as experimental, which means it is still in beta and may require further improvement.

Archinstall 2.8.1 Update Log

Here is a list of bug fixes and improvements in the latest Archinstall 2.8.1 scripts.

Key features and improvements

  1. (Experimental) LVM Support
  2. Add a Finnish translation
  3. Use curses to prepare a new menu implementation

Bug fixes and enhancements

  • Locale Generator Repair
  • Fix null fs_type of partition
  • Handle missing free space and deleted partitions
  • Handle unknown device/partition type
  • Fix uninstalling all partitions

UI and UX improvements

  • Rename the "Kde" configuration file to "KDE Plasma"/"Plasma"
  • Added more applications to the Hyprland desktop configuration file
  • Use the current keyboard layout instead of the US layout

System and performance updates

  • Change the default root partition size
  • Set the root partition type to GUID
  • Update mkinitcpio.conf hooks to maintain upstream consistency

Code refactoring and optimization

  • Refactor suggest_single_disk_layout()
  • Refactor format()
  • Convert partition path string to Path object
  • Refactoring umount()

Development and maintenance

  • Use VCS as pyparted version lock
  • Skip devices that cannot get pyparted disks
  • Add better mypy coverage and prepare for stricter checks

resource :

The above is the detailed content of Archinstall 2.8.1 Released with Experimental LVM Support. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template