1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
Source: oem-config
Section: admin
Priority: extra
Maintainer: Colin Watson <cjwatson@ubuntu.com>
Build-Depends-Indep: debhelper (>= 4.0.0), po-debconf, python
Standards-Version: 3.6.2
Package: oem-config
Architecture: all
Depends: debconf (>= 1.4.52), debconf-utils, oem-config-keyboard, oem-config-locale, ${python:Depends}, python-gtk2, python-glade2
Recommends: hwdb-client
Description: Perform end-user configuration after initial installation
The oem-config script re-asks a number of questions that are normally asked
during installation, and reconfigures the system accordingly. This allows a
vendor to install a skeleton system, clone it onto a large number of
machines, and ship it to end users, while still allowing end users to set
up their own username and password, language, timezone, and so on.
Package: oem-config-udeb
XC-Package-Type: udeb
Architecture: all
Section: debian-installer
Depends: cdebconf-udeb
Description: Prepare for end-user configuration after initial installation
|