aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-07-18 09:57:20 +0200
committerSven Gothel <[email protected]>2021-07-18 09:57:20 +0200
commit1d121c9d2d8a48814b519730cfcb947e8daca310 (patch)
treee93176684acb345f902c01dd560d768a21e785bf
parentedbdafe8823bb7474dbf4275a7b625fdfd64edff (diff)
Custom personal build config 02 + 03: Only produce stage2 (developer test)
Goal reached: stage2 produced for raspi-arm64 + debian-amd64 merged into one 'dual-2GiB-01.img' using 'loop_rootfs' were bootable on - raspi4 - qemu amd64 - Intel NUK amd64 i6 w/ EFI (vfat) and other partitions The 2G test image was created using scripts/make_dualboot_image.sh
-rw-r--r--scripts/02-build-raspi-ro-smalldesk-jau.cfg1
-rw-r--r--scripts/03-build-debian_amd64-ro-rescue-jau.cfg3
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"