Rootfs debootstrap
Create the base system for the root file systen
Make the working directory, then in the working directory, make rootfs directory
sudo debootstrap --variant=minbase --arch=amd64 stable rootfs http://deb.debian.org/debian/
Create the base system for the root file systen
Make the working directory, then in the working directory, make rootfs directory
sudo debootstrap --variant=minbase --arch=amd64 stable rootfs http://deb.debian.org/debian/