Skip to content

Commit 5405fd4

Browse files
author
Alexia Michelle
committed
docs: Replace specific LUKS volume name with generic placeholder in cryptsetup luksOpen command examples and remove an unnecessary step from the Spanish guide.
1 parent e8c6749 commit 5405fd4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The Debian installer might not detect encrypted partitions automatically. Follow
2424
1. Open a console by pressing `Ctrl+Alt+F2`.
2525
2. Run the following command to open the partition (replace `sda6` with your partition):
2626
```bash
27-
cryptsetup luksOpen /dev/sda6 sda6_crypt
27+
cryptsetup luksOpen /dev/sda6 volume_name
2828
```
2929

3030
3. Return to the installer by pressing `Ctrl+Alt+F5` (or `F1/F7` depending on the system).

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ El instalador de Debian puede no detectar las particiones cifradas automáticame
2222
## Abrir el Volumen Cifrado
2323

2424
1. Abra una consola con `Ctrl+Alt+F2`.
25-
2. Use la siguiente orden para cerrar/resetear el estado si es necesario (según el reporte del contribuidor):
25+
2. Use la siguiente orden para abrir la partición (sustituya `sda6` por la partición que corresponda):
2626
```bash
27-
cryptsetup luksOpen /dev/sda6
27+
cryptsetup luksOpen /dev/sda6 nombre_del_volumen
2828
```
29-
*(Nota: Sustituya `sda6` por la partición que corresponda en cada caso).*
3029

3130
3. Vuelva al instalador con `Ctrl+Alt+F5` (o `F1/F7` dependiendo del sistema).
3231
4. Haga clic en el botón **Retroceder**.

0 commit comments

Comments
 (0)