Created
October 13, 2019 18:08
-
-
Save Forty-Bot/c1c08dccc965c643279261aa0414bc20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mnt/bin/busybox mount | |
| /dev/root on /mnt type hostfs (ro,relatime) | |
| devtmpfs on /mnt/dev type devtmpfs (rw,relatime,mode=755) | |
| upper on /mnt/mnt type tmpfs (rw,relatime) | |
| overlay on / type overlay (rw,relatime,lowerdir=/,upperdir=/mnt/upper,workdir=/mnt/work) | |
| proc on /proc type proc (rw,relatime) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment