[Pkg-utopia-maintainers] Bug#674039: [Pkg-sysvinit-devel] Bug#674039: mount -a still required
Ben Van Mechelen
benvm.be at gmail.com
Tue Sep 25 09:10:09 UTC 2012
Hi,
Apparently this has now entered testing.
I can confirm too that nfs isn't mounted when the interface is brought
up by networkmanager and that changing
[ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || exit 0
to
[ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || [ "$ADDRFAM" =
"NetworkManager" ] || exit 0
will fix it.
Perhaps we need another way to check if the interface is configured? Don't know.
kind regards,
Ben
More information about the Pkg-utopia-maintainers
mailing list