From e179d1481a83d9278adfce3768b3520f3038f22c Mon Sep 17 00:00:00 2001 From: fling Date: Thu, 21 Jul 2011 16:22:02 +0800 Subject: [PATCH] modified: makeinitrd --- operation/makeinitrd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operation/makeinitrd b/operation/makeinitrd index d5ccb57..bb8d7e1 100755 --- a/operation/makeinitrd +++ b/operation/makeinitrd @@ -8,7 +8,7 @@ do version=${module##*-} if [ "$version" == `uname -m` ];then initrd="initrd.gz" - elif [ "$version" == "nocgroup" ];then + else initrd="initrd-$version.gz" fi LOGFILE=$LOG_FILE mkTmpfstab.sh -f "$TARGET/etc/fstab" -t "/tmp/fstab"