Author: justin
Date: 2005-11-17 15:59:59 -0700 (Thu, 17 Nov 2005)
New Revision: 1091
Modified:
branches/6.1.1-1/Makefile
Log:
Removed warning about kernel versions from main Makefile in 6.1.1-1 branch.
Modified: branches/6.1.1-1/Makefile
===================================================================
--- branches/6.1.1-1/Makefile 2005-11-17 22:22:35 UTC (rev 1090)
+++ branches/6.1.1-1/Makefile 2005-11-17 22:59:59 UTC (rev 1091)
@@ -81,14 +81,11 @@
@echo " Before you begin building the LiveCD image, please ensure "
@echo " that the following is true: "
@echo ""
- @echo " 1) Your running kernel is the same version as the target "
- @echo " kernel for the cd."
- @echo ""
- @echo " 2) You have an active internet connection."
+ @echo " 1) You have an active internet connection."
@echo "==============================================================="
@echo ""
@echo -n -e "Countdown to commence building:"
- @for i in 10 9 8 7 6 5 4 3 2 1 ; do echo -n -e " $$i" && sleep 1 ; done
+ @for i in 5 4 3 2 1 ; do echo -n -e " $$i" && sleep 1 ; done
@echo ""
@-mkdir -p $(MP)$(WD)/bin; ln -s $(MP)$(WD) /
@if [ ! -d $(MP)$(SRC) ] ; then mkdir $(MP)$(SRC) ; fi
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page