-
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
Add configuration for Ubuntu Server autoinstall #16
base: main
Are you sure you want to change the base?
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 <[email protected]>
3142a4c
to
86ace5b
Compare
What is needed or missing to merge this? |
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. |
# 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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DaniilKl why this in server installation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, because netboot.xyz
uses Ubuntu server installer, but at the end we want to have desktop version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, thanks.
No description provided.