diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-18 22:26:08 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-08-18 22:26:08 -0300 |
commit | 0f392d148dd9d7d97ce2e1770b98eecc26c276bc (patch) | |
tree | 381ddfd0704ff0fa2f5cc3b24a7943a19617fc66 /configs/releng | |
parent | 61114497b219efa865ae2ecda414e23a689a66bd (diff) | |
download | archiso32-0f392d148dd9d7d97ce2e1770b98eecc26c276bc.tar.xz |
[configs/releng] Set /lib/modules with 50% of free space
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng')
-rw-r--r-- | configs/releng/aitab.core | 2 | ||||
-rw-r--r-- | configs/releng/aitab.netinstall | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configs/releng/aitab.core b/configs/releng/aitab.core index 5a54bec..6d10a75 100644 --- a/configs/releng/aitab.core +++ b/configs/releng/aitab.core @@ -1,6 +1,6 @@ # <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size> 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% repo-core-%ARCH% /repo/core/%ARCH% %ARCH% xz none 0 repo-core-any /repo/core/any any xz none 0 diff --git a/configs/releng/aitab.netinstall b/configs/releng/aitab.netinstall index 26733d2..2231154 100644 --- a/configs/releng/aitab.netinstall +++ b/configs/releng/aitab.netinstall @@ -1,4 +1,4 @@ # <img> <mnt> <arch> <sfs_comp> <fs_type> <fs_size> 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% |