diff options
| author | Peter Jones <pjones@redhat.com> | 2008-06-09 15:40:35 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2008-06-09 15:41:45 -0400 |
| commit | 620e9477114c88ca4ac76a0ef76824164bb70ec1 (patch) | |
| tree | 44ccc43ae6127ac5529f8f6db6f75dedfe8633d3 /src/client/ply-boot-client.h | |
| parent | 7e85eafab617fef5478c6d9f551f044d67462466 (diff) | |
| download | plymouth-620e9477114c88ca4ac76a0ef76824164bb70ec1.tar.gz plymouth-620e9477114c88ca4ac76a0ef76824164bb70ec1.tar.xz plymouth-620e9477114c88ca4ac76a0ef76824164bb70ec1.zip | |
Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.
Diffstat (limited to 'src/client/ply-boot-client.h')
| -rw-r--r-- | src/client/ply-boot-client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/ply-boot-client.h b/src/client/ply-boot-client.h index c3240cd..8ee6718 100644 --- a/src/client/ply-boot-client.h +++ b/src/client/ply-boot-client.h @@ -54,6 +54,11 @@ void ply_boot_client_update_daemon (ply_boot_client_t *client, ply_boot_client_response_handler_t handler, ply_boot_client_response_handler_t failed_handler, void *user_data); +void ply_boot_client_tell_daemon_to_change_root (ply_boot_client_t *client, + const char *chroot_dir, + ply_boot_client_response_handler_t handler, + ply_boot_client_response_handler_t failed_handler, + void *user_data); void ply_boot_client_ask_daemon_for_password (ply_boot_client_t *client, ply_boot_client_answer_handler_t handler, ply_boot_client_response_handler_t failed_handler, |
