diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-27 00:13:16 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-27 00:13:16 -0400 |
commit | cfa764e5244257025bac2d353dd71b7ff8da6bc4 (patch) | |
tree | 17ea8984ef7e71f3972ca5f19b905a66a801677c /hyra-build.sh | |
parent | 15b5407eb1e5c228aa9704f8ab8321742a48c113 (diff) |
build: Clean stage 1 on two stage builds
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'hyra-build.sh')
-rwxr-xr-x | hyra-build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hyra-build.sh b/hyra-build.sh index 4766261..e06afec 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -85,6 +85,11 @@ gen_isofs() { # Stage 1 - build production media #################################### stage1() { + if [[ $install_flag == "true" ]] + then + make clean + fi + iso_root_skel sysroot_skel |