summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-11-03 23:52:21 +0000
committerFrancis Rowe <info@gluglug.org.uk>2014-11-03 23:52:21 +0000
commitaa429275e671d10f571c17099a9264f8d0b748bb (patch)
treed30ba2949c5c88f7a5084173ab9b0632e10ec8d0 /docs
parent7dc772b828f8c61f1f2811a9a0ef1f081c6ca4ba (diff)
Docs: encrypted_trisquel.html Fix typo.
Remove entries from GRUB boot instructions that prevent booting.
Diffstat (limited to 'docs')
-rw-r--r--docs/howtos/encrypted_trisquel.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howtos/encrypted_trisquel.html b/docs/howtos/encrypted_trisquel.html
index e4b60fc..37db629 100644
--- a/docs/howtos/encrypted_trisquel.html
+++ b/docs/howtos/encrypted_trisquel.html
@@ -180,7 +180,7 @@
Do that:<br/>
grub&gt; <b>cryptomount -a (ahci0,msdos1)</b><br/>
grub&gt; <b>set root='lvm/buzz-distro'</b><br/>
- grub&gt; <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root quiet splash ro</b><br/>
+ grub&gt; <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root</b><br/>
grub&gt; <b>initrd /initrd.img</b><br/>
grub&gt; <b>boot</b>
</p>
@@ -219,7 +219,7 @@
<p>
<b>cryptomount -a (ahci0,msdos1)</b><br/>
<b>set root='lvm/buzz-distro'</b><br/>
- <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root quiet splash ro</b><br/>
+ <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root</b><br/>
<b>initrd /initrd.img</b>
</p>