Skip to content
This repository was archived by the owner on Feb 3, 2023. It is now read-only.

alfmatos/chroots

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

No packages published