diff --git a/common.recipe b/common.recipe
new file mode 100644
index 0000000..dc3b487
--- /dev/null
+++ b/common.recipe
@@ -0,0 +1,30 @@
+512 1024 300% linux-swap
+              method{ swap } format{ }
+     .
+300 500 750 ext4
+              $primary{ } $bootable{ }
+              method{ format } format{ }
+              use_filesystem{ } filesystem{ ext4 }
+              label{ /boot } mountpoint{ /boot }
+     .
+1500 2500 3500 ext4
+              $lvmok{ }
+              method{ format } format{ }
+              use_filesystem{ } filesystem{ ext4 }
+              label{ / } mountpoint{ / }
+     .
+3000 6000 9000 ext4
+              $lvmok{ }
+              method{ format } format{ }
+              use_filesystem{ } filesystem{ ext4 }
+              label{ /var } mountpoint{ /var }
+     .
+700 1500 2000 ext4
+              $lvmok{ }
+              method{ format } format{ }
+              use_filesystem{ } filesystem{ ext4 }
+              label{ /tmp } mountpoint{ /tmp }
+              options/nosuid{ nosuid }
+              options/nodev{ nodev }
+              options/noexec{ noexec }
+     .
-- 
1.7.4.1

