From 4d02fff37ef1f71c5795ca581672edf8ca6e3915 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 16 Mar 2012 17:40:48 -0300 Subject: [configs/releng] Add new build mode: all This mode allow to build all 6 ISOs in just one step if build type is . So "build.sh build all all" -> (single-i686, single-x86_64, dual) X (netinstall, core). Note that the command is executed between each build step to save space, so do not use this mode if you want to keep all temporal files in work_dir. Signed-off-by: Gerardo Exequiel Pozzi --- README | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'README') diff --git a/README b/README index 9ee367e..57c87e3 100644 --- a/README +++ b/README @@ -239,9 +239,6 @@ used to build official images with much more things. *** Building official Arch Linux live media. (configs/releng) -Note: These steps should be done in 64-bit and build.sh should be executed -on the same build directory or use -w option. - * Install needed packages. # pacman -S git make squashfs-tools libisoburn --needed @@ -249,20 +246,7 @@ on the same build directory or use -w option. # git clone git://projects.archlinux.org/archiso.git # make -C archiso/archiso install -* Build netinstall and core images (32-bit) - # linux32 /usr/share/archiso/configs/releng/build.sh build single all - -* Delete uneeded files (32-bit) - # linux32 /usr/share/archiso/configs/releng/build.sh purge single - -* Build netinstall and core images (64-bit) - # /usr/share/archiso/configs/releng/build.sh build single all - -* Delete uneeded files (64-bit) - # /usr/share/archiso/configs/releng/build.sh purge single - -* Build netinstall and core images (dual 32/64 bit) - # /usr/share/archiso/configs/releng/build.sh build dual all +* Build them! + # /usr/share/archiso/configs/releng/build.sh build all all -* Delete uneeded files (dual 32/64 bit) - # /usr/share/archiso/configs/releng/build.sh purge dual +Note: See build.sh -h for more options. -- cgit v1.2.3-70-g09d2