lp://staging/~csurbhi/upstart/upstart-add-pivot-handling
Created by
Surbhi Palande
and last modified
- Get this branch:
- bzr branch lp://staging/~csurbhi/upstart/upstart-add-pivot-handling
Only
Surbhi Palande
can upload to this branch. If you are
Surbhi Palande
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/upstart
- Scott James Remnant: Pending requested
-
Diff: 1254 lines (+972/-15)12 files modifieddbus/com.ubuntu.Upstart.xml (+7/-1)
init/Makefile.am (+12/-11)
init/conf.c (+35/-0)
init/conf.h (+1/-0)
init/control.c (+35/-0)
init/control.h (+3/-0)
init/events.h (+8/-1)
init/paths.h (+8/-0)
init/pivot.c (+616/-0)
init/pivot.h (+66/-0)
init/tests/test_control.c (+106/-1)
util/initctl.c (+75/-1)
Branch information
Recent revisions
- 1316. By Surbhi Palande
-
Initial support to handle a new initctl command: pivot.
Usage: initctl pivot <ROOTFS> <INIT>" "<args>"This command can be used to change the root filesystem from a initramfs
based rootfs to the new requested <ROOTFS>. On successfully changing the root
filesystem the new <INIT> shall be executed. On failure in handling this
command a pivot-failed event is emitted. This command works as intended
only when fired from initramfs. When fired from any other filesystem, this
command has no effect other than the emission of the "pivot-failed" event.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/upstart