[debian-edu-commits] debian-edu/ 01/01: Update and adjust sbin/debian-edu-fsautoresizetab
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Wed Feb 14 10:26:09 UTC 2018
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-config.
commit e0a0a38d79ab343cd5f0c0b9d72961f8c0a0087c
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Wed Feb 14 11:24:35 2018 +0100
Update and adjust sbin/debian-edu-fsautoresizetab
Raise value for the /usr partition.
Add entries for /opt and /var/log partitions.
---
debian/changelog | 3 +++
sbin/debian-edu-fsautoresizetab | 4 +++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f610ba9..65b41f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ debian-edu-config (2.10.23) UNRELEASED; urgency=medium
+ debian/debian-edu-config.postinst
+ debian/debian-edu-config.postrm
+ debian/dirs
+ * sbin/debian-edu-fsautoresizetab:
+ - Raise value for the /usr partition.
+ - Add entries for /opt and /var/log partitions.
* debian/po/pl.po:
- Fix PO file, thanks i18n.d.o; the translation appears to have been done
using an outdated POT file (see commit ab6322ed).
diff --git a/sbin/debian-edu-fsautoresizetab b/sbin/debian-edu-fsautoresizetab
index 6935dd7..fc42851 100644
--- a/sbin/debian-edu-fsautoresizetab
+++ b/sbin/debian-edu-fsautoresizetab
@@ -3,8 +3,10 @@
#
# regex minfree max extendby
/.* 10% 20g 10%
-/usr 10% 10g defaults
+/usr 10% 15g defaults
/var 10% 10g defaults
+/var/log 10% 10g defaults
+/opt 10% 30g defaults
/var/spool/squid 10% 40g defaults
/var/opt/ltsp/swapfiles 5% 30g defaults
/skole/tjener/home[0-9]+ 10% 30g defaults
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list