Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
lpi2:cryptsetup-luks [2021/12/25 13:11] ingo_wichmann |
lpi2:cryptsetup-luks [2024/05/20 11:14] (aktuell) ingo_wichmann [Pakete] |
||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| ''cryptsetup-luks'' | ''cryptsetup-luks'' | ||
| - | Debian 10: ''cryptsetup'' | + | Debian (ab 10): ''cryptsetup'' |
| ==== Kernel-Modul ==== | ==== Kernel-Modul ==== | ||
| Zeile 57: | Zeile 57: | ||
| ==== Rebootfest machen ==== | ==== Rebootfest machen ==== | ||
| umount /mnt/crypt | umount /mnt/crypt | ||
| - | cryptsetup close crypt | + | cryptsetup close crypt none |
| <file txt /etc/crypttab> | <file txt /etc/crypttab> | ||
| - | crypt /dev/<partition> | + | crypt /dev/<partition> none |
| </file> | </file> | ||
| + | === testen === | ||
| + | TODO: ist das debian-spezifisch? | ||
| + | |||
| + | cryptdisks_start crypt | ||
| ===== Neues Passwort hinzufügen ===== | ===== Neues Passwort hinzufügen ===== | ||
| cryptsetup luksAddKey /dev/<partition> | cryptsetup luksAddKey /dev/<partition> | ||