Add mount_live target

This commit is contained in:
Jeremy Soller 2025-10-10 11:26:00 -06:00
parent f2e3367eb4
commit 0f06d86f5a
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -58,6 +58,12 @@ mount_extra: $(HOST_FSTOOLS) FORCE
sleep 2
pgrep redoxfs
mount_live: $(HOST_FSTOOLS) FORCE
mkdir -p $(MOUNT_DIR)
$(REDOXFS) $(BUILD)/redox-live.iso $(MOUNT_DIR)
sleep 2
pgrep redoxfs
unmount: FORCE
sync
-$(FUMOUNT) $(MOUNT_DIR) || true