Prompts During Installation of Filesystem from Debian
| Interactive Prompt | Acceptable Input | Default | Trigger | Instructions | Silent Install Variable Bypass Criteria | 
|---|---|---|---|---|---|
| Please input NV_WORKSPACE path. NV_WORKSPACE: Path where DRIVEOS SDK is installed | Valid Unix directory path, ensure input is terminated with a trailing slash. | - | This prompt will be presented to the user to confirm if the following condition is met unless the silent install variable criteria has been set with the appropriate value. ${NV_WORKSPACE} is not defined in the environment. | This prompt is required to be answered to indicate to Debian installation script the location to create filesystem image. | NV_WORKSPACE=<DIRECTORY_PATH> Where <DIRECTORY_PATH> is the valid DRIVE OS LINUX installed directory; ensure this directory path ends with a slash "/". | 
| "<FILEPATH>" already exists, do you wish to replace the img [y/N] ? Where <FILEPATH> is the absolute filepath where the installer is attempting to install filesystem image to. | "y" - yes "n" - no | n (no) | This prompt will be presented to the user to confirm if the following condition is met unless the silent install variable criteria has been set with the appropriate value. File <FILEPATH> already exists. | This prompt is presented to prevent automated destruction of potential existing data. | NV_OVERWRITE_IMAGE=yes Note: It is irrelevant whether ${NV_WORKSPACE} has been set or not because ${NV_WORKSPACE} will be set by prior prompt (above) if not already. | 
| "<SYMLINK_PATH>" symlink already exists, and points to "<SYMLINK_POINTED_PATH>", Do you wish to continue to update the symlink to currently installing rootfs [y/N]? Where: <SYMLINK_PATH> is the absolute symlink path which the installer is attempting to update. <SYMLINK_POINTED_PATH> is the location the existing symlink is pointing to currently. | "y" - yes "n" - no | n (no) | This prompt will be presented to the user to confirm if the following conditions are met unless the silent install variable criteria has been set with the appropriate value. Symlink <SYMLINK_PATH> already exists. | This prompt is presented to prevent automated destruction of potential existing data. | NV_OVERWRITE_SYMLINK=yes |