diff options
author | Sven Gothel <[email protected]> | 2021-07-09 10:29:39 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-07-09 10:29:39 +0200 |
commit | a4006bdbb481d913cce9d1d85a47bb18c6835a55 (patch) | |
tree | db8a4cd5d5e4505f6ace0ba753b6c8c5de51425f | |
parent | b7cf0e835ee39e151629a03804115f6569fe86bf (diff) |
skip/unskip: Add stage3[ab] SKIP_IMAGES
-rwxr-xr-x | scripts/skip_all_stages.sh | 2 | ||||
-rwxr-xr-x | scripts/unskip_all_stages.sh | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/skip_all_stages.sh b/scripts/skip_all_stages.sh index e7bad03..fd5ad1c 100755 --- a/scripts/skip_all_stages.sh +++ b/scripts/skip_all_stages.sh @@ -13,6 +13,8 @@ touch ${rootdir}/stage5/SKIP touch ${rootdir}/stage_zaf/SKIP touch ${rootdir}/stage2/SKIP_IMAGES +touch ${rootdir}/stage3a/SKIP_IMAGES +touch ${rootdir}/stage3b/SKIP_IMAGES touch ${rootdir}/stage4/SKIP_IMAGES echo SKIP Entries: diff --git a/scripts/unskip_all_stages.sh b/scripts/unskip_all_stages.sh index 4572320..af255b3 100755 --- a/scripts/unskip_all_stages.sh +++ b/scripts/unskip_all_stages.sh @@ -13,6 +13,8 @@ rm -f ${rootdir}/stage5/SKIP rm -f ${rootdir}/stage_zaf/SKIP rm -f ${rootdir}/stage2/SKIP_IMAGES +rm -f ${rootdir}/stage3a/SKIP_IMAGES +rm -f ${rootdir}/stage3b/SKIP_IMAGES rm -f ${rootdir}/stage4/SKIP_IMAGES echo SKIP Entries: |