Site Tools


install:hades

This is an old revision of the document!


add a new device

dd if=/dev/urandom of=./d?? bs=1024 count=4
cryptsetup luksFormat -c aes-xts-plain64 -s 512 --key-file /root/keys/d?? /dev/sdX
cryptsetup luksOpen /dev/sdX --key-file /root/keys/d?? d??
btrfs device add /dev/mapper/d?? /mnt/
install/hades.1549445242.txt.gz · Last modified: by sloader