Table 4-5 SSTK Command Line Options (continued)DescriptionSSTK OptionSpecifies the network share or device that hosts the repository:nfs—[hostname|IP]:/directoryUSB—/dev/devicenamessstk_mount=filenamePasses extra parameters to the mount command.ssstk_mount_options=stringSpecifies the name of main launch script.ssstk_script=filenameSpecifies the default response to the toolkit launch script prompt (readhwconfig,bash, capture, deploy, or linux).ssstk_action=stringReports the VESA/PCI bus speed in MHz to the IDE driver, where xx is between20 and 66 inclusive. It is used when tuning chipset PIO modes. For a PCI bus, 25is used for P75 system, 30 is used for P90, P120, P180 systems, and 33 is used forP100, P133, P166 systems. If in doubt, use idebus=33 for PCI.idebus=xxEdit the sample elilo.conf file included in the SSTK software package to match yourdeployment. Here is an annotated example of a working elilo.conf file:• The prompt forces interactive mode and the timeout waits for 30 seconds.prompttimeout=300• The first (default) entry boots the server to Linux and opens a console (label=linux). Tochange the default elilo boot configuration, insert at the top the option default=LABEL.For example, default=nfs-sample.image=linuxlabel=linuxinitrd=rootfs.gzroot=/dev/ramappend=”rw ramdisk_size=524288 idebus=33”• The following entry boots the main toolkit launch script by getting it from a local partition.The script then read the hardware configuration and writes it to the repository.image=linuxlabel=readhw-linuxinitrd=rootfs.gzroot=/dev/ramappend="rw randisk_size=524288 ssstk_init=/bootstrapssstk_mount=/dev/sda1ssstk_scritp=scripts/main_toolkit_launch.shssstk_action=readhwconfig"• This entry gets the main script from a repository located on an NFS share.image=linuxlabel=nfsinitrd=rootfs.gzroot=/dev/ramappend="rw ramdisk_size=524288 ssstk_init=/bootstrapssstk_mount_type=nfs ssstk_mount=repositoryserver:/nfssharessstk_script=scripts/main_toolkit_launch.sh"• The following entry mounts the repository located on a USB storage device and executesthe main script with the directive to configure the hardware and install Linux.image=linuxlabel=usbinitrd=rootfs.gzroot=/dev/ramappend="rw ramdisk_size=52428836 Setting Up the Toolkit Environment