diff options
Diffstat (limited to 'configs')
-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% |