commit 9a705213bbef413ba20f6c22b142b055805d1eb5
Author: Antonio Huete Jimenez <[email protected]>
Date: Tue Mar 4 00:43:02 2014 +0100
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
Summary of changes:
etc/rc.d/root | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9a705213bbef413ba20f6c22b142b055805d1eb5
--
DragonFly BSD source repository