PERFORCE change 106745 for review

Markus Boelter m at FreeBSD.org
Tue Sep 26 13:52:37 PDT 2006


http://perforce.freebsd.org/chv.cgi?CH=106745

Change 106745 by m at m_jana on 2006/09/26 20:51:35

	added 10-sec-counter before wiping all data on the disk

Affected files ...

.. //depot/projects/soc2006/m_netboot_server/freesbie/extra/autoinstall/autoinstall.rc#2 edit

Differences ...

==== //depot/projects/soc2006/m_netboot_server/freesbie/extra/autoinstall/autoinstall.rc#2 (text+ko) ====

@@ -129,6 +129,16 @@
 autoinstall()
 {
 	if [ -f /etc/autoinstall.conf ]; then
+		echo "Starting FreeBSD autoinstall in 10 seconds."
+		echo "ALL DATA ON THE DRIVE WILL BE LOST"
+		echo
+		echo "Press Ctrl-C to abort."
+
+		for i in 10 9 8 7 6 5 4 3 2 1; do
+			echo -n "."
+			sleep 1
+		done
+
 		. /etc/autoinstall.conf
 	fi
 }


More information about the p4-projects mailing list