aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-09 10:29:39 +0200
committerSven Gothel <[email protected]>2021-07-09 10:29:39 +0200
commita4006bdbb481d913cce9d1d85a47bb18c6835a55 (patch)
treedb8a4cd5d5e4505f6ace0ba753b6c8c5de51425f
parentb7cf0e835ee39e151629a03804115f6569fe86bf (diff)
skip/unskip: Add stage3[ab] SKIP_IMAGES
-rwxr-xr-xscripts/skip_all_stages.sh2
-rwxr-xr-xscripts/unskip_all_stages.sh2
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: