File: jigit.1

package info (click to toggle)
jigit 1.20-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,796 kB
  • ctags: 624
  • sloc: sh: 10,437; ansic: 5,866; perl: 566; makefile: 129
file content (39 lines) | stat: -rw-r--r-- 1,398 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH JIGIT 1 "September 2004" "Jigit jigdo tools"
.SH NAME
jigit \- Easy CD download tool
.SH SYNOPSIS
.B jigit
<distribution>
.SH DESCRIPTION
.PP
jigit will automatically download the files needed to create a
Debian/Ubuntu CD, using as many files available locally as possible
before downloading any that are missing.
.PP
Configure jigit by editing /etc/jigit.conf or $HOME/.jigit.conf. The
two settings that matter are:
.TP
.B HOST
The base URL of the jigit update site.
.TP
.B TMPDIR
Where jigit should store its temporary files. These may take up a LOT
of space!
.SH "HOW IT WORKS"
jigit will download a configuration file from the remote host, along
with jigdo and template files. It will scan your machine for any of
the files it requires (e.g. in the apt cache), including any old
CDs that you may have - simply tell it where to look when it asks.
If any files are missing, jigit will download them. Once all files
are available, jigit will build a new ISO image to match the one you
would have downloaded.
.SH "SEE ALSO"
\fBjigdo-file\fP(1), \fBjigdump\fP(1), \fBjigsum\fP(1) and \fBmkimage\fP(1).
.SH "COPYRIGHT"
Copyright 2004 Steve McIntyre (steve@einval.com)
.PP
jigit may be copied under the terms and conditions of version 2
of the GNU General Public License, as published by the Free
Software Foundation (Cambridge, MA, USA).
.SH "AUTHOR"
Written by Steve McIntyre (steve@einval.com)