mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Add mount_live target
This commit is contained in:
parent
f2e3367eb4
commit
0f06d86f5a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user