• Home
  • Tags
  • RSS
  • About
  • mmdebstrap: unprivileged reproducible multi-mirror Debian chroot in 11 s

    Timestamp:
    Tags: debian

    I wrote an alternative to debootstrap. I call it mmdebstrap which is short for multi-mirror debootstrap. Its interface is very similar to debootstrap, so you can just do:

    $ sudo mmdebstrap unstable ./unstable-chroot
    

    And you’ll get a Debian unstable chroot just as debootstrap would create it. It also supports the --variant option with minbase and buildd values which install the same package sets as debootstrap would.

    A list of advantages in contrast to debootstrap:

    You can find the code here:

    https://gitlab.mister-muffin.de/josch/mmdebstrap