Skip to content
Snippets Groups Projects
Verified Commit 218ca1a5 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add makefile target to run popsicle with the live ISO

parent d7f7c399
Branches
Tags
No related merge requests found
Pipeline #11794 failed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment