https://github.com/zaechus/artix-installer
A simple installer for Artix Linux
https://github.com/zaechus/artix-installer
artix-linux bash bios btrfs dinit ext4 gpt grub installer installer-script linux luks lvm2 nvme openrc uefi
Last synced: 4 months ago
JSON representation
A simple installer for Artix Linux
- Host: GitHub
- URL: https://github.com/zaechus/artix-installer
- Owner: Zaechus
- License: gpl-3.0
- Created: 2021-04-26T23:56:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-16T17:13:03.000Z (over 1 year ago)
- Last Synced: 2024-10-18T10:49:31.627Z (over 1 year ago)
- Topics: artix-linux, bash, bios, btrfs, dinit, ext4, gpt, grub, installer, installer-script, linux, luks, lvm2, nvme, openrc, uefi
- Language: Shell
- Homepage:
- Size: 113 KB
- Stars: 57
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artix-installer

A simple installer for Artix Linux. Supports OpenRC and dinit.
## Usage
1. Boot into the Artix live disk (the login and password are both `artix`).
2. Connect to the internet. Ethernet is setup automatically, and wifi is done with something like:
```
sudo rfkill unblock wifi
sudo ip link set wlan0 up
connmanctl
```
In Connman, use: `agent on`, `scan wifi`, `services`, `connect wifi_NAME`, `quit`
3. Acquire the install scripts:
```
curl -OL https://github.com/Zaechus/artix-installer/archive/v2.2.0.tar.gz
tar xzf v2.2.0.tar.gz
cd artix-installer-2.2.0
```
4. Run `./install.sh`.
5. When everything finishes, `poweroff`, remove the installation media, and boot into Artix. Post-installation networking is done with Connman.
### Preinstallation
* ISO downloads can be found at [artixlinux.org](https://artixlinux.org/download.php)
* ISO files can be burned to drives with `dd` or something like Etcher.
* `sudo dd bs=4M if=/path/to/artix.iso of=/dev/sd[drive letter] status=progress`
* A better method these days is to use [Ventoy](https://www.ventoy.net/en/index.html).