-
Notifications
You must be signed in to change notification settings - Fork 174
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 Ubuntu17.10 template #35
base: master
Are you sure you want to change the base?
Conversation
ubuntu/ubuntu1710.json
Outdated
"disk_size": "65536", | ||
"iso_checksum": "af913c00296eb0cfece99b8a02ae6db035ae173ed240241e780c8d7db96914b1", | ||
"iso_checksum_type": "sha256", | ||
"iso_url": "http://releases.ubuntu.com/artful/ubuntu-17.10-server-amd64.iso", |
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.
url doesn't exist?
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.
Ah, yes - I've been running out of my cache all this time :-(
ubuntu/http/preseed.cfg
Outdated
@@ -1,6 +1,7 @@ | |||
choose-mirror-bin mirror/http/proxy string | |||
d-i debian-installer/framebuffer boolean false | |||
d-i debconf/frontend select noninteractive | |||
d-i debconf/language select en_HK:en |
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.
I don't want that.
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.
Sorry, I'm not sure what I was thinking leaving that in the commit
0aacc67
to
bad98fd
Compare
Updated, hopefully addressing comments |
No description provided.