this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add info about DPREFIX to README

Copied from the website and updated. Also mention that we don't support encrypted home dir (#242)

authored by

Sergey Bugaev and committed by
GitHub
d5c3ecb1 537d50c7

+6
+6
README.md
··· 126 126 chmod a+rw /dev/mach 127 127 ```` 128 128 129 + ### Prefixes 130 + 131 + Darling has support for DPREFIXes, which are very similar to WINEPREFIXes. They are virtual “chroot” environments with an macOS-like filesystem structure, where you can install software safely. The default DPREFIX location is `~/.darling`, but this can be changed by exporting an identically named environment variable. A prefix is automatically created and initialized on first use. 132 + 133 + Please note that we use `overlayfs` for creating prefixes, and so we cannot support putting prefix on a filesystem like NFS or eCryptfs. In particular, the default prefix location won't work if you have an encrypted home directory. 134 + 129 135 ### Hello world 130 136 131 137 Let's start with a Hello world: