- Mark zRAM devices as protected and ignore them (vpodzime)

- Make storage sanity check aware of base RAM requirements (#1123466)
  (vpodzime)
- Move sanityCheck code to anaconda's codebase (vpodzime)
- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
- Raise exception if reading lines from a killed process (vpodzime)
- Use zRAM swap up to 2 GB of RAM (vpodzime)
- RAM requirements depend on squashfs.img's origin (vpodzime)
This commit is contained in:
Samantha N. Bueno 2014-08-01 05:26:12 -04:00
parent 2789695466
commit 9423dcc8d0
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/anaconda-21.47.tar.bz2
/anaconda-21.48.tar.bz2
/anaconda-21.48.1.tar.bz2
/anaconda-21.48.2.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.48.1
Version: 21.48.2
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -303,6 +303,16 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Aug 01 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.2-1
- Mark zRAM devices as protected and ignore them (vpodzime)
- Make storage sanity check aware of base RAM requirements (#1123466)
(vpodzime)
- Move sanityCheck code to anaconda's codebase (vpodzime)
- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
- Raise exception if reading lines from a killed process (vpodzime)
- Use zRAM swap up to 2 GB of RAM (vpodzime)
- RAM requirements depend on squashfs.img's origin (vpodzime)
* Wed Jul 23 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.1-1
* Wed Jul 16 2014 Brian C. Lane <bcl@redhat.com> - 21.48-1

View File

@ -1 +1 @@
b8b5f1c3be3ef56ee0937c253409b634 anaconda-21.48.1.tar.bz2
30607e586711b0788bb3332e1465f827 anaconda-21.48.2.tar.bz2