Archinstall 2.8.1 Released with Experimental LVM Support
Lisa KudrowOriginal
2025-03-16 09:23:16787browse
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
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.
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.
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.
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.
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.
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.
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
(Experimental) LVM Support
Add a Finnish translation
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
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!
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