File: dchroot.inc

package info (click to toggle)
dchroot 0.11
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 112 kB
  • ctags: 26
  • sloc: ansic: 361; makefile: 71
file content (22 lines) | stat: -rw-r--r-- 549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[Configuration]

.PP
.B dchroot 
reads the configuration file 
.I /etc/dchroot.conf
to determine valid chroots on the system.  Input lines in 
.I /etc/dchroot.conf
consist of an identifier and a path separated by whitespace.  If more
than one input line is present the first is taken to be the default chroot.
For example: 
.nf

testing	/chroots/testing
stable	/chroots/stable

.fi

The configuration above enables a default chroot called 'testing' located 
at
.I /chroots/testing
and also a chroot called 'stable' located at \fI/chroots/stable\fR.