Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helmuthdu/aui
Archlinux Ultimate Install
https://github.com/helmuthdu/aui
Last synced: 10 days ago
JSON representation
Archlinux Ultimate Install
- Host: GitHub
- URL: https://github.com/helmuthdu/aui
- Owner: helmuthdu
- License: gpl-3.0
- Created: 2012-01-10T23:37:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T07:48:24.000Z (over 2 years ago)
- Last Synced: 2024-07-31T17:24:07.979Z (3 months ago)
- Language: Shell
- Size: 2.16 MB
- Stars: 2,816
- Watchers: 176
- Forks: 546
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Arch - aui - Archlinux Ultimate Install (Arch Linux Installers / Pacman Wrappers && AUR helpers)
- Awesome-Arch - aui - The Archlinux Ultimate Install comprises of two primary scripts, Lilo and Fifo, which streamline the installation process of Archlinux Base, as well as additional packages, tools, and graphical user interfaces. (Arch Linux Installers / Specific purpose)
- awesome-hacking-lists - helmuthdu/aui - Archlinux Ultimate Install (Shell)
README
### Project only accepting patches
This project is not actively developed but *will* accept Pull Requests.
Archlinux Ultimate InstallerInstallation & Configuration of archlinux has never been much easier!
## Note
* You can first try it in a `VirtualMachine`## Prerequisites
- A working internet connection
- Logged in as 'root'## Obtaining The Repository
### With git
- Increase cowspace partition: `mount -o remount,size=2G /run/archiso/cowspace`
- Get list of packages and install git: `pacman -Sy git`
- Get the script: `git clone https://github.com/helmuthdu/aui`### Without git
- Increase cowspace partition: `mount -o remount,size=2G /run/archiso/cowspace`
- Get the script: ` wget https://github.com/helmuthdu/aui/tarball/master -O - | tar xz`
- an alternate URL (for less typing (github shorten)) is ` wget https://git.io/vS1GH -O - | tar xz`
- an alternate URL (for less typing) is ` wget http://bit.ly/NoUPC6 -O - | tar xz`
- super short `wget ow.ly/wnFgh -O aui.zip`## How to use
- FIFO [System Base]: `cd aui ; ./fifo`
- LILO [The Rest]: `cd aui ; ./lilo`## Features
### FIFO SCRIPT
- Configure keymap
- Select editor
- Automatic configure mirrorlist
- Create partition
- Format device
- Install system base
- Configure fstab
- Configure hostname
- Configure timezone
- Configure hardware clock
- Configure locale
- Configure mkinitcpio
- Install/Configure bootloader
- Configure mirrorlist
- Configure root password### LILO SCRIPT
- Backup all modified files
- Install additional repositories
- Create and configure new user
- Install and configure sudo
- Automatic enable services in systemd
- Install an AUR Helper [trizen, yay...]
- Install Base System
- Install systemd
- Install Preload
- Install Zram
- Install Xorg
- Install GPU Drivers
- Install CUPS
- Install Additional wireless/bluetooth firmwares
- Ensuring access to GIT through a firewall
- Install DE or WM [Cinnamon, Enlightenment, FluxBox, GNOME, i3, KDE, LXDE, OpenBox, XFCE...]
- Install Developement tools [Vim, Emacs, Eclipse...]
- Install Office apps [LibreOffice, GNOME-Office, Latex...]
- Install System tools [Wine, Virtualbox, Grsync, Htop...]
- Install Graphics apps [Inkscape, Gimp, Blender, MComix...]
- Install Internet apps [Firefox, Google-Chrome, Jdownloader...]
- Install Multimedia apps [Rhythmbox, Clementine, Codecs...]
- Install Games [Desura, PlayOnLinux, Steam, Minecraft...]
- Install Fonts [Liberation, MS-Fonts, Google-webfonts...]
- Install and configure Web Servers
- And Many More...## Thank helmuthdu
If you like my work, please consider a small Paypal donation at [email protected] :)## License :scroll:
This project is licenced under the GNU General Public License V3. For more information, see the `LICENSE` file or visit https://www.gnu.org/licenses/gpl-3.0.en.html.