]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r290548:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Jan 2016 10:14:57 +0000 (10:14 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 12 Jan 2016 10:14:57 +0000 (10:14 +0000)
commitb84deb4f13d5a91f90a828598f79611178dd1b5e
tree2a2818d1b9f59a972887118404cfbd3d950a2c94
parentb2e9faa7c75608df1b3b978ce46bc5c7425a45a5
MFC r290548:

Userspace part of reroot support. This makes it possible to change
the root filesystem without full reboot, using "reboot -r". This can
be used to to eg. boot from a temporary md_image preloaded by loader(8),
setup an iSCSI session, and continue booting from rootfs mounted over
iSCSI.

Relnotes: yes
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3693

git-svn-id: svn://svn.freebsd.org/base/stable/10@293744 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sbin/init/Makefile
sbin/init/init.c
sbin/init/pathnames.h
sbin/reboot/reboot.8
sbin/reboot/reboot.c