more descriptive notes in *.cmd

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
pull/8/head
Robert Nelson 14 years ago
parent 8a87b62c65
commit c260859ba1

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: Lucid DVI"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: Maverick DVI"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: Squeeze DVI"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: running debian netinstall"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: Lucid Serial"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: Maverick Serial"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: Squeeze Serial"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

@ -1,4 +1,4 @@
echo "Debug: NetInstall" echo "Debug: running debian netinstall"
if test "${beaglerev}" = "xMA"; then if test "${beaglerev}" = "xMA"; then
echo "Kernel is not ready for 1Ghz limiting to 800Mhz" echo "Kernel is not ready for 1Ghz limiting to 800Mhz"
setenv mpurate 800 setenv mpurate 800

Loading…
Cancel
Save