~ubuntu-branches/ubuntu/quantal/silo/quantal

« back to all changes in this revision

Viewing changes to docs/README.tilo

  • Committer: Bazaar Package Importer
  • Author(s): Fabio M. Di Nitto
  • Date: 2007-10-25 09:28:08 UTC
  • mfrom: (15.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071025092808-1yhj12t7s4zqsfu5
Tags: 1.4.13a+git20070930-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Build with -fno-stack-protector.
  - Change silo.postinst to automatically update the boot block without
    invoking siloconfig and keep asking questions on upgrades.
  - Convert silo.conf to use /dev/disk/by-uuid.
  - Ubuntu maintainer foobar.
  - Fix debian/rules call to dh_installdocs.
  - Drop the requirement of gcc-4.1 and start using default gcc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
                                T I L O
 
2
                        (Trivial Image LOader)
 
3
                        ----------------------
 
4
                         Jan Vondrak (C) 1998
 
5
                         Ben Collins (C) 2001
 
6
 
 
7
This is a tool for building a simple TFTP boot loader which embodies
 
8
several kernel images for different Sun architectures and a ramdisk root
 
9
image. To minimize memory usage, the images are gzipped. After starting
 
10
the boot loader, the architecture is detected,  the appropriate kernel is
 
11
unpacked and then the booting procedure is launched.
 
12
 
 
13
How to build the boot image:
 
14
 
 
15
1. Prepare a kernel image for each supported architecture (in the ELF
 
16
   format, uncompressed). Currently TILO expects atleast one sun4u or
 
17
   sun4cdm kernel. You can only supply one of each kind. It will be
 
18
   possible to add Sun4 support in the future as well.
 
19
 
 
20
2. Prepare a root image for the initial ramdisk. It can be compressed, or
 
21
   raw. Tilo will compress it if needed.
 
22
 
 
23
3. Run the "tilo" script with the following parameters:
 
24
 
 
25
tilo [ -o output ] <kernel images> <root image>
 
26
 
 
27
A boot image will be created which contains everything necessary to boot on
 
28
each architecture.
 
29
 
 
30
This code can be used and distributed freely under the GNU General Public
 
31
License (see COPYING).
 
32
 
 
33
Please address any comments or bug reports to:
 
34
 
 
35
        silo-general@lists.sparc-boot.org
 
36
 
 
37
Enjoy!