aboutsummaryrefslogtreecommitdiff
path: root/zh_CN.GB2312/books/handbook/disks
diff options
context:
space:
mode:
authorFukang Chen <loader@FreeBSD.org>2007-12-31 15:10:15 +0000
committerFukang Chen <loader@FreeBSD.org>2007-12-31 15:10:15 +0000
commite48afc96ccf0d97977d3914b40ec1f3224a5404d (patch)
treef295b51346dfa172c4c09819a7a4d8037b039f02 /zh_CN.GB2312/books/handbook/disks
parent4176be5dd7e0aa99b68c9048eeed63c0acae5a84 (diff)
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/disks')
-rw-r--r--zh_CN.GB2312/books/handbook/disks/chapter.sgml21
1 files changed, 5 insertions, 16 deletions
diff --git a/zh_CN.GB2312/books/handbook/disks/chapter.sgml b/zh_CN.GB2312/books/handbook/disks/chapter.sgml
index d3cd89e62f..c3d61266b5 100644
--- a/zh_CN.GB2312/books/handbook/disks/chapter.sgml
+++ b/zh_CN.GB2312/books/handbook/disks/chapter.sgml
@@ -2,7 +2,7 @@
The FreeBSD Documentation Project
The FreeBSD Simplified Chinese Project
- Original Revision: 1.277
+ Original Revision: 1.279
$FreeBSD$
-->
@@ -2450,27 +2450,12 @@ gzip -c -best /bin/sync > /mnt/bin/sync
cp /root/.profile /mnt/root
-cp -f /dev/MAKEDEV /mnt/dev
-chmod 755 /mnt/dev/MAKEDEV
-
chmod 500 /mnt/sbin/init
chmod 555 /mnt/sbin/fsck /mnt/sbin/mount /mnt/sbin/halt
chmod 555 /mnt/bin/sh /mnt/bin/sync
chmod 6555 /mnt/sbin/restore
#
-# create the devices nodes
-#
-cd /mnt/dev
-./MAKEDEV std
-./MAKEDEV da0
-./MAKEDEV da1
-./MAKEDEV da2
-./MAKEDEV sa0
-./MAKEDEV pty0
-cd /
-
-#
# create minimum file system table
#
cat > /mnt/etc/fstab <<EOM
@@ -3635,6 +3620,10 @@ geli_da2_flags="-p -k /root/da2.key"</programlisting>
在其上使用密钥长度为 128-位 的 Blowfish 加密算法, 4 kilobytes
的扇区尺寸, 并采用 <quote>最后一次关闭时卸下</quote> 的策略:</para>
+ <programlisting>geli_swap_flags="-e blowfish -l 128 -s 4096 -d"</programlisting>
+
+ <para>For systems prior to &os; 6.2-RELEASE, use the following line:</para>
+
<programlisting>geli_swap_flags="-a blowfish -l 128 -s 4096 -d"</programlisting>
<para>请参见 &man.geli.8; 联机手册中关于 <command>onetime</command>