Add makefile target to run popsicle with the live ISO
This commit is contained in:
parent
d7f7c399c0
commit
218ca1a534
3
Makefile
3
Makefile
|
@ -8,6 +8,9 @@ all: $(BUILD)/harddrive.img
|
||||||
|
|
||||||
live: $(BUILD)/livedisk.iso
|
live: $(BUILD)/livedisk.iso
|
||||||
|
|
||||||
|
popsicle: $(BUILD)/livedisk.iso
|
||||||
|
popsicle-gtk $(BUILD)/livedisk.iso
|
||||||
|
|
||||||
image:
|
image:
|
||||||
-$(FUMOUNT) $(BUILD)/filesystem/ || true
|
-$(FUMOUNT) $(BUILD)/filesystem/ || true
|
||||||
-$(FUMOUNT) /tmp/redox_installer/ || true
|
-$(FUMOUNT) /tmp/redox_installer/ || true
|
||||||
|
|
Loading…
Reference in a new issue