Update RockyLinux.md

This commit is contained in:
Ste Vaidis 2023-08-01 10:13:14 +03:00
parent 881a1ec96b
commit 4e8f179648

View File

@ -23,7 +23,7 @@ btop
stress -c 4 -i 2 -d 1 stress -c 4 -i 2 -d 1
``` ```
# Docker # Encrypted Partition
```sh ```sh
# Create encrypted partition # Create encrypted partition
@ -50,4 +50,7 @@ ls -l /data
# Umount all # Umount all
umount /data umount /data
cryptsetup luksClose data cryptsetup luksClose data
``` ```
# Docker