[Fai-commit] r6684 - trunk/bin

Thomas Lange lange at alioth.debian.org
Mon Oct 10 14:29:29 UTC 2011


Author: lange
Date: 2011-10-10 14:29:29 +0000 (Mon, 10 Oct 2011)
New Revision: 6684

Modified:
   trunk/bin/make-fai-nfsroot
Log:
add warning about -U


Modified: trunk/bin/make-fai-nfsroot
===================================================================
--- trunk/bin/make-fai-nfsroot	2011-10-10 13:33:37 UTC (rev 6683)
+++ trunk/bin/make-fai-nfsroot	2011-10-10 14:29:29 UTC (rev 6684)
@@ -85,11 +85,12 @@
 sshpreserve=0
 
 # option e currently does nothing
-while getopts hervC:B:f:kKp opt ; do
+while getopts hervC:B:f:kKpU opt ; do
     case "$opt" in
         C) cfdir=$OPTARG ;;
         B) basetgz=$OPTARG ;;
         v) verbose=1 ; v=-v ;;
+        U) die 1 "Option -U is not supported any more." ;;
         r) die 1 "Option -r is not supported any more." ;;
         f) die 1 "Option -f is not supported any more. Use option -C instead" ;;
         k) kinstall=1 ;;




More information about the Fai-commit mailing list