Add makefile target to run popsicle with the live ISO

This commit is contained in:
Jeremy Soller 2023-04-03 12:39:43 -06:00
parent d7f7c399c0
commit 218ca1a534
No known key found for this signature in database
GPG key ID: DCFCA852D3906975

View file

@ -8,6 +8,9 @@ all: $(BUILD)/harddrive.img
live: $(BUILD)/livedisk.iso
popsicle: $(BUILD)/livedisk.iso
popsicle-gtk $(BUILD)/livedisk.iso
image:
-$(FUMOUNT) $(BUILD)/filesystem/ || true
-$(FUMOUNT) /tmp/redox_installer/ || true