X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fhv-install-1;fp=stage0%2Fhv-install-1;h=72fb50be0fbbbf66b98a3627095a2b4e85017113;hb=d0406e3d6f1151a689207d154f7de6fdd61a4715;hp=8b69a4ab25dd9ef1d0a91596a302a1734f3a5175;hpb=4764a3fcf7c824f580140f1226b6d0718f7cef9c;p=hvlinux.git diff --git a/stage0/hv-install-1 b/stage0/hv-install-1 index 8b69a4a..72fb50b 100755 --- a/stage0/hv-install-1 +++ b/stage0/hv-install-1 @@ -4,6 +4,9 @@ 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 @@ -12,6 +15,7 @@ rscr mult "Creating HVLinux version file" create-version # 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