meefik / linuxdeploy

Install and run GNU/Linux on Android
https://meefik.github.io/linuxdeploy
GNU General Public License v3.0
5.27k stars 680 forks source link

Faster Debian-based installs #594

Open Dyrewulfe opened 8 years ago

Dyrewulfe commented 8 years ago

Using "dpkg --force-unsafe-io" in debootstrap scripts reduces install times by 75%+, based on my recent Debian jessie install using that flag.

debianroot20200524 commented 8 years ago

Where are debootstrap scripts?