Forrest logo
back to context overview

mmdebstrap

List of commands for mmdebstrap:

  • mmdebstrap:ai:4f5db How I create a chroot with mmdebstrap in Debian 12?
    $ mmdebstrap -v --variant=buildd --architectures=amd64 -T /tmp/chroot-debian12 stable /tmp/chroot-debian12 http://deb.debian.org/debian
    try on your machine
    explain this command
  • mmdebstrap:ai:cf15e How I create a sid chroot with mmdebstrap in Debian 12?
    $ mmdebstrap sid /path/to/chroot
    try on your machine
    explain this command
  • mmdebstrap:tldr:00089 mmdebstrap: Create a Debian Sid tarball chroot with additional packages.
    $ mmdebstrap sid ${path-to-debian-sid-tar} --include=${pkg1,pkg2}
    try on your machine
    explain this command
  • mmdebstrap:tldr:5b838 mmdebstrap: Create a Debian Bookworm tarball chroot using a mirror.
    $ mmdebstrap bookworm ${path-to-debian-bookworm-tar} ${http:--mirror-example-org-debian}
    try on your machine
    explain this command
  • mmdebstrap:tldr:f444e mmdebstrap: Create a Debian Stable directory chroot.
    $ sudo mmdebstrap stable ${path-to-debian-root-}
    try on your machine
    explain this command
back to context overview