Skip to content

Commit e8c6749

Browse files
author
Alexia Michelle
committed
fix: Correct cryptsetup command from luksClose to luksOpen and remove related explanatory note.
1 parent cc70c71 commit e8c6749

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/tweaking-goldendog/installing-on-luks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The Debian installer might not detect encrypted partitions automatically. Follow
2626
```bash
2727
cryptsetup luksOpen /dev/sda6 sda6_crypt
2828
```
29-
*(Note: The contributor originally suggested `luksClose`, but the context implies opening or resetting the state to detect it. If you need to close it first, use `luksClose` then `luksOpen`. Following the contributor's flow of "Detecting disks" later suggests we just need the modules loaded.)*
3029

3130
3. Return to the installer by pressing `Ctrl+Alt+F5` (or `F1/F7` depending on the system).
3231
4. Click the **Go Back** button.

i18n/es/docusaurus-plugin-content-docs/current/tweaking-goldendog/installing-on-luks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ El instalador de Debian puede no detectar las particiones cifradas automáticame
2424
1. Abra una consola con `Ctrl+Alt+F2`.
2525
2. Use la siguiente orden para cerrar/resetear el estado si es necesario (según el reporte del contribuidor):
2626
```bash
27-
cryptsetup luksClose /dev/sda6
27+
cryptsetup luksOpen /dev/sda6
2828
```
2929
*(Nota: Sustituya `sda6` por la partición que corresponda en cada caso).*
3030

0 commit comments

Comments
 (0)