X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-1;h=72fb50be0fbbbf66b98a3627095a2b4e85017113;hb=bd4976a460cc6af4da09164c6f1d1581480a9771;hp=cdd70404cfb1b866a9c935c4b6de92a89f8f7ad5;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage0/hv-install-1 b/stage0/hv-install-1 index cdd7040..72fb50b 100755 --- a/stage0/hv-install-1 +++ b/stage0/hv-install-1 @@ -4,13 +4,18 @@ source ../functions/main init_log_file +# This function will exit if the stage is already completed +check_completed_stage + rscr mult "Performing pre-install" pre-install +rscr mult "Creating HVLinux version file" create-version # Logging-in as 'lfs' user, and executing the hv-install-2 script. The # 'su -' command starts with a clean environment and enters the home # directory of the user. su - lfs -c "cd ${PWD}; ./hv-install-2" -echo "Total build time: $(get_total_build_time ${LFS_LOG_FILE})h" +write_completed_stage +display_stage_build_stats exit 0