summaryrefslogtreecommitdiffstats
path: root/sys-utils/switch_root.8.adoc
blob: fdeedf3bed40a72f2c8446bdc9c1c792c189745a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
//po4a: entry man manual
= switch_root(8)
:doctype: manpage
:man manual: System Administration
:man source: util-linux {release-version}
:page-layout: base
:command: switch_root

== NAME

switch_root - switch to another filesystem as the root of the mount tree

== SYNOPSIS

*switch_root* [*-hV*]

*switch_root* _newroot init_ [_arg_...]

== DESCRIPTION

*switch_root* moves already mounted _/proc_, _/dev_, _/sys_ and _/run_ to _newroot_ and makes _newroot_ the new root filesystem and starts _init_ process.

*WARNING: switch_root removes recursively all files and directories on the current root filesystem.*

== OPTIONS

include::man-common/help-version.adoc[]

== EXIT STATUS

*switch_root* returns 1 on failure, it never returns on success.

== NOTES

*switch_root* will fail to function if _newroot_ is not the root of a mount. If you want to switch root into a directory that does not meet this requirement then you can first use a bind-mounting trick to turn any directory into a mount point:

....
mount --bind $DIR $DIR
....

== AUTHORS

mailto:pjones@redhat.com[Peter Jones],
mailto:katzj@redhat.com[Jeremy Katz],
mailto:kzak@redhat.com[Karel Zak]

== SEE ALSO

*chroot*(2),
*init*(8),
*mkinitrd*(8),
*mount*(8)

include::man-common/bugreports.adoc[]

include::man-common/footer.adoc[]

ifdef::translation[]
include::man-common/translation.adoc[]
endif::[]