Open
Conversation
737d0e4 to
cbeb992
Compare
cbeb992 to
3142a4c
Compare
Add configuration file for Ubuntu Server autoinstallation. Sources: https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-reference.html https://canonical-subiquity.readthedocs-hosted.com/en/latest/reference/autoinstall-schema.html https://curtin.readthedocs.io/en/latest/topics/apt_source.html https://netplan.readthedocs.io/en/latest/netplan-yaml/#properties-for-device-type-ethernets Signed-off-by: Daniil Klimuk <daniil.klimuk@3mdeb.com>
3142a4c to
86ace5b
Compare
Contributor
|
What is needed or missing to merge this? |
Contributor
|
This is tied with Dasharo/open-source-firmware-validation#274 and I guess we need a successful verification by another pair of hands. The Ubuntu server was perhaps not that pressing since then since we need to use desktop version anyways in most cases. |
pietrushnic
reviewed
Dec 20, 2024
| # Configure system-wide DNS, use Google DNS as generic server: | ||
| - 'sed -i "s/^nameserver [0-9.]\+/nameserver 8.8.8.8/g" /etc/resolv.conf' | ||
| packages: | ||
| - 'ubuntu-desktop' |
Contributor
Author
There was a problem hiding this comment.
IIRC, because netboot.xyz uses Ubuntu server installer, but at the end we want to have desktop version.
Contributor
There was a problem hiding this comment.
Ok, this is not the case for all installations. Also, this file format leads to weird issues on 24.04.1 (discussed more in the matrix). It should be changed to user-data, meta-data, and vendor-data files. I will provide fixes for this PR.
11 tasks
This file contains hidden or 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
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.
No description provided.