IBM / ibmichroot

A set of scripts to facilitate the use of chroot-based containers for IBM i
MIT License
22 stars 10 forks source link

silent install #48

Closed abmusse closed 6 years ago

abmusse commented 6 years ago

Original report by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).


Allow for the specifying of 'y' to silence prompts and accept the default of 'y' to proceed. Currently it will pause the script and wait for the user to respond. This doesn't work for scenarios that need to be automated.

Example implementation:

chroot_setup -y /QOpenSys/this/dir/already/exists /path/to/chroot_aarons_custom.lst
abmusse commented 6 years ago

Original comment by Aaron Bartell (Bitbucket: aaronbartell, GitHub: aaronbartell).


Implemented in this commit