
Add a new command, queue, to replace the old syntax in config/scripts.*. Convert all config files to use the new syntax. Previously, the scripts used hardcoded directory code words: scripts for $SCRIPTS_DIR, osbash for $SCRIPTS_DIR/osbash. With the new syntax, the argument is just a relative path inside $SCRIPTS_DIR. This makes it easier to add (e.g. distribution-specific) directories. The new syntax makes also explicit that the command is used to queue files for later execution. Change-Id: I414b05785ad322e82f3bf3a38f3374d0e6c45c6c
This directory contains bash libraries used by scripts.
Configuration files for kickstart (Fedora) and preseed (Ubuntu) are in osbash/netboot.
The vagrant-ssh-keys from the Vagrant project can be automatically installed into osbash VMs to make them accessible like Vagrant VMs without having to install yet another set of ssh keys.
The templates used to build Windows batch files are in the wbatch subdirectory.