Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
instigator
command
Command instigator is a network install server for SGI IRIX systems, serving install sets assembled from untouched CD images over BOOTP, TFTP, and rsh.
|
Command instigator is a network install server for SGI IRIX systems, serving install sets assembled from untouched CD images over BOOTP, TFTP, and rsh. |
|
Package dvh reads the SGI disk volume header ("dvh"): the 512-byte label at block 0 of SGI disks and CD images, holding a directory of raw boot files (sash, fx, ide) and the partition table.
|
Package dvh reads the SGI disk volume header ("dvh"): the 512-byte label at block 0 of SGI disks and CD images, holding a directory of raw boot files (sash, fx, ide) and the partition table. |
|
Package efs reads the SGI EFS filesystem: 512-byte basic blocks, 128-byte inodes grouped in cylinder groups, extent-mapped files.
|
Package efs reads the SGI EFS filesystem: 512-byte basic blocks, 128-byte inodes grouped in cylinder groups, extent-mapped files. |
|
efstest
Package efstest builds tiny synthetic EFS images for tests.
|
Package efstest builds tiny synthetic EFS images for tests. |
|
internal
|
|
|
bootp
Package bootp answers RFC 951 BOOTP requests for explicitly configured clients and nobody else.
|
Package bootp answers RFC 951 BOOTP requests for explicitly configured clients and nobody else. |
|
capture
Package capture is instigator's opt-in install recorder.
|
Package capture is instigator's opt-in install recorder. |
|
config
Package config parses instigator's YAML configuration into validated, strongly typed values: addresses as netip types, MACs parsed, service toggles and ports defaulted.
|
Package config parses instigator's YAML configuration into validated, strongly typed values: addresses as netip types, MACs parsed, service toggles and ports defaulted. |
|
instcmd
Package instcmd executes the shell session IRIX inst opens over rsh.
|
Package instcmd executes the shell session IRIX inst opens over rsh. |
|
instscript
Package instscript generates the IRIX inst(1M) command file that instigator serves alongside the configured install sets.
|
Package instscript generates the IRIX inst(1M) command file that instigator serves alongside the configured install sets. |
|
logging
Package logging is instigator's leveled log output: ERROR/WARN/INFO/ DEBUG lines with ISO8601 timestamps, built on log/slog.
|
Package logging is instigator's leveled log output: ERROR/WARN/INFO/ DEBUG lines with ISO8601 timestamps, built on log/slog. |
|
nfsexport
Package nfsexport adapts a standard io/fs filesystem to nfs.FS.
|
Package nfsexport adapts a standard io/fs filesystem to nfs.FS. |
|
serve
Package serve wires the configured services over one install-set tree: bootp answers the configured MACs, tftp and rsh serve the tree, every protocol filters to the configured client IPs.
|
Package serve wires the configured services over one install-set tree: bootp answers the configured MACs, tftp and rsh serve the tree, every protocol filters to the configured client IPs. |
|
source
Package source fetches, unpacks and detects install media referenced by a local path or an http(s) URL, presenting each as a read-only io/fs.FS.
|
Package source fetches, unpacks and detects install media referenced by a local path or an http(s) URL, presenting each as a read-only io/fs.FS. |
|
tftp
Package tftp is a read-only RFC 1350 TFTP server shaped for SGI PROMs: 512-byte blocks by default (RFC 2347/2348/2349 options when a client negotiates them), transfer sockets bound inside a configurable low port range (PROMs ignore transfers from high source ports), block counter rollover for files past 32MB, and tolerance for paths with or without a leading slash.
|
Package tftp is a read-only RFC 1350 TFTP server shaped for SGI PROMs: 512-byte blocks by default (RFC 2347/2348/2349 options when a client negotiates them), transfer sockets bound inside a configurable low port range (PROMs ignore transfers from high source ports), block counter rollover for files past 32MB, and tolerance for paths with or without a leading slash. |
|
vfs
Package vfs assembles the read-only filesystem instigator exports: one logical install set per configured name, each the ordered merge of its layers - SGI CD images opened in place and pre-extracted directories - plus the files instigator generates in memory.
|
Package vfs assembles the read-only filesystem instigator exports: one logical install set per configured name, each the ordered merge of its layers - SGI CD images opened in place and pre-extracted directories - plus the files instigator generates in memory. |
|
Package nfs is a read-only NFSv2 server over UDP with the portmap and mount protocols beside it, aimed at clients no modern server still speaks to: an SGI PROM miniroot mounts its install distribution over NFSv2/UDP.
|
Package nfs is a read-only NFSv2 server over UDP with the portmap and mount protocols beside it, aimed at clients no modern server still speaks to: an SGI PROM miniroot mounts its install distribution over NFSv2/UDP. |
|
Package rcmd serves the BSD rcmd protocol, the wire format behind rsh: the client connects to TCP port 514 from a reserved port, sends an ASCII stderr port number and three NUL-terminated strings (remote user, local user, command), and the server answers with a single zero byte before streaming the command's stdout on the connection.
|
Package rcmd serves the BSD rcmd protocol, the wire format behind rsh: the client connects to TCP port 514 from a reserved port, sends an ASCII stderr port number and three NUL-terminated strings (remote user, local user, command), and the server answers with a single zero byte before streaming the command's stdout on the connection. |
Click to show internal directories.
Click to hide internal directories.