[debian-edu-commits] debian-edu/ 01/01: Add another 4 GiB to min and max partition sizes for /opt to get enough space for LTSP NBD image files when updating an image.
Wolfgang Schweer
schweer-guest at moszumanska.debian.org
Sun Oct 16 10:25:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
schweer-guest pushed a commit to branch master
in repository debian-edu-install.
commit 88368ba3bff7da4c3f289feefaf419b567347278
Author: Wolfgang Schweer <wschweer at arcor.de>
Date: Sun Oct 16 12:24:51 2016 +0200
Add another 4 GiB to min and max partition sizes for /opt to get enough space for LTSP NBD image files when updating an image.
Update after running 'make update-partman-recipes'.
---
debian/changelog | 6 ++++++
lib/partman/common/91edumain+ltsp | 2 +-
lib/partman/common/94edultsp | 2 +-
lib/partman/recipes-powerpc-powermac_newworld/91edumain+ltsp | 2 +-
lib/partman/recipes-powerpc-powermac_newworld/94edultsp | 2 +-
lib/partman/recipes-powerpc-prep/91edumain+ltsp | 2 +-
lib/partman/recipes-powerpc-prep/94edultsp | 2 +-
lib/partman/recipes/91edumain+ltsp | 2 +-
lib/partman/recipes/94edultsp | 2 +-
update-partman-recipes | 2 +-
10 files changed, 15 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b69abde..13fa835 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
debian-edu-install (1.907) UNRELEASED; urgency=medium
+ [ Holger Levsen ]
* Add .gitignore file to be able to ignore .nobackup.
+ [ Wolfgang Schweer ]
+ * Add another 4 GiB to min and max partition sizes for /opt to get
+ enough space for LTSP NBD image files when updating an image.
+ * Update after running 'make update-partman-recipes'.
+
-- Holger Levsen <holger at debian.org> Mon, 03 Oct 2016 19:15:54 +0200
debian-edu-install (1.906) unstable; urgency=medium
diff --git a/lib/partman/common/91edumain+ltsp b/lib/partman/common/91edumain+ltsp
index 9e97488..db9589b 100644
--- a/lib/partman/common/91edumain+ltsp
+++ b/lib/partman/common/91edumain+ltsp
@@ -48,7 +48,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
$lvmok{ }
format{ } .
-15936 4000 21504 ext4
+20032 4000 25600 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/common/94edultsp b/lib/partman/common/94edultsp
index ae833d8..e3d4e5e 100644
--- a/lib/partman/common/94edultsp
+++ b/lib/partman/common/94edultsp
@@ -43,7 +43,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
filesystem{ ext4 }
mountpoint{ /var/log } .
-15872 3000 19456 ext4
+19968 3000 23552 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/recipes-powerpc-powermac_newworld/91edumain+ltsp b/lib/partman/recipes-powerpc-powermac_newworld/91edumain+ltsp
index 0d9f229..463493e 100644
--- a/lib/partman/recipes-powerpc-powermac_newworld/91edumain+ltsp
+++ b/lib/partman/recipes-powerpc-powermac_newworld/91edumain+ltsp
@@ -52,7 +52,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
$lvmok{ }
format{ } .
-15936 4000 21504 ext4
+20032 4000 25600 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/recipes-powerpc-powermac_newworld/94edultsp b/lib/partman/recipes-powerpc-powermac_newworld/94edultsp
index b19eee4..70c037f 100644
--- a/lib/partman/recipes-powerpc-powermac_newworld/94edultsp
+++ b/lib/partman/recipes-powerpc-powermac_newworld/94edultsp
@@ -47,7 +47,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
filesystem{ ext4 }
mountpoint{ /var/log } .
-15872 3000 19456 ext4
+19968 3000 23552 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/recipes-powerpc-prep/91edumain+ltsp b/lib/partman/recipes-powerpc-prep/91edumain+ltsp
index c3ff5e3..32edd65 100644
--- a/lib/partman/recipes-powerpc-prep/91edumain+ltsp
+++ b/lib/partman/recipes-powerpc-prep/91edumain+ltsp
@@ -52,7 +52,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
$lvmok{ }
format{ } .
-15936 4000 21504 ext4
+20032 4000 25600 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/recipes-powerpc-prep/94edultsp b/lib/partman/recipes-powerpc-prep/94edultsp
index 00da8d0..3dd1a10 100644
--- a/lib/partman/recipes-powerpc-prep/94edultsp
+++ b/lib/partman/recipes-powerpc-prep/94edultsp
@@ -47,7 +47,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
filesystem{ ext4 }
mountpoint{ /var/log } .
-15872 3000 19456 ext4
+19968 3000 23552 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/recipes/91edumain+ltsp b/lib/partman/recipes/91edumain+ltsp
index f066c9e..72a103c 100644
--- a/lib/partman/recipes/91edumain+ltsp
+++ b/lib/partman/recipes/91edumain+ltsp
@@ -47,7 +47,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
$lvmok{ }
format{ } .
-15936 4000 21504 ext4
+20032 4000 25600 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/lib/partman/recipes/94edultsp b/lib/partman/recipes/94edultsp
index 96fae73..cf394f1 100644
--- a/lib/partman/recipes/94edultsp
+++ b/lib/partman/recipes/94edultsp
@@ -42,7 +42,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
filesystem{ ext4 }
mountpoint{ /var/log } .
-15872 3000 19456 ext4
+19968 3000 23552 ext4
$lvmok{ }
method{ format }
format{ }
diff --git a/update-partman-recipes b/update-partman-recipes
index c1351aa..ad1d507 100644
--- a/update-partman-recipes
+++ b/update-partman-recipes
@@ -1,2 +1,2 @@
-Last made update-partman-recipes Do 26. Mai 14:04:27 CEST 2016 for:
+Last made update-partman-recipes So 16. Okt 12:08:19 CEST 2016 for:
91edumain+ltsp 94edultsp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-install.git
More information about the debian-edu-commits
mailing list