diff options
author | Karel Zak <kzak@redhat.com> | 2009-06-09 09:58:46 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-06-22 21:30:46 +0200 |
commit | 711ea7307d54caa74aa89fc7e8614236e3721f1c (patch) | |
tree | f35a10109adc346479e2c29e07902a06b414f5a6 /AUTHORS | |
parent | e9799b6d2909adf70e040d3750b6a42fa2e5254d (diff) | |
download | util-linux-old-711ea7307d54caa74aa89fc7e8614236e3721f1c.tar.gz |
switch_root: new command
Copied from Dracut project:
git://dracut.git.sourceforge.net/gitroot/dracut
switch_root history in dracut.git repository:
$ git shortlog switch_root.c
Harald Hoyer (5):
replace switch_root shell script with binary
add \n to switch_root
use switch_root code from http://pjones.fedorapeople.org/mkstart/usr/lib/mkstart/switchroot.c
mount move instead of umount and fix the search for fallback inits
setsid() and set controlling terminal for real /sbin/init
Victor Lowther (2):
Simplify switch_root.c a bit
Remove all files on the initramfs before switching root
Signed-off-by: Peter Jones <pjones@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ AUTHORS (merged projects & commands): setarch: Elliot Lee <sopwith@redhat.com> Jindrich Novy <jnovy@redhat.com> simpleinit: Richard Gooch <rgooch@atnf.csiro.au> + switch_root: Peter Jones <pjones@redhat.com> + Jeremy Katz <katzj@redhat.com> CONTRIBUTORS: |