[debian-edu-commits] [Git][debian-edu/debian-edu-install][master] 3 commits: Start 2.12.7 development.

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jan 30 12:55:44 GMT 2023



Holger Levsen pushed to branch master at Debian Edu / debian-edu-install


Commits:
1c706953 by Holger Levsen at 2023-01-30T13:28:10+01:00
Start 2.12.7 development.

d/changelog entries will be written on release
using the git commit messages.

Use 'gbp dch --since 2.12.6'
to write d/changelog entries since that last release.

Gbp-Dch: ignore
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
eb40e2da by Holger Levsen at 2023-01-30T13:53:00+01:00
Adjust lib/partman/common/(91edumain+ltsp|92edumain+ws|94edultsp|96eduwork|98edustandalone)

Increase both minimum and maximum values by 2 GiB for /usr (or / when there is
no seperate /usr partition) and by 1 GiB for /var (of / when there is no
seperate /var partition) to cope with increase packages sizes.

Thanks to Wolfgang Schweer for reminding me of this.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
f56921bd by Holger Levsen at 2023-01-30T13:55:09+01:00
Update after running 'make update-partman-recipes'

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


17 changed files:

- debian/changelog
- lib/partman/common/91edumain+ltsp
- lib/partman/common/92edumain+ws
- lib/partman/common/94edultsp
- lib/partman/common/96eduwork
- lib/partman/common/98edustandalone
- lib/partman/recipes-amd64-efi/91edumain+ltsp
- lib/partman/recipes-amd64-efi/92edumain+ws
- lib/partman/recipes-amd64-efi/94edultsp
- lib/partman/recipes-amd64-efi/96eduwork
- lib/partman/recipes-amd64-efi/98edustandalone
- lib/partman/recipes/91edumain+ltsp
- lib/partman/recipes/92edumain+ws
- lib/partman/recipes/94edultsp
- lib/partman/recipes/96eduwork
- lib/partman/recipes/98edustandalone
- update-partman-recipes


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+debian-edu-install (2.12.7) UNRELEASED; urgency=medium
+
+  * Start 2.12.7 development. d/changelog entries will be written on
+    release using the git commit messages.
+
+ -- Holger Levsen <holger at debian.org>  Mon, 30 Jan 2023 13:28:10 +0100
+
 debian-edu-install (2.12.6) unstable; urgency=medium
 
   * debian/debian-edu-profile-udeb.templates: update list of current release


=====================================
lib/partman/common/91edumain+ltsp
=====================================
@@ -18,7 +18,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14976 4000 18432 ext4
+17024 4000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -26,7 +26,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-6144 3000 10240 ext4
+7168 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/common/92edumain+ws
=====================================
@@ -18,7 +18,7 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14976 4000 18432 ext4
+17024 4000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -26,7 +26,7 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-4736 3000 10240 ext4
+5760 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/common/94edultsp
=====================================
@@ -18,7 +18,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14336 4000 18432 ext4
+16384 4000 20480 ext4
         $lvmok{ }
         method{ format }
 	format{ }
@@ -26,7 +26,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-6912 3000 10240 ext4
+7936 3000 11264 ext4
         $lvmok{ }
         method{ format }
 	format{ }


=====================================
lib/partman/common/96eduwork
=====================================
@@ -10,7 +10,7 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	filesystem{ ext2 }
 	mountpoint{ /boot } .
 
-5568 3000 10240 ext4
+6592 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -18,7 +18,7 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14784 3000 18432 ext4
+16832 3000 20480 ext4
         $lvmok{ }
         method{ format }
         format{ }


=====================================
lib/partman/common/98edustandalone
=====================================
@@ -10,7 +10,7 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	filesystem{ ext2 }
 	mountpoint{ /boot } .
 
-14592 3000 18432 ext4
+16640 3000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -18,7 +18,7 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-4544 3000 10240 ext4
+5568 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/recipes-amd64-efi/91edumain+ltsp
=====================================
@@ -23,7 +23,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14976 4000 18432 ext4
+17024 4000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -31,7 +31,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-6144 3000 10240 ext4
+7168 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/recipes-amd64-efi/92edumain+ws
=====================================
@@ -23,7 +23,7 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14976 4000 18432 ext4
+17024 4000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -31,7 +31,7 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-4736 3000 10240 ext4
+5760 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/recipes-amd64-efi/94edultsp
=====================================
@@ -23,7 +23,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14336 4000 18432 ext4
+16384 4000 20480 ext4
         $lvmok{ }
         method{ format }
 	format{ }
