continuous-integration/drone/push Build is passing
Details
|
1 week ago | |
---|---|---|
assets | 2 weeks ago | |
examples | 3 weeks ago | |
lib | 2 weeks ago | |
linux | 4 weeks ago | |
.drone.yml | 3 weeks ago | |
.gitignore | 3 weeks ago | |
.metadata | 4 weeks ago | |
LICENSE | 2 months ago | |
Makefile | 4 weeks ago | |
PKGBUILD | 2 weeks ago | |
README.md | 1 week ago | |
ainst.desktop | 3 weeks ago | |
ainst.sh | 4 weeks ago | |
analysis_options.yaml | 2 months ago | |
pubspec.lock | 2 weeks ago | |
pubspec.yaml | 4 weeks ago |
README.md
System installation utility
Warning! Project is in alpha stage, API's are very likely to be changed.
UI wrapper over archinstall utility styled to suite gnome applications. Installer is in alpha stage and providing only base functionality of archinstall, but can be easily customized and completed with all required functionality. Flutter app is making system calls to archinstall and serves only as graphical representation to provide user-friendly experience for installation process.
You can find example of .ainst.yml
in fmnx iso repo
- Hardware parameters:
- Language choice example:
⚙️ Configurations:
The amount of configurations is limited at the moment, but we are working on that 🔨🔨🔨. At the moment you can adjust packages required for installation and installation scripts in ~/.ainst.yml
file (typically /root/.ainst.yml, if you have not created any users).
Default configuration:
install-scripts:
- archinstall --silent --disk_layouts /usr/disk.json --config /usr/config.json --creds /usr/creds.json
- cp /etc/os-release /mnt/archinstall/etc/os-release
- cp /etc/pacman.conf /mnt/archinstall/etc/pacman.conf
- ...
📦 Install package with pack:
pack i fmnx.su/core/ainst