this repo has no description
1
fork

Configure Feed

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

Always disable inode index for overlay mount

Leaving it to the default was causing issues with Arch, because it's on by default there. Having it on causes "device or resource busy" errors.

+1 -1
+1 -1
src/startup/darling.c
··· 803 803 804 804 opts = (char*) malloc(strlen(prefix)*2 + sizeof(LIBEXEC_PATH) + 100); 805 805 806 - const char* opts_fmt = "lowerdir=%s,upperdir=%s,workdir=%s.workdir"; 806 + const char* opts_fmt = "lowerdir=%s,upperdir=%s,workdir=%s.workdir,index=off"; 807 807 808 808 sprintf(opts, opts_fmt, LIBEXEC_PATH, prefix, prefix); 809 809