-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make installation process offline #6
Comments
It is indeed a good idea, we will also need to find out how to add some other things to the iso like |
Disabling networking in the installer still installs base system. This way we could just pack needed things into an image, and install them in some post installs script for example. References: |
Adding packages should not be hard, we just need to drop them into:
before re-creating an iso |
I made some progress on adding apt packages to the iso and I think I have found a better solution than to
Then to download these packages use: (this one downloads debs to your working directory so make sure to cd before)
I tried to add |
I've had the same issue as above, and not made any significant progress on debugging this. Literally no idea why this happens |
I fixed it but forgot to add a note in the issue, my bad. Check out this branch, it works there |
Rocket lab guys asked as to deliver a working iso before this weekend, we should try shrinking it as much as we can by then. |
I think it would be nice if the installation process could be performed offline.
I have no idea how to go about this, probably downloading
non-netinstall
Debian ISO, and stripping it from useless things.The text was updated successfully, but these errors were encountered: