659ab442b6ecb9e1e405cf12d6fa85b1fee62b37
[grml-scripts.git] / doc / grml-chroot.8.txt
1 GRML-CHROOT(8)
2 ==============
3 Michael Gebetsroither <gebi@grml.org>
4
5
6 NAME
7 ----
8 grml-chroot - Wrapper around chroot with proc/sys/pts/dev filesystem handling
9
10
11 SYNOPSIS
12 --------
13 *grml-chroot* 'NEWROOT' ['COMMAND'....]
14
15
16 DESCRIPTION
17 -----------
18 *grml-chroot* is a wrapper
19 around plain chroot with integrated proc/sys/pts/dev filesystem handling.
20 After _COMMAND_ exits, mounts are cleaned up properly.
21
22 If _COMMAND_ is omitted, the shell of user *root* of the target filesystem is used.
23
24
25 OPTIONS
26 -------
27 *-h, help*::
28 Show summary of options.
29
30
31 EXAMPLES
32 --------
33
34 *grml-chroot* '/mnt/hda1'::
35     Mounts proc/sys/pts/dev into /mnt/hda1/{proc/sys/dev} and gives you a chrooted shell.
36
37
38 SEE ALSO
39 --------
40 chroot(8)
41
42
43 AUTHOR
44 ------
45 grml-chroot and this manpage were written by Michael Gebetsroither <gebi@grml.org>.