on an Ubuntu (16.04 LTS) working as Webserver I have installed overlayfs (I did already some months ago on another machine). On both machine I have:
overlayroot="tmpfs:swap=1,recurse=0"
But on the new one, boot fails with
overlayfs: missing working dir
How do I set the working dir parameter?
Thanks