Add OS specific classes
[snf-image-creator] / image_creator / os_type / netbsd.py
diff --git a/image_creator/os_type/netbsd.py b/image_creator/os_type/netbsd.py
new file mode 100644 (file)
index 0000000..bc81c17
--- /dev/null
@@ -0,0 +1,6 @@
+from image_creator.os_type.unix import Unix
+
+class Netbsd(Unix):
+       pass
+
+# vim: set sta sts=4 shiftwidth=4 sw=4 et ai :