[Fai-commit] r4109 - in people/siretart/ubuntu: debian lib

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sat Oct 21 16:56:07 UTC 2006


Author: siretart-guest
Date: 2006-10-21 16:56:06 +0000 (Sat, 21 Oct 2006)
New Revision: 4109

Modified:
   people/siretart/ubuntu/debian/changelog
   people/siretart/ubuntu/lib/fai-mount-disk
Log:
* make fai-mount-disk use /bin/bash instead of /bin/sh

Modified: people/siretart/ubuntu/debian/changelog
===================================================================
--- people/siretart/ubuntu/debian/changelog	2006-10-21 11:40:10 UTC (rev 4108)
+++ people/siretart/ubuntu/debian/changelog	2006-10-21 16:56:06 UTC (rev 4109)
@@ -1,10 +1,11 @@
-fai (3.1ubuntu) edgy; urgency=low
+fai (3.1ubuntu1) edgy; urgency=low
 
   * merge FAI 3.1 changes. All necessary ubuntu hacks have been 
     incorporated by upstream (thanks Thomas).
   * changes to default configuration to make a usable ubuntu installation
     - point to archive.ubuntu.com instead of ftp.debian.org
     - use sysvinit instead of upstart, because its default bootlog behavior
+  * make fai-mount-disk use /bin/bash instead of /bin/sh
 
  -- Reinhard Tartler <siretart at tauware.de>  Sat, 21 Oct 2006 10:30:18 +0200
 

Modified: people/siretart/ubuntu/lib/fai-mount-disk
===================================================================
--- people/siretart/ubuntu/lib/fai-mount-disk	2006-10-21 11:40:10 UTC (rev 4108)
+++ people/siretart/ubuntu/lib/fai-mount-disk	2006-10-21 16:56:06 UTC (rev 4109)
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 # $Id$
 # Copyright (c) 2002-2006 by Thomas Lange




More information about the Fai-commit mailing list