[debian-edu-commits] r83678 - in branches/debian-edu-config/jessie: debian sbin

pere at alioth.debian.org pere at alioth.debian.org
Tue Aug 19 11:00:52 UTC 2014


Author: pere
Date: 2014-08-19 11:00:52 +0000 (Tue, 19 Aug 2014)
New Revision: 83678

Modified:
   branches/debian-edu-config/jessie/debian/changelog
   branches/debian-edu-config/jessie/sbin/debian-edu-fsautoresize
Log:
Update debian-edu-fsautoresize to handle ext4 the same way it handle ext3, thus supporting the current file system (Closes: 742131).

Modified: branches/debian-edu-config/jessie/debian/changelog
===================================================================
--- branches/debian-edu-config/jessie/debian/changelog	2014-08-19 10:57:45 UTC (rev 83677)
+++ branches/debian-edu-config/jessie/debian/changelog	2014-08-19 11:00:52 UTC (rev 83678)
@@ -5,6 +5,8 @@
   * Change dhcp exit hook fetch-ldap-cert to not try to call
     init.d/fetch-ldap-cert start before the network is up during boot,
     to avoid dependency loop when using systemd (Closes: #757767).
+  * Update debian-edu-fsautoresize to handle ext4 the same way it
+    handle ext3, thus supporting the current file system (Closes: 742131).
 
   * Translation updates:
     - Updated German translation for debconf questions (Closes: #737297).

Modified: branches/debian-edu-config/jessie/sbin/debian-edu-fsautoresize
===================================================================
--- branches/debian-edu-config/jessie/sbin/debian-edu-fsautoresize	2014-08-19 10:57:45 UTC (rev 83677)
+++ branches/debian-edu-config/jessie/sbin/debian-edu-fsautoresize	2014-08-19 11:00:52 UTC (rev 83678)
@@ -64,6 +64,10 @@
         'online_supported' => \&ext3_online_supported,
         'online_resize' => \&ext3_online_resize,
     },
+    'ext4' => {
+        'online_supported' => \&ext3_online_supported,
+        'online_resize' => \&ext3_online_resize,
+    },
 );
 
 my %devopts =




More information about the debian-edu-commits mailing list