Lyrics
Skip to content
Navigation Menu
archlinux
/
archinstall
Code
Issues 157
Pull requests 17
Discussions
Actions
Projects
Wiki
Security
Releases: archlinux/archinstall
Releases
Tags
v2.0.3.rc1
08 Jul 08:50
@Torxed Torxed
v2.0.3.rc1
aecd333
v2.0.3.rc1 Pre-release
New features:
.py support for profiles, meaning .json and .py support for profiles such as desktop is now supported.
Minor changes/fixes:
cache directory is no longer ~/archinstall, it's now ~/.cache/archinstall to not confuse the importer of Python.
Assets 4
v2.0.2
07 Jul 22:03
@Torxed Torxed
v2.0.2
c0fb9a9
v2.0.2
New features:
Colored output from log()
Python module support python -m archinstall <template>
New guided template under examples/
sys_command now raises bad exit codes so they can be catched outside.
Assets 2
v2.0.1
06 Jul 21:11
@Torxed Torxed
v2.0.1
0c57871
v2.0.1
A lot has changed, and the changes are not backwards compatible with v1.X.
The whole concept has been reworked to support a cleaner installation process.
with contexts are now supported for easier handling of when and where to do certain sync calls etc.
A lot of helper functions have also been put into place to ease certain functions like calling pacman, pacstrap, syscalls and handling partitions, formatting and disk encryption.
The whole library has also been split from one major file into many modules and now more resembles a library.
This was done to support the option to install archinstall via PyPi and to be used as a library or executed as a python module via python -m archinstall --arg1="something" (module feature still being worked on).
Future versions will include support for calling python scripts for post-installation as well as profile installations.
This is because the current JSON template is a bit limited and complex to use when nesting strings inline.
Package is also being synced to the official GitLab of Arch Linux.
Assets 2
v0.2.2-beta
27 Nov 23:59
@Torxed Torxed
v0.2.2-beta
829a51a
v0.2.2-beta Pre-release
New feature:
Turn off disk encryption (Default on, and more or less enforced.. But this does turn it off)
Assets 3
v0.2.1-beta
27 Nov 22:53
@Torxed Torxed
v0.2.1-beta
2ceda91
v0.2.1-beta Pre-release
Features:
(Optional) Adds guessing country based off GeoIP-guessing via machines external IP
New Default: Reorders mirrors based off --country=<code> if a gateway is found. Turn off by doing --mirrors=0
Assets 3
v0.2-beta
27 Nov 20:42
@Torxed Torxed
v0.2-beta
434daea
v0.2-beta Pre-release
Main focus on cleaning up the __main__ code and putting things into functions so that the GUI can use the installation steps.
Keep AUR support after installation is complete
Phone Home feature, to signal to a master server when/if the installation is completed.
(TODO: Add a start call to the phone home, and possibly progress)
Fixes Issue #22, now shows the file format when listing multiple drives/partitions for selection.
Reworked