[Fai-commit] r3782 - trunk/lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Thu Aug 24 10:26:30 UTC 2006


Author: lange
Date: 2006-08-24 10:26:20 +0000 (Thu, 24 Aug 2006)
New Revision: 3782

Modified:
   trunk/lib/prcopyleft
Log:
remove osname from copyright logo


Modified: trunk/lib/prcopyleft
===================================================================
--- trunk/lib/prcopyleft	2006-08-23 22:25:38 UTC (rev 3781)
+++ trunk/lib/prcopyleft	2006-08-24 10:26:20 UTC (rev 3782)
@@ -14,12 +14,12 @@
 _prcopyleft() {
 
     cat <<-EOF
-             -----------------------------------------------------
-               Fully Automatic Installation for $osname
-               $FAI_VERSION    Copyright (c) 1999-2006
+             -------------------------------------------------
+               Fully Automatic Installation  -  FAI
+               $FAI_VERSION  Copyright (c) 1999-2006
 
-               Thomas Lange      <lange at informatik.uni-koeln.de>
-             -----------------------------------------------------
+               Thomas Lange  <lange at informatik.uni-koeln.de>
+             -------------------------------------------------
 EOF
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -36,11 +36,6 @@
 
 [ $COLOR_FAI_LOGO -eq 1 ] && echo -ne "\ec\e[1;31m"
 
-osname='Debian GNU/Linux'
-if [ X$oclass = XSUNOS ]; then
-    osname='Sun Solaris'
-fi
-
 _prcopyleft | tee -a $LOGDIR/fai.log
 
 if [ $COLOR_FAI_LOGO -eq 1 ]; then




More information about the Fai-commit mailing list