modified: makeinitrd

This commit is contained in:
fling
2011-07-21 16:22:02 +08:00
parent 1e433b3ef7
commit e179d1481a

View File

@@ -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"