FreeBSD Bugzilla – Attachment 79103 Details for
Bug 113695
[handbook] [patch] handbook suggests different lockfile than gbde(8) manpage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gbde.patch
gbde.patch (text/plain; charset=us-ascii), 2.37 KB, created by
Marc Silver
on 2008-01-10 12:22:19 UTC
(
hide
)
Description:
gbde.patch
Filename:
MIME Type:
Creator:
Marc Silver
Created:
2008-01-10 12:22:19 UTC
Size:
2.37 KB
patch
obsolete
>--- chapter.sgml.orig 2008-01-10 13:59:53.000000000 +0200 >+++ chapter.sgml 2008-01-10 14:06:04.000000000 +0200 >@@ -3566,7 +3566,7 @@ > initialized before it can be used. This initialization needs to > be performed only once:</para> > >- <screen>&prompt.root; <userinput>gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c</userinput></screen> >+ <screen>&prompt.root; <userinput>gbde init /dev/ad4s1c -i -L /etc/gbde/ad4s1c.lock</userinput></screen> > > <para>&man.gbde.8; will open your editor, permitting you to set > various configuration options in a template. For use with UFS1 >@@ -3598,7 +3598,14 @@ > <para>The <command>gbde init</command> command creates a lock > file for your <application>gbde</application> partition that in > this example is stored as >- <filename>/etc/gbde/ad4s1c</filename>.</para> >+ <filename>/etc/gbde/ad4s1c.lock</filename>.</para> >+ >+ <note> >+ <para><application>gbde</application> lock files must end in >+ <emphasis>.lock</emphasis> in order to be correctly detected >+ by the <application>gbde</application> <filename>rc.d</filename> >+ script.</para> >+ </note> > > <caution> > <para><application>gbde</application> lock files >@@ -3616,7 +3623,7 @@ > <step> > <title>Attach the Encrypted Partition to the Kernel</title> > >- <screen>&prompt.root; <userinput>gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c</userinput></screen> >+ <screen>&prompt.root; <userinput>gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c.lock</userinput></screen> > > <para> You will be asked to provide the passphrase that you > selected during the initialization of the encrypted partition. >@@ -3693,7 +3700,7 @@ > <step> > <title>Attach the gbde Partition to the Kernel</title> > >- <screen>&prompt.root; <userinput>gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c</userinput></screen> >+ <screen>&prompt.root; <userinput>gbde attach /dev/ad4s1c -l /etc/gbde/ad4s1c.lock</userinput></screen> > > <para>You will be asked to provide the passphrase that you > selected during initialization of the encrypted >@@ -3734,7 +3741,8 @@ > &man.rc.conf.5;, for example:</para> > > <programlisting>gbde_autoattach_all="YES" >-gbde_devices="ad4s1c"</programlisting> >+gbde_devices="ad4s1c" >+gbde_lockdir="/etc/gbde"</programlisting> > > <para>This will require that the <application>gbde</application> > passphrase be entered at boot time. After typing the correct
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 113695
: 79103