This repository has been archived on 2024-09-01. You can view files and clone it, but cannot push or open issues or pull requests.
al-installer/README.md

24 lines
908 B
Markdown
Raw Normal View History

2018-07-18 19:50:37 -05:00
# ArchLabs Installer
2018-07-18 19:52:06 -05:00
#### Features
+ Translations for 9 languages excluding English.
+ Basic & easy to follow configuration.
+ Automatic partitioning for whole device installs.
+ Support for LUKS and/or LVM.
+ Create multiple users if needed.
+ Built-in error detection and capturing.
2018-07-18 19:50:37 -05:00
2018-07-18 19:52:06 -05:00
#### Requirements
+ `rsync` used to unpack the squashfs root.
+ `dialog` for all user input/output.
+ `geany` and `vim` for editing files post install.
+ `gparted` and `parted` for auto and manual partition creation.
+ `wipe` for the secure wipe option.
+ standard \*NIX tools `awk` `sed` `grep` `uniq` `sort` `find` `ping` `mkfs` `lsblk`.
+ `arch-chroot` used to perform operation in the chroot.
+ `chpasswd` to set root and user passwords.
2018-07-18 19:50:37 -05:00
2018-07-18 19:52:06 -05:00
#### If a network connection is available, the following will be used
+ `pacman` used to update the system and install/remove packages.
+ `reflector` for sorting the mirrorlist.