rc.d/root - Remove unnecessary 'mount /' call.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Mon, 3 Mar 2014 23:43:02 +0000 (00:43 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Mon, 3 Mar 2014 23:59:47 +0000 (00:59 +0100)
commit9a705213bbef413ba20f6c22b142b055805d1eb5
tree4fadaa31787112b20fc0148a0fade7f19a1a7d47
parentd84fc9188efeec06266bf9689f6abd26c4f69ce4
rc.d/root - Remove unnecessary 'mount /' call.

UFS and HAMMER do not emit an error when trying to mount
an already mounted root fileystem but cd9660 does.
That's why this wasn't producing any error message on
already installed systems.

While booting the LiveCD you could see:

cd9660: /dev/vcd0: Invalid argument

Reported-by: corecode
DragonFly-bug: <http://bugs.dragonflybsd.org/issues/1518>

This commit closes #1518
etc/rc.d/root