User Guide
104 Other Installation Options
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
ANSI escape sequences are recognized by the parser within double or
single quotes. For example, '\\', "\n", and '\t' represent a backslash, a new
line, and a tab, respectively.
A NULL character (ASCII value 0) is not allowed anywhere in the file.
Comments
Syntax
; <text>
Description
A comment (semicolon followed by text) exists for documentation purposes
only—it does not invoke a script file operation. Comment characters through
the end of a line are read and discarded.
Example
; THIS IS A COMMENT
Descriptors
@CDName
Syntax
@CDName <name>
Description
@CDName specifies the name of the CD-ROM volume being installed. This
name is passed to CDROM.NLM in a MOUNT command (CD MOUNT
<name>) to mount the CD-ROM as a NetWare volume. This descriptor should
only be used in a script on a CD-ROM. It should not be used in a diskette drive
installation script. Copy CDROM.NLM to the STARTUP directory as
specified in the BOOT fileset.
Example
@CDName NETWARE5
The installation will use the string NETWARE5 when trying to mount the
CD-ROM as a NetWare volume. After successfully loading CDROM.NLM, it
will issue CD MOUNT NETWARE5 at the system console.