diff options
author | Jon Clausen <jac@nordu.net> | 2018-07-11 13:26:11 +0200 |
---|---|---|
committer | Jon Clausen <jac@nordu.net> | 2018-07-11 13:26:11 +0200 |
commit | 744ba24aff5b7af05a1c82503653e53a112fe3d6 (patch) | |
tree | 07972f62f404ae0c76c74adde305cc5ce5ab1af9 /prep-boot-floppy-and-ks-config |
added some initial files/placeholders
Diffstat (limited to 'prep-boot-floppy-and-ks-config')
-rwxr-xr-x | prep-boot-floppy-and-ks-config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/prep-boot-floppy-and-ks-config b/prep-boot-floppy-and-ks-config new file mode 100755 index 0000000..5e3f8cf --- /dev/null +++ b/prep-boot-floppy-and-ks-config @@ -0,0 +1,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 + |