File texlive-import.8 of Package texlive-bin
.\"
.\"
.TH texlive-import 8 "October22, 2007" "Version 0.2" "Utility for TeXLive"
.\"
.UC 8
.SH NAME
.\"
texlive-import \- Utility for TeXLive integration over NFS
.SH SYNOPSIS
.\"
.B texlive-import TeXLive_NFS_server
.RB [\| \-i \||\| \-d ]
.RB [\| \-o " " mount_options ]
.RB [\| \-m " " machine_binary_type ]
.\" Die Beschreibung
.SH DESCRIPTION
The script
.B texlive-import
helps at the integration of a remote TeXLive
system into the local system over NFS.
.\"
.SS General Options
.TP
.IR TeXLive_NFS_server
This is the name or IP address of the NFS server providing
the TeXLive system.
.TP
.IR \-i
Integrate the TeXLive system (default). After mounting
and setting all required symbolic links upto four
lines are written to standard out. These lines should
be added to
.BR /etc/fstab .
.TP
.IR \-d
Deintegration of the TeXLive system. After removing
all required symbolic links and unmounting the TeXLive system
a few lines are written to standard out. These lines
should be removed from
.BR /etc/fstab .
.TP
.IR \-o\ mount_options
Use these mount options instead of the default
.IR exec,nosuid,nodev,hard,bg,intr,rsize=8192,wsize=8192 .
.TP
.IR \-m\ machine_binary_type
Use this machine binary type. Default is
.IR arch-system .
Some example: i386-linux, x86_64-linux.
If other an architecture type for the binaries is required on the
current client, this can be installed
.B on
the NF server with e.g.
.sp 1
.in +1c
.nf
rpm --excludepath=/usr/bin --ignorearch --nodeps --force -Uhv texlive-bin-*<version>.<arch>.rpm
.fi
.in -1c
.sp 1
with
.B <version>
the same version installed natively on the server and with
.B <arch>
the required architecture type of the client.
.IP
.\"
.SH EXAMPLE
.PP
.B texlive-import tex.mydomain
.\"
.SH FILES
.BR /usr/lib/texmf/ ,
.br
.BR /usr/share/texmf/ ,
.br
.BR /var/lib/texmf/ ,
.br
.BR /var/cache/fonts/ ,
.br
.BR /etc/texmf/
.\"
.SH SEE ALSO
.BR fstab (8),
.BR mount (8),
.BR nfs (8).