0002-Partman-recipe-specific-for-horus.diff
| horus.recipe | ||
|---|---|---|
| 1 |
500 10000 1000000000 ext4 |
|
| 2 |
$lvmok{ }
|
|
| 3 |
method{ format } format{ }
|
|
| 4 |
use_filesystem{ } filesystem{ ext4 }
|
|
| 5 |
label{ /home } mountpoint{ /home }
|
|
| 6 |
options/usrquota{ usrquota }
|
|
| 7 |
options/grpquota{ grpquota }
|
|
| 8 |
options/user_xattr{ user_xattr }
|
|
| 9 |
options/acl{ acl }
|
|
| 10 |
. |
|
| 11 |
# http://git.debian.org/?p=d-i/partman-base.git;a=tree |
|
| 12 |
## /usr |
|
| 13 |
# A full desktop is about 2.5GB |
|
| 14 | ||
| 15 |
## /var |
|
| 16 |
# /var hold cache of apt, let it huge |
|
| 17 | ||
| 18 |
## /var/log |
|
| 19 |
# 1GB of log, it begins to be really serious |
|
| 20 |
# Eole team can forget the 3GB :-) |
|
| 21 | ||
| 22 |
## /tmp |
|
| 23 |
# enought ? even for interbase ? |
|
| 0 |
- |
|