bug#18033: Add support for 'search-path-specifications' referring to files
Hi Ludovic, l...@gnu.org (Ludovic Courtès) writes: > Commit af07095 extends ‘search-path-specification’ with a ‘file-type’ > field, which can be 'regular. > > Then, commit 7b21fe5 adds a ‘file-pattern’ field, to look for files > matching a pattern recursively. > > Lastly, commit 2a8d440 uses thes
bug#19491: /etc/mtab give wrong entries for early-mounted items.
Notably, I have: /dev/sda1 /root ext4 rw,relatime,data=ordered 0 0 none /root//dev devtmpfs rw 0 0 Which should be: /dev/sda1 / ... none /dev ... Why not make /etc/mtab a symlink to /proc/self/mounts?