From 5609e53ca16d1c86f1d280abe4e6acf4603ea112 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 29 Jun 2024 15:37:23 -0300 Subject: [PATCH] stages: 2/04-iso: Do not include kernel build/source tree in the LiveCD MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit I don't see the point of including the sources or the kernel build in the Live part. This will help to reduce the size and reduce the time in creating the LiveCD... Signed-off-by: Matías Fonzo --- stages/2/04-iso | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/stages/2/04-iso b/stages/2/04-iso index 67630390..f4e0d2f0 100755 --- a/stages/2/04-iso +++ b/stages/2/04-iso @@ -1,7 +1,7 @@ # Build script to compose the Live CD image. # # Copyright (c) 2017 MMPG. -# Copyright (c) 2017-2023 Matias Fonzo . +# Copyright (c) 2017-2024 Matias Fonzo . # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -129,10 +129,7 @@ EXCLUDED_PATHS_COMMON=" ./root/.ash_history \ ./*-log* \ ./usr/src/qi \ - ./usr/bin/build-for-release -" -EXCLUDED_PATHS_CD=" - $EXCLUDED_PATHS_COMMON \ + ./usr/bin/build-for-release \ ./usr/pkg/kernel-buildtree-* \ ./usr/src/linux-* " -- 2.11.4.GIT