Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows to easily install Debian or Ubuntu into a directory, and later on into a VM image avoiding using the installer images. sudo debootstrap --arch=amd64 sid /scratch/local2/debian-sid For Ubuntu, get the archive keyring from somewhere (`/usr/share/keyrings/` on some installation or the WWW), and pass it: sudo debootstrap --arch=amd64 --keyring /scratch/tmp/ubuntu-archive-keyring.gpg hirsute /scratch/local2/ubuntu-hirsute You can also use systemd-nspawn or chroot to work in these directories.
- Loading branch information