+branch/ubiquity

« back to all changes in this revision

Viewing changes to debian/control

We now use a single-stage installer, so we can no longer hook into ...
* We now use a single-stage installer, so we can no longer hook into
  base-config. Add a udeb instead which provides instructions on what to
  do after the first boot, and add an oem-config-prepare program which
  should be run by the OEM once they have completed any necessary
  modifications. Note that this means that the system is no longer
  prepared for the end-user until oem-config-prepare is manually run
  (closes: Malone #28095).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
Package: oem-config
9
9
Architecture: all
10
 
Depends: debconf (>= 1.4.52), debconf-utils, base-config, oem-config-keyboard, oem-config-locale, ${python:Depends}, python-gtk2, python-glade2
 
10
Depends: debconf (>= 1.4.52), debconf-utils, oem-config-keyboard, oem-config-locale, ${python:Depends}, python-gtk2, python-glade2
11
11
Recommends: hwdb-client
12
12
Description: Perform end-user configuration after initial installation
13
13
 The oem-config script re-asks a number of questions that are normally asked
15
15
 vendor to install a skeleton system, clone it onto a large number of
16
16
 machines, and ship it to end users, while still allowing end users to set
17
17
 up their own username and password, language, timezone, and so on.
18
 
 .
19
 
 If this package is installed while base-config is run at the end of an
20
 
 installation, then the system will automatically be configured to run
21
 
 oem-config the next time it boots.
 
18
 
 
19
Package: oem-config-udeb
 
20
XC-Package-Type: udeb
 
21
Architecture: all
 
22
Section: debian-installer
 
23
Depends: cdebconf-udeb
 
24
Description: Prepare for end-user configuration after initial installation