diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-04-06 10:38:00 +0200 | 
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-06 10:38:00 +0200 | 
| commit | f1087eb55a835f2b4adaaccea7b092e19a3ba6e3 (patch) | |
| tree | 270d90e0bcc651e9d375f8410e2b74b215c52766 /manpages/en/live-boot.7 | |
| parent | 1c158e15ba2d4b2e9cb166024393087aa3560d3d (diff) | |
| download | live-boot-f1087eb55a835f2b4adaaccea7b092e19a3ba6e3.tar.gz live-boot-f1087eb55a835f2b4adaaccea7b092e19a3ba6e3.zip  | |
Only looking at boot.d files if they have the .conf suffix to allow putting other files into these places that do not necessarily need to be used by live-boot (e.g. documentation).
Diffstat (limited to 'manpages/en/live-boot.7')
| -rw-r--r-- | manpages/en/live-boot.7 | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/manpages/en/live-boot.7 b/manpages/en/live-boot.7 index 946eeb7..36bb82b 100644 --- a/manpages/en/live-boot.7 +++ b/manpages/en/live-boot.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BOOT 7 2012\-04\-05 3.0~a26-1 "Debian Live Project" +.TH LIVE\-BOOT 7 2012\-04\-06 3.0~a26-1 "Debian Live Project"  .SH NAME  \fBlive\-boot\fR \- System Boot Scripts @@ -23,7 +23,7 @@ To configure the live\-boot parameters used by default in a live image, see the  In addition, there are some more boot parameters to influence the behaviour, see below.  .SS Configuration Files -\fBlive\-boot\fR can be configured (but not activated) through configuration files. Those files can be placed either in the root filesystem itself (/etc/live/boot.conf, /etc/live/boot.d/), or on the live media (live/boot.conf, live/boot.d/). +\fBlive\-boot\fR can be configured (but not activated) through configuration files. Those files can be placed either in the root filesystem itself (/etc/live/boot.conf, /etc/live/boot.d/*.conf), or on the live media (live/boot.conf, live/boot.d/*.conf).  .SH OPTIONS  \fBlive\-boot\fR currently features the following parameters. @@ -154,9 +154,9 @@ This saves expensive writes and speeds up operations on volatile data such as we  .SH FILES  .IP "\fB/etc/live/boot.conf\fR" 4 -.IP "\fB/etc/live/boot.d/\fR" 4 +.IP "\fB/etc/live/boot.d/*.conf\fR" 4  .IP "\fBlive/boot.conf\fR" 4 -.IP "\fBlive/boot.d/\fR" 4 +.IP "\fBlive/boot.d/*.conf\fR" 4  .IP "\fBlive.persist\fR" 4  .SH SEE ALSO  | 
