multistrap
multiple repository bootstrap based on apt
Install
- All systems
-
curl cmd.cat/multistrap.sh
- Debian
-
apt-get install multistrap
- Ubuntu
-
apt-get install multistrap
- Kali Linux
-
apt-get install multistrap
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install multistrap
- Raspbian
-
apt-get install multistrap
- Dockerfile
- dockerfile.run/multistrap
multistrap
multiple repository bootstrap based on apt
A debootstrap replacement with multiple repository support, using apt to handle all dependency issues and conflicts. Multistrap includes support for native and foreign architecture bootstrap environments. Foreign bootstraps only need minimal configuration on the final device. Also supports cleaning up the generated bootstrap filesystem to remove downloaded packages and hooks to modify the files in the bootstrap filesystem after the packages have been unpacked but before being configured. Unlike debootstrap, multistrap relies on working versions of dpkg and apt outside the final filesystem. If dpkg supports MultiArch, foreign architecture libraries can be installed, where available. Multistrap supercedes emdebian-rootfs and replaces the previous support for preparing root filesystems for specific machines and variants. Multistrap includes the previous emdebian-rootfs support for customisation of package selection and of files created within the root filesystem.