@@ -31,7 +31,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-6912 3000 10240 ext4
+7936 3000 11264 ext4
         $lvmok{ }
         method{ format }
 	format{ }


=====================================
lib/partman/recipes-amd64-efi/96eduwork
=====================================
@@ -15,7 +15,7 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	filesystem{ ext2 }
 	mountpoint{ /boot } .
 
-5568 3000 10240 ext4
+6592 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -23,7 +23,7 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14784 3000 18432 ext4
+16832 3000 20480 ext4
         $lvmok{ }
         method{ format }
         format{ }


=====================================
lib/partman/recipes-amd64-efi/98edustandalone
=====================================
@@ -15,7 +15,7 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	filesystem{ ext2 }
 	mountpoint{ /boot } .
 
-14592 3000 18432 ext4
+16640 3000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -23,7 +23,7 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-4544 3000 10240 ext4
+5568 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/recipes/91edumain+ltsp
=====================================
@@ -17,7 +17,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14976 4000 18432 ext4
+17024 4000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -25,7 +25,7 @@ debian-edu-install/text/partman-debian-edu-main+ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-6144 3000 10240 ext4
+7168 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/recipes/92edumain+ws
=====================================
@@ -17,7 +17,7 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14976 4000 18432 ext4
+17024 4000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -25,7 +25,7 @@ debian-edu-install/text/partman-debian-edu-main+ws ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-4736 3000 10240 ext4
+5760 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
lib/partman/recipes/94edultsp
=====================================
@@ -17,7 +17,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14336 4000 18432 ext4
+16384 4000 20480 ext4
         $lvmok{ }
         method{ format }
 	format{ }
@@ -25,7 +25,7 @@ debian-edu-install/text/partman-debian-edu-ltsp ::
 	filesystem{ ext4 }
 	mountpoint{ /usr } .
 
-6912 3000 10240 ext4
+7936 3000 11264 ext4
         $lvmok{ }
         method{ format }
 	format{ }


=====================================
lib/partman/recipes/96eduwork
=====================================
@@ -9,7 +9,7 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	filesystem{ ext2 }
 	mountpoint{ /boot } .
 
-5568 3000 10240 ext4
+6592 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -17,7 +17,7 @@ debian-edu-install/text/partman-debian-edu-workstation ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-14784 3000 18432 ext4
+16832 3000 20480 ext4
         $lvmok{ }
         method{ format }
         format{ }


=====================================
lib/partman/recipes/98edustandalone
=====================================
@@ -9,7 +9,7 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	filesystem{ ext2 }
 	mountpoint{ /boot } .
 
-14592 3000 18432 ext4
+16640 3000 20480 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }
@@ -17,7 +17,7 @@ debian-edu-install/text/partman-debian-edu-standalone ::
 	filesystem{ ext4 }
 	mountpoint{ / } .
 
-4544 3000 10240 ext4
+5568 3000 11264 ext4
 	$lvmok{ }
 	method{ format }
 	format{ }


=====================================
update-partman-recipes
=====================================
@@ -1,2 +1,2 @@
-Last made update-partman-recipes Mi 29. Sep 20:46:51 CEST 2021 for:
-91edumain+ltsp 94edultsp
+Last made update-partman-recipes Mon Jan 30 12:54:46 UTC 2023 for:
+90edumain 91edumain+ltsp 92edumain+ws 94edultsp 96eduwork 98edustandalone



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-install/-/compare/4dae27db8dc9aa2ff21c7910f2011d27256a1803...f56921bd4009a4b3214d1bfb6ee17e84d4ed485f

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-install/-/compare/4dae27db8dc9aa2ff21c7910f2011d27256a1803...f56921bd4009a4b3214d1bfb6ee17e84d4ed485f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230130/443ad6cb/attachment-0001.htm>


More information about the debian-edu-commits mailing list