From 83c37b476a7534c432ecc9941817aeb989677da6 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 29 Dec 2020 12:05:39 +0100 Subject: [PATCH] Start all Debian releases since Stretch (9) with pygrub by default --- NEWS.markdown | 1 + debian/changelog | 1 + etc/distributions.conf | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/NEWS.markdown b/NEWS.markdown index 6745069..d465dfd 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -45,6 +45,7 @@ Distribution Releases Changes + Ubuntu 19.04 Disco Dingo + Debian 7 Wheezy + Debian 8 Jessie +* Start all Debian releases since Stretch (9) with pygrub by default. Other Changes ------------- diff --git a/debian/changelog b/debian/changelog index 08d9bce..05c4011 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ xen-tools (4.9~dev-1) UNRELEASED; urgency=medium patch by Volker Janzen) + partitions/sample-server: Change options=sync to options=defaults. (GL MR !1; patch by Wolfgang Karall) + + Start all Debian releases since Stretch (9) with pygrub by default. * Recommend deboootstrap ≥ 1.0.117~ for working bootstrapping of Ubuntu 6.06 Dapper and 6.10 Edgy (see #659360) and for support of Ubuntu diff --git a/etc/distributions.conf b/etc/distributions.conf index 0070bed..5d8543f 100644 --- a/etc/distributions.conf +++ b/etc/distributions.conf @@ -14,18 +14,18 @@ lenny = debian eol squeeze = debian eol default-keyring wheezy = debian eol jessie = debian eol -stretch = debian -buster = debian -bullseye = debian -bookworm = debian dont-test -trixie = debian dont-test -sid = debian +stretch = debian pygrub +buster = debian pygrub +bullseye = debian pygrub +bookworm = debian pygrub dont-test +trixie = debian pygrub dont-test +sid = debian pygrub -testing = debian +testing = debian pygrub oldoldstable = debian dont-test -oldstable = debian -stable = debian -unstable = debian +oldstable = debian pygrub +stable = debian pygrub +unstable = debian pygrub # Between at least debootstrap 1.0.37 and 1.0.93 (including), dapper # and edgy may need manual adjustments in debootstrap's configuration,