diff options
| author | Jon Clausen <jac@nordu.net> | 2018-07-19 15:51:42 +0200 |
|---|---|---|
| committer | Jon Clausen <jac@nordu.net> | 2018-07-19 15:51:42 +0200 |
| commit | 620b89c67f79345fb8882cc02db367d126cac598 (patch) | |
| tree | eee32599deb706052d1934a20ac891953fe0c5ab | |
| parent | c43524794bd6d47806dae3405bcf4abe710075c6 (diff) | |
template option is '--template', not '-T'
| -rwxr-xr-x | prep-boot-floppy-and-ks-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prep-boot-floppy-and-ks-config b/prep-boot-floppy-and-ks-config index 3759e17..add2452 100755 --- a/prep-boot-floppy-and-ks-config +++ b/prep-boot-floppy-and-ks-config @@ -107,7 +107,7 @@ function parse_commadline { shift ;; --template) - TemplateOpt="-T ${2}" + TemplateOpt="--template ${2}" shift ;; *) |
