diff options
-rw-r--r-- | scripts/02-build-raspi-ro-smalldesk-jau.cfg | 1 | ||||
-rw-r--r-- | scripts/03-build-debian_amd64-ro-rescue-jau.cfg | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/02-build-raspi-ro-smalldesk-jau.cfg b/scripts/02-build-raspi-ro-smalldesk-jau.cfg index 025a98a..551508f 100644 --- a/scripts/02-build-raspi-ro-smalldesk-jau.cfg +++ b/scripts/02-build-raspi-ro-smalldesk-jau.cfg @@ -44,6 +44,7 @@ export PUBKEY_ONLY_SSH=1 export STAGE_LIST="stage0 stage1 stage2 stage3a stage3b" #export SKIP_STAGE_LIST="stage0 stage1 stage2 stage3a stage3b" export SKIP_STAGE_LIST="stage3a stage3b" +#export SKIP_STAGE_LIST="stage0 stage1 stage3a stage3b" #export SKIP_IMAGES_LIST="stage2 stage3a stage3b" export SKIP_IMAGES_LIST="stage3a stage3b" diff --git a/scripts/03-build-debian_amd64-ro-rescue-jau.cfg b/scripts/03-build-debian_amd64-ro-rescue-jau.cfg index 6360870..4b9857e 100644 --- a/scripts/03-build-debian_amd64-ro-rescue-jau.cfg +++ b/scripts/03-build-debian_amd64-ro-rescue-jau.cfg @@ -43,7 +43,8 @@ export PUBKEY_ONLY_SSH=1 export STAGE_LIST="stage0 stage1 stage2 stage3a stage3b stage_rescue" #export SKIP_STAGE_LIST="stage0 stage1 stage2 stage3a stage3b stage_rescue" -export SKIP_STAGE_LIST="stage0 stage1 stage3a stage3b stage_rescue" +export SKIP_STAGE_LIST="stage3a stage3b stage_rescue" +#export SKIP_STAGE_LIST="stage0 stage1 stage3a stage3b stage_rescue" #export SKIP_IMAGES_LIST="stage2 stage3a stage3b stage_rescue" export SKIP_IMAGES_LIST="stage3a stage3b stage_rescue stage4" |