Hi,
I have a Linux kernel (4.14.71) with aufs. Overlayfs is disabled.
The pflask docs state, for the "--mount" option:
Stacks the host root_dir directory on top of the container’s dest directory using either AuFS or OverlayFS depending on what is found at compile-time.
File mount.c tests "HAVE_AUFS", however, this variable is not set anywhere. I am not familiar with Waf, looked at build/c4che/_cache.py, has a lot of variables but not HAVE_AUFS.
Do I have to explicitly set HAVE_AUFS? If so, is there a particular way to do it for waf?
Regards,
Barry
Hi,
I have a Linux kernel (4.14.71) with aufs. Overlayfs is disabled.
The pflask docs state, for the "--mount" option:
File mount.c tests "HAVE_AUFS", however, this variable is not set anywhere. I am not familiar with Waf, looked at build/c4che/_cache.py, has a lot of variables but not HAVE_AUFS.
Do I have to explicitly set HAVE_AUFS? If so, is there a particular way to do it for waf?
Regards,
Barry