blob: 5e3f8cf2e2a65727ce39b70fc1e8a6678959dd20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/bash
#
# This is a (placeholder for a) wrapper script
#
# The script expects a number of options, and with them it will first call
# 'create-boot-floppy' and next 'adapt-ks-template'
#
# The results of both scripts will be made available for download, and will be
# able to bootstrap a (CentOS 7) instance up to, and possibly including,
# cosmos+puppet bootstrap
|