05-05-2020, 03:32 AM
(05-03-2020, 05:29 AM)nohandlebars Wrote: I am having some trouble cloning mrfixit's repository:
Code:Cloning into '/home/user/pinebook-pro-debian-installer/bootloader'...
error: RPC failed; curl 18 transfer closed with outstanding read data remaining
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
fatal: clone of 'https://github.com/mrfixit2001/updates_repo' into submodule path '/home/user/pinebook-pro-debian-installer/bootloader' failed
I have tried various remedies online even going as far as recompiling git from source with OpenSSL support but all fail. I tried cloning his repository directly but this also fails at about 26%. Does anyone have any tips or is there a workaround?
Apologies if this is a silly question but can the official Debian packages be used in debootstrap scripts? If not what all is needed within the repos for this to be possible in the future? I much prefer automating and building my own installations to downloading precompiled images and I am trying to wrap my head around all the different pieces involved so any guidance is appreciated.
1. please show the exact git command line you tried
2. not sure what you mean, since debootstrap is a tool to build a Debian installation from packages, and you linked to pre-built Debian Installer images (that one uses to install Debian from scratch). The Debian Installer itself is using debootstrap internally.