[Fai-commit] r4751 - trunk/bin
lange at alioth.debian.org
lange at alioth.debian.org
Thu Nov 15 17:21:10 UTC 2007
Author: lange
Date: 2007-11-15 17:21:10 +0000 (Thu, 15 Nov 2007)
New Revision: 4751
Modified:
trunk/bin/make-fai-bootfloppy
Log:
script currently does not work, always die with error message
Modified: trunk/bin/make-fai-bootfloppy
===================================================================
--- trunk/bin/make-fai-bootfloppy 2007-11-15 17:17:36 UTC (rev 4750)
+++ trunk/bin/make-fai-bootfloppy 2007-11-15 17:21:10 UTC (rev 4751)
@@ -6,7 +6,7 @@
# make-fai-bootfloppy -- create a boot floppy for FAI
#
# This script is part of FAI (Fully Automatic Installation)
-# (c) 2000-2006 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 2000-2007 by Thomas Lange, lange at informatik.uni-koeln.de
# Universitaet zu Koeln
#
#*********************************************************************
@@ -59,7 +59,7 @@
cat <<EOF
make-fai-bootfloppy, create a boot floppy for FAI. $version
- Copyright (C) 2000-2006 by Thomas Lange
+ Copyright (C) 2000-2007 by Thomas Lange
Usage: make-fai-bootfloppy [parameter]
@@ -280,6 +280,8 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# main part
+die "make-fai-bootfloppy is currently broken. It does not support kernels with initrd."
+
while getopts "lBgvf:s:m:hd:C:Fi:I:" opt ; do
case "$opt" in
C) cfdir=$OPTARG ;;
More information about the Fai-commit
mailing list