-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cloud-Init and OpenBSD 6.6 #2
Open
goneri
wants to merge
27
commits into
anchor:master
Choose a base branch
from
goneri:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adjust the growfs generation to support OpenBSD 6.6. This also probably breaks the support of OpenBSD <= 6.0.
Do not hardcode the name of the disk device.
This is a requirements for at least OpenStack and Azure images. Not sure for the others: - https://docs.openstack.org/image-guide/openstack-images.html - https://azure.microsoft.com/en-us/blog/virtual-machine-serial-console-access/
Save the install mirror in the /etc/installurl file.
Install cloud-init from my development branch.
goneri
force-pushed
the
master
branch
3 times, most recently
from
December 29, 2019 19:35
251f5ef
to
6e50934
Compare
We now just patch an existing bsdrd image. This speed up a lot the image generation. The change is done using a patched version of `upobsd`. See: https://bitbucket.org/semarie/upobsd/
goneri
force-pushed
the
master
branch
3 times, most recently
from
March 29, 2020 16:28
76ddcdd
to
754c630
Compare
Since 6.9, the bsd.rd is a gzipped file.
- do not modify the system /etc/rc. - print the logs in the serial console
Previously the file was recording the location of the $TARGET directory: ``` openbsd-70# cat /var/db/kernel.SHA256 SHA256 (/var/cache/pcib/work/l041yc/target/bsd) = 0066972f723c470c6029e30174ce89f5978cf4f3ee625a5f6e0c95812cd566f1 ```
This reverts commit f1b349a.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thank you for this great work. I was looking for easy way to build OpenBSD image, and pcib is really handy!
I use the following branch to build OpenBSD 6.6 image for OpenStack. My changes are not really clean and, so I don't think the branch should be merge as-is.