From f166038db845595d7022383da1a156968d58e2b1 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sun, 16 Dec 2012 12:55:27 -0300 Subject: [configs/releng] Refactor build.sh: build only dual-iso * This scripts, now runs only in x86_64. * build.sh does not require arguments to run (no more build, clean, purge). * /usr/share split is not done anymore: there are some differences between two arches. (ISO size +60MiB) * /usr/lib/modules split is not done anymore: this was never enabled officially in aitab. Tested and works fine. Maybe some small cosmetic changes needed. Signed-off-by: Gerardo Exequiel Pozzi --- configs/releng/aitab | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configs/releng/aitab') diff --git a/configs/releng/aitab b/configs/releng/aitab index ede4033..b7e9a17 100644 --- a/configs/releng/aitab +++ b/configs/releng/aitab @@ -1,4 +1,3 @@ # -root-image / %ARCH% xz ext4 50% -usr-lib-modules /usr/lib/modules %ARCH% xz ext4 50% -usr-share /usr/share any xz ext4 50% +root-image / i686 xz ext4 50% +root-image / x86_64 xz ext4 50% -- cgit v1.2.3-70-g09d2