workbench_debug.iso vs workbench_production.iso #10

Open
opened 2025-02-04 17:39:11 +00:00 by pedro · 0 comments
Owner

when testing #9 with @sergiogimenez we found that we should use variables to reuse more what happens in shell script deployment, docker and Makefile

for example in the makefile only does with production; it should depend on context DEBUG vs no DEBUG

boot_iso:
	sudo qemu-system-x86_64 \
		-enable-kvm -m 2G -vga qxl -netdev user,id=wan -device virtio-net,netdev=wan,id=nic1 \
		-drive format=raw,file=iso/workbench_production.iso,cache=none,if=virtio
when testing https://farga.pangea.org/ereuse/workbench-script/pulls/9 with @sergiogimenez we found that we should use variables to reuse more what happens in shell script deployment, docker and Makefile for example in the makefile only does with production; it should depend on context DEBUG vs no DEBUG ``` boot_iso: sudo qemu-system-x86_64 \ -enable-kvm -m 2G -vga qxl -netdev user,id=wan -device virtio-net,netdev=wan,id=nic1 \ -drive format=raw,file=iso/workbench_production.iso,cache=none,if=virtio ```
sergiogimenez was assigned by pedro 2025-02-04 17:39:22 +00:00
pedro added this to the 2025-q1 🌄 project 2025-02-04 17:40:55 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ereuse/workbench-script#10
No description provided.