Update README.md
This commit is contained in:
parent
f2449e9cf5
commit
06873b4449
|
@ -17,15 +17,15 @@ sh install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### *There are now two additional versions of the script:*
|
### *There are now two additional versions of the script:*
|
||||||
- `install-btrfs.sh` - Installs Btrfs and uses subvolumes for /root and /home.
|
- `install-lvm.sh` - Installs using ext4 and uses LVM for /root and /home.
|
||||||
- `install-grub.sh` - Installs using GRUB for legacy BIOS.
|
- `install-grub.sh` - Installs using GRUB for legacy BIOS.
|
||||||
|
|
||||||
## All features:
|
## All features:
|
||||||
- Prompt for all user input at the start (hostname, username passwords).
|
- Prompt for all user input at the start (hostname, username passwords).
|
||||||
- Partitions a primary and a boot partition.
|
- Partitions a primary and a boot partition.
|
||||||
- Encrypts the primary partition using LUKS.
|
- Encrypts the primary partition using LUKS.
|
||||||
- Creates LVM volumes for /root and /home with custom sizes.
|
- Creates Btrfs filesystems with zstd compression.
|
||||||
- Creates ext4 filesystems for both partitions.
|
- Creates Btrfs volumes for /root and /home with custom sizes.
|
||||||
- Refreshes the latest mirror list.
|
- Refreshes the latest mirror list.
|
||||||
- Installs a base system (base linux linux-firmware lvm2 nano networkmanager sudo).
|
- Installs a base system (base linux linux-firmware lvm2 nano networkmanager sudo).
|
||||||
- Installs very few additional packages (firefox konsole linux-zen)
|
- Installs very few additional packages (firefox konsole linux-zen)
|
||||||
|
|
Loading…
Reference in New Issue