diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-03 18:52:21 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-03 18:52:21 (EST) |
commit | aa429275e671d10f571c17099a9264f8d0b748bb (patch) | |
tree | d30ba2949c5c88f7a5084173ab9b0632e10ec8d0 /docs | |
parent | 7dc772b828f8c61f1f2811a9a0ef1f081c6ca4ba (diff) | |
download | libreboot-aa429275e671d10f571c17099a9264f8d0b748bb.zip libreboot-aa429275e671d10f571c17099a9264f8d0b748bb.tar.gz libreboot-aa429275e671d10f571c17099a9264f8d0b748bb.tar.bz2 |
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.html | 4 |
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> <b>cryptomount -a (ahci0,msdos1)</b><br/> grub> <b>set root='lvm/buzz-distro'</b><br/> - grub> <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root quiet splash ro</b><br/> + grub> <b>linux /vmlinuz root=/dev/mapper/buzz-distro cryptdevice=/dev/mapper/buzz-distro:root</b><br/> grub> <b>initrd /initrd.img</b><br/> grub> <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> |