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"