Karen
Results
3
comments of
Karen
I am facing the same issue... but this happens only in case of multiple datasets
There is one more issue with this option enabled. When I close empty browser then after restart I can see some tabs there which were closed previously.
I had same issue. Modified `mklive.sh` to add lazy unmount as a fallback: ``` umount_pseudofs() { for f in sys dev proc; do if [ -d "$ROOTFS/$f" ]; then if...