X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FMakeInitrd.py;h=878f28bd81c615e02178b7389b84e6bd0b47b9a6;hb=8a786704d0647ddfff0efb013139b4413f1cb743;hp=808dac15aa6300ef1a565b2db850a9648bd083e6;hpb=2a0371d3e0b21c4db1c6eb7915be2d184ca76a05;p=bootmanager.git diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index 808dac1..878f28b 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -54,8 +54,9 @@ def Run( vars, log ): # /proc is already mounted, so bind-mount /dev here # xxx tmp - trying to work around the f14 case: # check that /dev/ is mounted with devtmpfs - if utils.sysexec_noerr ("grep devtmpfs /proc/mounts") != 0: - utils.sysexec("mount -t devtmpfs none /dev") + # tmp - sysexec_noerr not returning what one would expect + # if utils.sysexec_noerr ("grep devtmpfs /proc/mounts") != 0: + utils.sysexec_noerr("mount -t devtmpfs none /dev") utils.sysexec("mount -o bind /dev %s/dev" % SYSIMG_PATH) utils.sysexec("mount -t sysfs none %s/sys" % SYSIMG_PATH)