[Fai-commit] r5240 - in trunk: bin debian

lange at alioth.debian.org lange at alioth.debian.org
Mon Jan 12 11:38:27 UTC 2009


Author: lange
Date: 2009-01-12 11:38:27 +0000 (Mon, 12 Jan 2009)
New Revision: 5240

Modified:
   trunk/bin/fai
   trunk/debian/changelog
Log:
fai: fix RC bug, missing umount (closes: #511391)

Modified: trunk/bin/fai
===================================================================
--- trunk/bin/fai	2009-01-08 12:47:18 UTC (rev 5239)
+++ trunk/bin/fai	2009-01-12 11:38:27 UTC (rev 5240)
@@ -5,7 +5,7 @@
 # fai -- main installation script executed after booting
 #
 # This script is part of FAI (Fully Automatic Installation)
-# (c) 1999-2008 by Thomas Lange, lange at informatik.uni-koeln.de
+# (c) 1999-2009 by Thomas Lange, lange at informatik.uni-koeln.de
 # Universitaet zu Koeln
 # (c) 2001-2005 by Henning Glawe, glaweh at physik.fu-berlin.de
 # Freie Universitaet Berlin
@@ -115,7 +115,7 @@
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 usage() {
     cat <<-EOF
-	fai $FAI_VERSION. Copyright (C) 1999-2008 Thomas Lange
+	fai $FAI_VERSION. Copyright (C) 1999-2009 Thomas Lange
 	Usage: $0 [options] [action]
        
 	Options:
@@ -296,6 +296,7 @@
 	rm -f $stamp
 	[ -z "$FAI_ROOT" ] && return
 	[ -d $FAI_ROOT/proc/self ] && umount $FAI_ROOT/proc $FAI_ROOT/sys
+	umount $FAI_ROOT/dev/pts 2>/dev/null || true
 	[ -f /etc/init.d/udev ] && umount $FAI_ROOT/dev
     }
     trap 'clean_exit' EXIT

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-01-08 12:47:18 UTC (rev 5239)
+++ trunk/debian/changelog	2009-01-12 11:38:27 UTC (rev 5240)
@@ -1,9 +1,12 @@
-fai (3.3~beta0) unstable; urgency=low
+fai (3.2.16) unstable; urgency=high
 
-  * [ Colin Tuckley ]
+  [ Thomas Lange ]
+  * fai: fix RC bug, missing umount (closes: #511391)
+
+  [ Colin Tuckley ]
   * fixed spelling mistakes in faimond.8, faimond-gui.1
 
- -- Thomas Lange <lange at debian.org>  Thu, 08 Jan 2009 13:18:17 +0100
+ -- Thomas Lange <lange at debian.org>  Mon, 12 Jan 2009 12:37:39 +0100
 
 fai (3.2.15) unstable; urgency=low
 




More information about the Fai-commit mailing list