package
0.0.0-20240831221938-81d58bd93b8c
Repository: https://github.com/vanilla-os/sdk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

EnterChroot enters a chroot and changes the current working directory to the new root.
EnterPivot enters a pivot and changes the current working directory to the new root.
ExitPivot exits the pivot and changes the current working directory to the old root.
RunChroot runs a function in a chroot and changes the current working environment to the new root.
RunPivot runs a function in a pivot and changes the current working environment to the new root.