/[clonezilla-sysresccd]/trunk/www/edition
ViewVC logotype

Contents of /trunk/www/edition

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations)
Tue Sep 14 19:24:13 2010 UTC (13 years, 6 months ago) by sng
File size: 519 byte(s)
getting ready for 3.1.0
1 #!/bin/sh
2 longmode="`fgrep ' lm' /proc/cpuinfo`"
3 family="`fgrep family /proc/cpuinfo | head -n 1 | sed -e 's/cpu family : //'`"
4 if [ -n "$longmode" ]
5 then
6 echo "The x86-64 edition of Clonezilla-SysRescCD is recommended for you."
7 elif [ $family -ge 6 ]
8 then
9 echo "The i686 edition of Clonezilla-SysRescCD is recommended for you."
10 elif [ $family -ge 4 ]
11 then
12 echo "The i486 edition of Clonezilla-SysRescCD is recommended for you."
13 else
14 echo "Your computer is unable to run any edition of Clonezilla-SysRescCD."
15 fi

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26