Skip to content

Commit

Permalink
Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Nov 18, 2021
1 parent 5efd053 commit ceda1ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions developer/monkey-patch.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@ echo "HELLO DEVELOPERS"
# This should be done only in rare cases since it destroys
# the helloSystem zero-text boot experience
echo "HELLO MERE MORTALS" > /dev/console
# Override a file in the running system from the MONKEYPATCH volume
HERE="$(dirname "$(readlink -f "${0}")")"
cp ${HERE}/mount_md /usr/local/sbin/mount_md
chmod +x /usr/local/sbin/mount_md
```

0 comments on commit ceda1ce

Please sign in to comment.