[configs/releng] Set /lib/modules with 50% of free space

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-08-18 22:26:08 -03:00
parent 61114497b2
commit 0f392d148d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size> # <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size>
root-image / %ARCH% xz ext4 50% root-image / %ARCH% xz ext4 50%
lib-modules /lib/modules %ARCH% xz ext4 10% lib-modules /lib/modules %ARCH% xz ext4 50%
usr-share /usr/share any xz ext4 50% usr-share /usr/share any xz ext4 50%
repo-core-%ARCH% /repo/core/%ARCH% %ARCH% xz none 0 repo-core-%ARCH% /repo/core/%ARCH% %ARCH% xz none 0
repo-core-any /repo/core/any any xz none 0 repo-core-any /repo/core/any any xz none 0

View File

@ -1,4 +1,4 @@
# <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size> # <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size>
root-image / %ARCH% xz ext4 50% root-image / %ARCH% xz ext4 50%
lib-modules /lib/modules %ARCH% xz ext4 10% lib-modules /lib/modules %ARCH% xz ext4 50%
usr-share /usr/share any xz ext4 50% usr-share /usr/share any xz ext4 50%