[Fai-commit] r4213 - trunk/bin

Thomas Lange lange at alioth.debian.org
Thu Jan 11 16:14:21 CET 2007


Author: lange
Date: 2007-01-11 16:14:21 +0100 (Thu, 11 Jan 2007)
New Revision: 4213

Modified:
   trunk/bin/fai
Log:
add missing parameter hostname: to --long options (closes: #406125)


Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2007-01-11 15:08:15 UTC (rev 4212)
+++ trunk/bin/fai	2007-01-11 15:14:21 UTC (rev 4213)
@@ -5,7 +5,7 @@
 # fai -- main installation script executed after booting
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 1999-2006 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 1999-2007 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 #
 #*********************************************************************
@@ -158,7 +158,7 @@
 # Main routine
 
 # Parse commandline options
-TEMP=$(getopt -o u:Nhvc:C: --long new,help,verbose,class:,cfdir: -n "$0" -- "$@")
+TEMP=$(getopt -o u:Nhvc:C: --long hostname:,new,help,verbose,class:,cfdir: -n "$0" -- "$@")
 if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
 # Note the quotes around `$TEMP': they are essential!
 eval set -- "$TEMP"




More information about the Fai-commit mailing list