8815674726d0bea2d6c404dd367996874ebbfc7d
[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 arround chroot with proc/sys/pts/dev fs handling
9
10
11 SYNOPSIS
12 --------
13 *grml-chroot* <'CHROOT TARGET'>
14
15
16 DESCRIPTION
17 -----------
18 *grml-kerneltest* is a wrapper
19 arround plain chroot with integrated proc/sys/pts/dev filesystem handling.
20 grml-chroot mounts the filesystems mentiont above and makes the chroot into the given chroot target.
21 After exiting the shell the mounts are cleand up properly.
22
23
24 OPTIONS
25 -------
26 *-h, help*::
27 Show summary of options.
28
29
30 EXAMPLES
31 --------
32
33 *grml-chroot* '/mnt/hda1'::
34     Mounts proc/sys/pts/dev into /mnt/hda1/{proc/sys/dev} and gives you a chrooted shell.
35
36
37 SEE ALSO
38 --------
39 chroot(8)
40
41
42 AUTHOR
43 ------
44 grml-chroot and this manpages were written by Michael Gebetsroither <gebi@grml.org>.