Update readme

axtloss/rework-partitioning
axtloss 2 years ago
parent 5e6ea97aba
commit 38248b183f

@ -61,6 +61,12 @@ jade networking getcryst.al
jade networking getcryst.al --ipv6
```
### setup zramd
```sh
# install and enable zramd
jade zramd
```
### configure users
```sh
# make a new user called nonRootHaver, without sudo, easytohack as the password and bash as the default shell

@ -45,8 +45,8 @@ pub enum Command {
#[clap(name = "networking")]
Networking(NetworkingArgs),
/// Set up zram
#[clap(name = "zram")]
/// Set up zramd
#[clap(name = "zramd")]
Zram,
/// Configure users and passwords

Loading…
Cancel
Save