summaryrefslogtreecommitdiff
path: root/install.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-02 21:33:20 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-02 21:33:20 -0200
commit34ada07c4a97e241ed124f99217033c92b2f98da (patch)
treec09fe82977bde43abc4cf71c11762361f7706dcb /install.mdwn
parentc949f21b5bfe3e6ccb9ec82eca8771dae466ea19 (diff)
downloadpadrao-34ada07c4a97e241ed124f99217033c92b2f98da.tar.gz
padrao-34ada07c4a97e241ed124f99217033c92b2f98da.tar.bz2
Formatacao
Diffstat (limited to 'install.mdwn')
-rw-r--r--install.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/install.mdwn b/install.mdwn
index 8ec5627..c2c3096 100644
--- a/install.mdwn
+++ b/install.mdwn
@@ -93,13 +93,13 @@ Configuração inicial
apt-get update ; apt-get upgrade
apt-get install locales cryptsetup lvm2 initramfs-tools grub
-O /etc/crypttab deve conter (substitua /dev/sda1 pelo seu valor correspondente para $device:
+O `/etc/crypttab` deve conter (substitua /dev/sda1 pelo seu valor correspondente para $device:
# <target name> <source device> <key file> <options>
root /dev/mapper/vg-root none luks,cipher=aes-cbc-essiv:sha256
cswap /dev/sda1 /dev/random swap,cipher=aes-cbc-essiv:sha256
-E o /etc/fstab deve conter:
+E o `/etc/fstab` deve conter:
/dev/mapper/cswap none swap sw 0 0
/dev/mapper/root / ext3 defaults,errors=remount-ro
@@ -138,7 +138,7 @@ Para que a partição de boot seja montada após a partida do sistema, adicione a s
Kernel
------
-O /etc/initramfs-tools/modules deve conter as linhas
+O `/etc/initramfs-tools/modules` deve conter as linhas
dm-mod
dm-crypt
@@ -146,7 +146,7 @@ O /etc/initramfs-tools/modules deve conter as linhas
twofish
sha256
-Já o /etc/kernel-img.conf deve possuir a linha
+Já o `/etc/kernel-img.conf` deve possuir a linha
do_initrd = Yes