[commit] r2426 - trunk/vendors/Nintendo/common
dslinux_sonny_jim at dslinux.in-berlin.de
dslinux_sonny_jim at dslinux.in-berlin.de
Wed Jul 8 20:21:25 CEST 2009
Author: dslinux_sonny_jim
Date: Wed Jul 8 20:21:25 2009
New Revision: 2426
Log:
Make it a little more obvious that the user should read this bit
Modified:
trunk/vendors/Nintendo/common/rc.common
Modified: trunk/vendors/Nintendo/common/rc.common
==============================================================================
--- trunk/vendors/Nintendo/common/rc.common (original)
+++ trunk/vendors/Nintendo/common/rc.common Wed Jul 8 20:21:25 2009
@@ -7,10 +7,16 @@
then
. /etc/rc.conf
else
+ echo "************************************************************"
+ echo "******************** WARNING ***************************"
+ echo "************************************************************"
echo "The file /etc/rc.conf does not exist on your system,"
echo "so the default configuration will be used."
echo "Type 'cfg_rc' at a command prompt"
echo "to create /etc/rc.conf to customise your dslinux installation."
+ echo "************************************************************"
+ echo "************************************************************"
+ echo "************************************************************"
fi
if [ ! "$font" = "" ]
More information about the dslinux-commit
mailing list