Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

DaniilKl
Copy link
Contributor

No description provided.

@DaniilKl DaniilKl requested a review from macpijan April 22, 2024 15:37
@DaniilKl DaniilKl self-assigned this Apr 22, 2024
@DaniilKl DaniilKl marked this pull request as draft April 22, 2024 15:37
@DaniilKl DaniilKl force-pushed the netboot-integration branch 3 times, most recently from 737d0e4 to cbeb992 Compare April 26, 2024 07:58
@DaniilKl DaniilKl marked this pull request as ready for review April 26, 2024 07:59
@DaniilKl DaniilKl force-pushed the netboot-integration branch from cbeb992 to 3142a4c Compare April 26, 2024 12:00
@DaniilKl DaniilKl force-pushed the netboot-integration branch from 3142a4c to 86ace5b Compare July 10, 2024 11:37
@pietrushnic
Copy link

What is needed or missing to merge this?

@macpijan
Copy link
Contributor

macpijan commented Dec 17, 2024

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'

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?

Copy link
Contributor Author

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.

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants