https://bugzilla.novell.com/show_bug.cgi?id=486758 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=486758#c1 --- Comment #1 from Marcus Schaefer <ms@novell.com> 2009-03-19 04:22:28 MST --- System checks: MEM=`grep -i MemTotal /proc/meminfo | awk '{ print $2 }'` CPU=`uname -m` if [ "$MEM" -lt 1900000 ]; then FEEDBACK="This installation requires at least 2 GB of RAM\nbut only $(( ${MEM} / 1024 )) MB were detected.\nYou can override this check by passing\n'nomemcheck' to the kernel fi; if [ "$CPU" != "x86_64" ]; then FEEDBACK="This installation requires a 64Bit CPU (x86_64) but\na $CPU CPU was detected.\nYou can override this check by passing\n'nocpucheck' to the kernel commandline." fi; Das HD Size check script ist etwas größer, darum habe ich es angehängt -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.