Release new version 2.13.0
[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
23 OPTIONS
24 -------
25 *-h, help*::
26 Show summary of options.
27
28
29 EXAMPLES
30 --------
31
32 *grml-chroot* '/mnt/hda1'::
33     Mounts proc/sys/pts/dev into /mnt/hda1/{proc/sys/dev} and gives you a chrooted shell.
34
35
36 SEE ALSO
37 --------
38 chroot(8)
39
40
41 AUTHOR
42 ------
43 grml-chroot and this manpage were written by Michael Gebetsroither <gebi@grml.org>.