~ubuntu-branches/ubuntu/trusty/linuxlogo/trusty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-06-20 09:19:00 UTC
  • mfrom: (4.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080620091900-4xzuv7c7ntxvs7wt
Tags: 5.03-4
* Adding patch to fix FTBFS on s390x.
* Updating to standards 3.8.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
linuxlogo for Debian
2
2
--------------------
3
3
 
4
 
This is the Debian GNU/Linux prepackaged version of linux_logo, a color
5
 
ANSI penguin logo for Linux. It displays the Debian GNU/Linux logo at system
6
 
boot time (the default) or at the terminal login prompt.
7
 
 
8
 
Linux_logo 3.0 (and later) includes a custom cpuinfo format option. Use this
9
 
new option if your cpuinfo doesn't look right.
10
 
 
11
 
Installation
12
 
------------
13
 
 
14
 
Previous versions of linuxlogo would modify the /etc/issue file so that the
15
 
selected logo would display at the login prompt. Since this was a policy
16
 
violation (/etc/issue belongs to another Debian package) the Debconf selection
17
 
was dropped.
18
 
 
19
 
Users that want to show the logo in the login files have to manually
20
 
edit configuration files for this. You have several options:
21
 
 
22
 
- (Recommended) Manually /etc/inittab:
23
 
  Add '-f /etc/issue.linuxlogo' to the getty lines in /etc/inittab for
24
 
  each terminal that will display Linuxlogo at the login prompt. For an
25
 
  ASCII logo use /etc/issue.linuxlogo.ascii. The line:
26
 
        1:2345:respawn:/sbin/getty 38400 tty1
27
 
  becomes:
28
 
        1:2345:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty1
29
 
 
30
 
- Edit /etc/pam.d/login
31
 
  Change the (commented) issue definition:
32
 
     # auth       required   pam_issue.so issue=/etc/issue
33
 
  to:
34
 
     auth       required   pam_issue.so issue=/etc/issue.linuxlogo
35
 
 
36
 
Note: In old Debian releases you can also adjust the ISSUE_FILE definition
37
 
in /etc/login.defs
38
 
 
39
 
You *cannot* make a symlink (or a diversion) from /etc/issue to the
 
4
Old versions of linuxlogo have modified /etc/issue file so that the selected
 
5
logo would display at the login prompt. Since this was a policy violation
 
6
(/etc/issue belongs to another Debian package) the Debconf selection was
 
7
dropped.
 
8
 
 
9
Users that want to show the logo in the login files have to manually edit
 
10
configuration files for this. You have several options:
 
11
 
 
12
  * (Recommended) Manually /etc/inittab:
 
13
 
 
14
    Add '-f /etc/issue.linuxlogo' to the getty lines in /etc/inittab for each
 
15
    terminal that will display Linuxlogo at the login prompt. For an ASCII logo
 
16
    use /etc/issue.linuxlogo.ascii. The line:
 
17
 
 
18
        1:2345:respawn:/sbin/getty 38400 tty1
 
19
 
 
20
    becomes:
 
21
 
 
22
        1:2345:respawn:/sbin/getty -f /etc/issue.linuxlogo 38400 tty1
 
23
 
 
24
  * Edit /etc/pam.d/login
 
25
 
 
26
    Change the (commented) issue definition:
 
27
 
 
28
        # auth  required        pam_issue.so issue=/etc/issue
 
29
 
 
30
    to:
 
31
 
 
32
        auth    required        pam_issue.so issue=/etc/issue.linuxlog
 
33
 
 
34
    Note: In old Debian releases you can also adjust the ISSUE_FILE definition
 
35
    in /etc/login.defs
 
36
 
 
37
You *can not* make a symlink (or a diversion) from /etc/issue to the
40
38
/etc/issue.linuxlogo files, if you do so the /etc/init.d/linuxlogo script will
41
39
fail as it uses /etc/issue to update the linuxlogo files.
42
40
 
43
 
History
44
 
-------
45
 
 
46
 
linuxlogo was first packaged by Christoph Lameter <clameter@debian.org>
47
 
and was converted to debhelper by Karl M. Hegbloom <karlheg@debian.org>.
48
 
This version was packaged by Khalid El Fathi <invent@edena-fr.org>, from
49
 
sources obtained at:
50
 
 
51
 
        http://www.deater.net/weave/vmwprod/linux_logo/
52
 
 
53
 
The changes made beyond the addition of the Debian control files
54
 
include:
55
 
 
56
 
        * Addition of color and ascii Debian logos.
57
 
        * Changing the default logo to the Debian logo.
58
 
 
59
 
The Official Linux_Logo Homepage can be found at:
60
 
 
61
 
        http://www.deater.net/weave/vmwprod/linux_logo/
62
 
 
63
 
 -- Khalid El Fathi <invent@edena-fr.org>, Thu, 25 Nov 2004 22:07:39 +0100
 
41
 -- Khalid El Fathi <invent@edena-fr.org>  Thu, 25 Nov 2004 22:07:39 +0100