diff options
Diffstat (limited to 'tools/write-mime-multipart')
-rwxr-xr-x | tools/write-mime-multipart | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/write-mime-multipart b/tools/write-mime-multipart index d7ce0992..6466c3ff 100755 --- a/tools/write-mime-multipart +++ b/tools/write-mime-multipart @@ -25,7 +25,8 @@ starts_with_mappings={ '#!' : 'text/x-shellscript', '#cloud-config' : 'text/cloud-config', '#upstart-job' : 'text/upstart-job', - '#part-handler' : 'text/part-handler' + '#part-handler' : 'text/part-handler', + '#cloud-boothook' : 'text/cloud-boothook' } def get_type(fname,deftype): |