Deleted Added
full compact
rc.conf.5 (148765) rc.conf.5 (149050)
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 1995
2.\" Jordan K. Hubbard
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 148765 2005-08-05 23:38:51Z pjd $
25.\" $FreeBSD: head/share/man/man5/rc.conf.5 149050 2005-08-14 18:02:22Z pjd $
26.\"
27.Dd June 8, 2005
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

--- 1117 unchanged lines hidden (view full) ---

1151.Dq Pa .bde
1152parts.
1153.It Va gbde_attach_attempts
1154.Pq Vt int
1155Number of times to attempt attaching to a
1156.Xr gbde 4
1157device, i.e., how many times the user is asked for the pass-phrase.
1158Default is 3.
26.\"
27.Dd June 8, 2005
28.Dt RC.CONF 5
29.Os
30.Sh NAME
31.Nm rc.conf
32.Nd system configuration information
33.Sh DESCRIPTION

--- 1117 unchanged lines hidden (view full) ---

1151.Dq Pa .bde
1152parts.
1153.It Va gbde_attach_attempts
1154.Pq Vt int
1155Number of times to attempt attaching to a
1156.Xr gbde 4
1157device, i.e., how many times the user is asked for the pass-phrase.
1158Default is 3.
1159.It Va geli_devices
1160.Pq Vt str
1161List of devices to automatically attach on boot.
1162Note that .eli devices from
1163.Pa /etc/fstab
1164are automatically appended to this list.
1165.It Va geli_tries
1166.Pq Vt int
1167Number of times user is asked for the pass-phrase.
1168If empty, it will be taken from
1169.Va kern.geom.eli.tries
1170sysctl variable.
1171.It Va geli_default_flags
1172.Pq Vt str
1173Default flags to use by
1174.Xr geli 8
1175when configuring disk encryption.
1176Flags can be configured for every device separately by defining
1177.Va geli_<device>_flags
1178variable.
1179.It Va geli_autodetach
1180.Pq Vt str
1181Specifies if GELI devices should be marked for detach on last close after
1182file systems are mounted.
1183Default is
1184.Dq Li YES .
1185This can be changed for every device separately by defining
1186.Va geli_<device>_autodetach
1187variable.
1159.It Va geli_swap_flags
1160Options passed to the
1161.Xr geli 8
1162utility when encrypted GEOM providers for swap partitions are created.
1163The default is
1164.Dq Li -a aes -l 256 -s 4096 -d .
1165.It Va root_rw_mount
1166.Pq Vt bool

--- 2139 unchanged lines hidden ---
1188.It Va geli_swap_flags
1189Options passed to the
1190.Xr geli 8
1191utility when encrypted GEOM providers for swap partitions are created.
1192The default is
1193.Dq Li -a aes -l 256 -s 4096 -d .
1194.It Va root_rw_mount
1195.Pq Vt bool

--- 2139 unchanged lines hidden ---