git: DragonFly_RELEASE_3_6 rc.d/root - Remove unnecessary 'mount /' call.

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sat Mar 22 15:28:02 PDT 2014


commit cb1409a6403c0f62eabf4a39504e69f9d91e97f8
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
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/cb1409a6403c0f62eabf4a39504e69f9d91e97f8


-- 
DragonFly BSD source repository



More information about the Commits mailing list