diff --git a/horus.recipe b/horus.recipe
new file mode 100644
index 0000000..a142207
--- /dev/null
+++ b/horus.recipe
@@ -0,0 +1,23 @@
+500 10000 1000000000 ext4
+              $lvmok{ }
+              method{ format } format{ }
+              use_filesystem{ } filesystem{ ext4 }
+              label{ /home } mountpoint{ /home }
+              options/usrquota{ usrquota }
+              options/grpquota{ grpquota }
+              options/user_xattr{ user_xattr }
+              options/acl{ acl }
+      .
+# http://git.debian.org/?p=d-i/partman-base.git;a=tree
+## /usr
+# A full desktop is about 2.5GB
+
+## /var
+# /var hold cache of apt, let it huge
+
+## /var/log
+# 1GB of log, it begins to be really serious
+# Eole team can forget the 3GB :-)
+
+## /tmp
+# enought ? even for interbase ?
-- 
1.7.4.1

