diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-08-22 13:50:27 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-08-22 13:50:27 +0300 |
commit | 8a9ae4d2bdcced4253cf7d7bda0741970c162913 (patch) | |
tree | 884fefae8dc030c53ca74211bbcb43f09f6890e2 | |
parent | Device functions (diff) | |
download | GSE-8a9ae4d2bdcced4253cf7d7bda0741970c162913.tar.gz GSE-8a9ae4d2bdcced4253cf7d7bda0741970c162913.tar.bz2 GSE-8a9ae4d2bdcced4253cf7d7bda0741970c162913.zip |
Minor change
-rwxr-xr-x | scripts/sinit | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/scripts/sinit b/scripts/sinit index 869f2ec..b025052 100755 --- a/scripts/sinit +++ b/scripts/sinit @@ -173,11 +173,13 @@ _part_b() { # PART B BEGINS _do_hs '\-gpartb' "before" "Part: B" + if _call_hook_points 'PARTB' "gpartb" 'Part: B' "_part_b" "${BWORKDIR}" "$@"; then sinit_flow_monitor "PARTB" else die "Part: B FAILED" fi + _do_hs '\+gpartb' "after" "Part: B" if echo "${_flag_base}" | grep -q 'catalyst'; then @@ -185,12 +187,3 @@ if echo "${_flag_base}" | grep -q 'catalyst'; then elif echo "${_flag_base}" | grep -q 'precomp'; then _archive_ "${BWORKDIR}" "precomp" fi - -exit 1 - -gpg --armor --export email > "${FINALDIST}/key.asc" # THIS WILL BE ADDED TO THE HOSTS -gpg --detach-sign -o "${GSE_VER}".gpg "${FINALDIST}/${IMAGE}" -#rm -rf "$1/sinit.d" -unset CATDIR -unset TARGETPATH -unset TARGETSTAMP
\ No newline at end of file |