oem-config should draft a preseed file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
oem-config (Baltix) |
New
|
Undecided
|
Unassigned | ||
ubiquity (Ubuntu) |
Invalid
|
Wishlist
|
Unassigned | ||
Trusty |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: oem-config
Wishlist item:
It would be extremely helpful if oem-config could draft a preseed file.
When setting up a machine in oem mode, the installer asks me a lot of questions, and I often know how the end users will answer. If along the way oem-config recorded the answers in a preseed file, I would have a way to replicate the install for the rest of the machines the customer ordered using the preseed file thus created. Even better, I could keep the preseed files and reuse them for other customers with the same or similar needs.
Every effort to increase the efficiency of installing Ubuntu in production settings is much appreciated.
Happy Trails,
Loye Young
Isaac & Young Computer Company
Laredo, Texas
http://
Changed in oem-config: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
affects: | oem-config (Ubuntu) → ubiquity (Ubuntu) |
tags: | added: oem-config |
Changed in ubiquity (Ubuntu): | |
status: | Fix Committed → Triaged |
[patch proposal] add-feature- to-preseed- by-boot- parameters firstboot launches.
150610-
.
Add feature to preseed by using boot parameters at stage 3 (OOBE) installation.
.
The current binary package oem-config does not support the feature to preseed by using boot parameters at stage 3, Out-of-box experience, OOBE. By mimicking the implement of casper, getting boot parameters from /proc/cmdline and apply associated preseed files if any, before oem-config-
.
This feature will benefit oem vendors to perform automatic tests for different known end users with different system configuration but the same skeleton oem-installed system. Thus, end users may have better OOBE experience and system updating support.
.
.
Patch regression risk: Low
.
This patch only add one more case option and the feature is isolated to other features.