diff options
Diffstat (limited to 'adapt-ks-template')
-rwxr-xr-x | adapt-ks-template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/adapt-ks-template b/adapt-ks-template new file mode 100755 index 0000000..db8ce3a --- /dev/null +++ b/adapt-ks-template @@ -0,0 +1,7 @@ +#!/bin/bash +# +# This is just a placeholder for a script which will be called with some +# options, and create a kickstart config froma template using those options. +# +# The kickstart config will then be placed somewhere, where it can be pulled +# by the installer |