From ec8fde740ff146f175aa2e8a3fd05b85cfe3e56a Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 17 Jan 2011 22:33:54 +0100 Subject: [PATCH] this sysexec thing just sucks --- source/steps/MakeInitrd.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) -- 2.43.0