X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FMakeInitrd.py;fp=source%2Fsteps%2FMakeInitrd.py;h=fc587c4788a7dfa8ffa99667af4b8452389d2c15;hb=ec8fde740ff146f175aa2e8a3fd05b85cfe3e56a;hp=e40f9fd0a686af06f7166b3adeb01f4b88b0ffa5;hpb=a2a9b82d4966aecc2d1aeafc2affdb5bc9726ec6;p=bootmanager.git diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index e40f9fd..fc587c4 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -64,8 +64,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)