blob: 609fb639212cb7afe7820c1678286a85c0cfc4ec (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# artixinstall
Fully automated Artix Linux installer for my testing setup.
Only supports en_US language but any timezone and keymap.
# Usage
1. Boot the Artix Installer.
2. Log in as `root`. The password is `artix`.
3. Use one of the methods listed below.
4. Once you get a green success message, reboot.
## Basic Usage (BIOS / MBR)
```
curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/artixinstall | sh
```
## FDE (Full Disk Encryption) Usage (BIOS / MBR)
```
curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptinstall | sh
```
## Basic Usage (UEFI / GPT)
```
curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/uefiinstall | sh
```
## FDE (Full Disk Encryption) Usage (UEFI / GPT)
**WARNING: The EFI partition cannot be encrypted.**
```
curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/cryptuefiinstall | sh
```
## Automated Install
This method works for all installation methods mentioned above.
```
curl -fsSL https://raw.githubusercontent.com/HimbeerserverDE/artixinstall/main/<artix | uefi | crypt | cryptuefi>install | sh -s -- [drive [grubtarget]]
```
|