From 7f778d1e30a30ecc4393ed5c2b95a7a0d17eb9ab Mon Sep 17 00:00:00 2001 From: Alexey Sheplyakov Date: Tue, 7 Sep 2021 12:52:10 +0400 Subject: [PATCH] 20210907-alt1 - Improved IO errors handling when loading stage2 (closes: #40803) - Support loading stage2 images >= 2GB (related: #40710) --- propagator.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/propagator.spec b/propagator.spec index f4dd9d9..8899a49 100644 --- a/propagator.spec +++ b/propagator.spec @@ -3,7 +3,7 @@ %def_with splash Name: propagator -Version: 20210902 +Version: 20210907 Release: alt1 Summary: 'Early userspace' set of binaries @@ -39,6 +39,10 @@ including init and various helpers for hw probing and bootstrapping. %_sbindir/propagator %changelog +* Tue Sep 07 2021 Alexey Sheplyakov 20210907-alt1 +- Improved IO errors handling when loading stage2 (closes: #40803) +- Support loading stage2 images >= 2GB (related: #40710) + * Thu Sep 02 2021 Alexey Sheplyakov 20210902-alt1 - When mounting a cifs share try older protocol versions (related: #40554) - Log messages to ttyprintk for easier debugging