tonywhitmore.co.uk  

      blog : gallery : wiki : articles : projects : shell scripts : wallpaper : cv : links :
 Project Homepage

Linux_logo

Preparation

  1. Download the Linux_logo source code from www.deater.net/weave/vmwprod/linux_logo.
  2. Download the Gettext source code from www.gnu.org/directory/gettext.html.
  3. Download the Linux_logo compatible Core Linux Logo from here.
  4. Burn the files linux_logo-4.05.tar.gz, gettext-0.11.5.tar.gz and core.logo to a CD. This page assumes that the subdirectory /apps is used for the files. The CD-ROM can be a multi-session disk.

Give me more details on this

Booting

  1. Boot your Core Linux PC.
  2. Login as root. You will need to enter the password at the prompt.

Give me more details on this

Extract the source

  1. Place the CD-R in the CD-ROM drive. Mount the CD-ROM drive under /mnt/cdrom.
  2. Change to the /apps directory on the CD-R.
  3. Copy the files linux_logo-4.05.tar.gz, gettext-0.11.5.tar.gz and core.logo to the directory /usr/src.
  4. Change to the /usr/src directory and extract the source from the files linux_logo-4.05.tar.gz and gettext-0.11.5.tar.gz.

Give me more details on this

Configure and compile Gettext

  1. Change to the /usr/src/gettext-0.11.5 directory.
  2. Run the ./configure script.
  3. Run the make program.
  4. Run the make program with the argument install.

Give me more details on this

Prepare your system

  1. Change to the /usr/src directory.
  2. Move the core.logo file to the directory /usr/src/linux_logo-4.05/logos/distributions.
  3. Add the directory /usr/local/bin to the $PATH enviroment variable.
  4. In order to activate the changes to the $PATH enviroment variable, you will have to logout and log back in again.

Give me more details on this

Configure and compile Linux_logo

  1. Change to the /usr/src/linux_logo-4.05 directory.
  2. Edit the logo_config file to read:
    ./logos/distributions/core.logo
  3. Run the make program.
    • At the prompt enter:
      make
    • Run the make program with the argument install.

Give me more details on this

Initial Testing

  1. Test the linux_logo program using linux_logo -classic.
  2. Test the linux_logo program in ASCII mode using linux_logo -a -classic.

Give me more details on this

Automatic Updating

  1. Append the following line to the /etc/rc.d/rc.mu file:
    /usr/local/bin/linux_logo -c > /etc/issue

Give me more details on this

Creative Commons License
The text of this page is licensed under a Creative Commons License.


Valid CSS!     Valid HTML 4.0!     Valid RSS
Original design © For oswd.org by SquireCD