11 lines
330 B
Plaintext
11 lines
330 B
Plaintext
# /etc/conf.d/dmcrypt - Encrypted swap configuration
|
|
#
|
|
# Encrypted swap with random key (no hibernate support)
|
|
# Key is regenerated each boot from /dev/urandom
|
|
#
|
|
# CUSTOMIZE: Set source to your swap partition
|
|
# Use 'lsblk' to identify your partitions
|
|
|
|
swap=cryptswap
|
|
source="<swap-partition>" # e.g., /dev/nvme0n1p2 or /dev/sda2
|