Creates a .toc file for directories that have backup format file install images. This command is used by the installp command and the install scripts.
inutoc [ Directory ]
The inutoc command creates the .toc file in Directory. If a .toc file already exists, it is recreated with new information. The default installation image Directory is /usr/sys/inst.images. The inutoc command adds table of contents entries in the .toc file for every installation image in Directory.
The installp command and the bffcreate command call this command automatically upon the creation or use of an installation image in a directory without a .toc file.
Item | Description |
---|---|
INUBADIR | Usage error or Directory did not specify a directory. |
INUCHDIR | Unable to change directories to Directory. |
INUCRTOC | Could not create the .toc file. |
INUGOOD | No errors occurred. |
INUSYSFL | A system call failed. |
Privilege Control: Only the root user can run this command.
inutoc
inutoc /tmp/images
Item | Description |
---|---|
/usr/sys/inst.images | The default directory to create a .toc file. |
.toc | The file created by this command in the specified directory. |