sealingtech / CLIP

SealingTech's Certifiable Linux Integration Platform
9 stars 12 forks source link

Allow bootstrap script to be run without user interaction #67

Open qswain2 opened 8 years ago

qswain2 commented 8 years ago

The bootstrap script requires user interaction in order to setup the locations of repos. It would be awesome if the script could be run using a configuration file or options that would make capable of being run by something that isn't a person like build servers.

qswain2 commented 8 years ago

The script can be runwithout prompting the user, but running bootstrap.sh from a script errors out because a tty is required for the command that requires sudo. Should we just require that the script is executed with sudo?

qswain2 commented 8 years ago

This should be resolved on the 7 branch I guess this will be closed when this goes to next or master?