~eugenenuke/ubuntu/wily/console-setup/fix-for-1565542

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Anton Zinoviev
  • Date: 2011-03-29 12:06:14 UTC
  • mto: This revision was merged to the branch mainline in revision 125.
  • Revision ID: james.westby@ubuntu.com-20110329120614-nucwnqqg7rz88508
Tags: 1.72
* README: /etc/getty=>/etc/gettytab
* debian/*.init: source /etc/default/locale to permit autodetection of
  the charmap when console-setup-mini operates without configuration
  file.
* debian/*.init: do not test whether we are on the console, there are
  better tests inside setupcon.
* setupcon: do not expect the existence of 'tty' (if /usr is not mounted
  'tty' will be unavailable).  Thanks to Sven Joachim, closes: #619462.
* README.Debian: console-setup-mini no longer installs only a minimal
  set of fonts.  Without configuration file no font will be loaded.
* A little Lintian cleaning:
  - copyright: add the required reference to common-licenses;
  - restore the separate copyright file for bdf2psf;
  - versioned build dependency on debhelper (>=7.2.3~) for dh_bugfiles;
  - standards version 3.9.1;
  - use dh_lintian to install the override file.
* setupcon: new options --save-keyboard and --setup-dir.  Keep them
  undocumented for now.
* setupcon: some bug fixing:
  - the function findfile wouldn't work when setupcon is not run from
    /bin or /usr/local/bin, but from a non-standard location;
  - when working with incomplete information and guessing the font name,
    use [A-WXYZa-wyz] as file pattern for fonts instead of [A-Za-z] (we do
    not want 'x' and in some locales [A-Z] includes 'x').
* Use all-permissive, non-copyleft license for setupcon and ckbcomp-mini.

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
   cat /usr/local/etc/console-setup/termcap >>/etc/termcap
238
238
   cap_mkdb -f /usr/share/misc/termcap /etc/termcap
239
239
 
240
 
The second in order is getty.  Open /etc/getty in a text editor.  This
241
 
file tells getty how to configure different kinds of terminals.  Find
242
 
the lines that look like this:
 
240
The second in order is getty.  Open /etc/gettytab in a text editor.
 
241
This file tells getty how to configure different kinds of terminals.
 
242
Find the lines that look like this:
243
243
 
244
244
  P|Pc|Pc console:\
245
245
          :ht:np:sp#115200:
265
265
There are two changes: first, the terminal name is 'cons25cs-del'
266
266
(this is the value init will assign to the variable TERM) and second,
267
267
init tells getty that the terminal type is Pcd.  Here 'Pcd' is the new
268
 
terminal type you've just defined in /etc/getty.  Instead of
 
268
terminal type you've just defined in /etc/gettytab.  Instead of
269
269
'cons25cs-del' you can use one of the following types:
270
270
'cons25cs-del-m', 'cons30cs-del', 'cons30cs-del-m', 'cons43cs-del',
271
271
'cons43cs-del-m', 'cons50cs-del', 'cons50cs-del-m', 'cons60cs-del' or