[yast-commit] r38326 - in /trunk/installation/startup: Second-Stage/S07-medium common/misc.sh
Author: aschnell Date: Wed Jun 6 19:02:37 2007 New Revision: 38326 URL: http://svn.opensuse.org/viewcvs/yast?rev=38326&view=rev Log: - fixed some typos Modified: trunk/installation/startup/Second-Stage/S07-medium trunk/installation/startup/common/misc.sh Modified: trunk/installation/startup/Second-Stage/S07-medium URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/Second-Stage/S07-medium?rev=38326&r1=38325&r2=38326&view=diff ============================================================================== --- trunk/installation/startup/Second-Stage/S07-medium (original) +++ trunk/installation/startup/Second-Stage/S07-medium Wed Jun 6 19:02:37 2007 @@ -17,7 +17,7 @@ fi #============================================= -# 11.1) activate network if counfiguration found +# 11.1) activate network if configuration found #--------------------------------------------- if [ ! -z $(ls /etc/sysconfig/network/ifcfg-* |grep -v 'ifcfg-lo') ] ;then log "\tnetwork configuration found -> activate network" Modified: trunk/installation/startup/common/misc.sh URL: http://svn.opensuse.org/viewcvs/yast/trunk/installation/startup/common/misc.sh?rev=38326&r1=38325&r2=38326&view=diff ============================================================================== --- trunk/installation/startup/common/misc.sh (original) +++ trunk/installation/startup/common/misc.sh Wed Jun 6 19:02:37 2007 @@ -60,7 +60,7 @@ # if the installation is ssh based, TERM is not allowed to # be overwritten by the value of install.inf. The TERM value # of install.inf points to the console and not to the remote - # terminal type. Therefore the previosly set terminal type + # terminal type. Therefore the previously set terminal type # from the remote terminal is restored # ---- if [ "$UseSSH" = 1 ];then @@ -186,7 +186,7 @@ #----[ disable_splash ]-----# function disable_splash () { #-------------------------------------------------- -# disable splash sceen. This means be verbose and +# disable splash screen. This means be verbose and # show the kernel messages # --- [ -f /proc/splash ] && echo "verbose" > /proc/splash -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org