[Fai-commit] r3081 - people/eartoast/bugfix/337271/scripts
fai-repository at svn.debian.org
fai-repository at svn.debian.org
Wed Nov 23 09:03:07 UTC 2005
Author: glaweh-guest
Date: 2005-11-23 09:03:07 +0000 (Wed, 23 Nov 2005)
New Revision: 3081
Modified:
people/eartoast/bugfix/337271/scripts/make-fai-bootfloppy
Log:
include option -I in the getopt call; this really enables
interface selection.
BTW: even before, by setting eth0 as the default interface,
the dhcp failures on the other interfaces disappeared ;)
Modified: people/eartoast/bugfix/337271/scripts/make-fai-bootfloppy
===================================================================
--- people/eartoast/bugfix/337271/scripts/make-fai-bootfloppy 2005-11-23 08:47:00 UTC (rev 3080)
+++ people/eartoast/bugfix/337271/scripts/make-fai-bootfloppy 2005-11-23 09:03:07 UTC (rev 3081)
@@ -280,7 +280,7 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# main part
-while getopts "lgvf:s:m:hd:c:Fi:" opt ; do
+while getopts "lgvf:s:m:hd:c:Fi:I:" opt ; do
case "$opt" in
c) cfdir=$OPTARG ;;
l) lilo=1 ;;
More information about the Fai-commit
mailing list