This repository was archived by the owner on Feb 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chroot environment manager
License
alfmatos/chroots
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
chroots - Simplified chroot management ====================================== Chroots is a command line tool that allows managing multiple chroot environments. It supports the normal workflow of mounting and using a chroot. It also enables creating and deleting multiple chroots. Installation ============ $ make $ make install (as root) Tutorial ======== chroots setup intrepid test-chroot; # Create a chroot chroots init test-chroot; # Mount the necessary dirs for proper chroot init chroots login test-chroot; # Login into the chroot chroots stop test-chroot; # Stop the running chroot chroots delete test-chroot; # Delete a chroot chroots list; # List existing chroots
About
chroot environment manager
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published