Skip to content

EthanArbuckle/makerw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MakeRW

A tool to make read-only paths writable without modifying the rootfs. Supports persisting changes across reboots.

Usage

# Create writable overlay (make a RO directory RW)
makerw create /usr/local/lib/

# Modify files in the directory
echo "foo" > /usr/local/lib/new_file

# Save changes to persist after reboot
makerw commit /usr/local/lib/

# After reboot, restore overlays to the saved state:
makerw reapply

# And the test file should still be there
cat /usr/local/lib/new_file
> foo

About

playing with tmpfs on ios

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published