summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbencollins <tailor@grayson>2001-05-25 14:52:03 -0400
committerBen Collins <bcollins@ubuntu.com>2006-06-01 13:17:39 -0400
commit66a71189e8131c645d1d2815421f05a1d2da3ee0 (patch)
tree46c16cc741fa493f609d5dab933e1def1e72f33a
parent97e8225ccd43f309bc7dd5e4b81131f942039b7b (diff)
downloadsilo-66a71189e8131c645d1d2815421f05a1d2da3ee0.tar.gz
[silo @ 16]
Update info#
-rw-r--r--man/tilo.132
1 files changed, 12 insertions, 20 deletions
diff --git a/man/tilo.1 b/man/tilo.1
index cc1c925..2583df5 100644
--- a/man/tilo.1
+++ b/man/tilo.1
@@ -3,15 +3,14 @@
.\" This file was written by Eric Delaunay <delaunay@debian.org>.
.\" It is just a transcript of the README file from tilo-0.2.
.\"
-.TH TILO 1 "1998" "tilo"
+.TH TILO 1 "2001" "tilo"
.SH NAME
tilo \- Trivial Image LOader
.SH SYNOPSIS
.B tilo
-.I <Sun4c/m/d kernel>
-.I <Sun4u kernel>
+.I [-o output]
+.I <elf kernel images>
.I <root image>
-.I <TILO image>
.SH DESCRIPTION
.BI tilo
is a tool for building a simple TFTP boot loader
@@ -24,20 +23,16 @@ booting procedure is launched.
.PP
.SH OPTIONS
.TP
-.I <Sun4c/m/d kernel>
-the kernel for Sun4c/m/d architecture (in ELF format)
-.TP
-.I <Sun4u kernel>
-the kernel for Sun4u (ultrasparc) architecture (in ELF format)
+.I <elf kernel images>
+A list of either a single sun4cdm or sun4u image, or one of each.
.TP
.I <root image>
the initial ramdisk image to append to the kernel image. It could be
compressed as well
.TP
-.I <TILO image>
-TFTP boot image name as result of
-.B tilo
-command.
+.I <-o output>
+The name of the output file to write the TILO image to. If not specified,
+it will be \fBtftpboot.img\fR.
.PP
A boot image will be created which contains everything
necessary to boot on each architecture.
@@ -48,12 +43,9 @@ is an internal command used by the
script. There is no need to use it directly.
.SH AUTHOR
.B tilo
-has been written by Jan Vondrak <jvon4518@barbora.mff.cuni.cz>.
+has been written by Jan Vondrak <jvon4518@barbora.mff.cuni.cz> and is now
+maintained by Ben Collins <bcollins@debian.org>.
.SH AVAILABILITY
.B tilo
-is available for anonymous ftp from sunsite.mff.cuni.cz in
-/OS/Linux/Non-x86/Sparc/local/ultrapenguin-1.1.9/sparc/misc/src/trees/tilo-0.2.
-.SH SEE ALSO
-.BR piggyback (1),
-.BR piggyback64 (1),
-.BR elftoaout (1)
+is available with the SILO package from
+http://silo.sourceforge.net/.