- Use bcj filter for compressing squashfs ramdisk

- Add 'squashfs' compression type
- refactor: split make_initramfs_runtime out of compress()
- refactor: rename "compression speed" -> "compression args"
- Install all firmware packages (#705392)
- Use initrd.addrsize, not initrd_addrsize (#703862)
- Do not remove libmodman (#701622)
- Add firmware for Intel Wireless WiFi Link 6030 Adapters (#703291)
- Do not remove libproxy (#701622)
- Use process-specific name for dm devices.
This commit is contained in:
Martin Gracik 2011-06-24 13:31:37 +02:00
parent 75675eff58
commit c5461bcaa3
3 changed files with 16 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/lorax-0.4.tar.bz2
/lorax-0.5.tar.bz2
/lorax-0.6.tar.bz2
/lorax-0.7.tar.bz2

View File

@ -1,8 +1,8 @@
%define debug_package %{nil}
Name: lorax
Version: 0.6
Release: 3%{?dist}
Version: 0.7
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -61,6 +61,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Fri Jun 24 2011 Martin Gracik <mgracik@redhat.com> 0.7-1
- Use bcj filter for compressing squashfs ramdisk
- Add 'squashfs' compression type
- refactor: split make_initramfs_runtime out of compress()
- refactor: rename "compression speed" -> "compression args"
- Install all firmware packages (#705392)
- Use initrd.addrsize, not initrd_addrsize (#703862)
- Do not remove libmodman (#701622)
- Add firmware for Intel Wireless WiFi Link 6030 Adapters (#703291)
- Do not remove libproxy (#701622)
- Use process-specific name for dm devices.
* Tue May 03 2011 Martin Gracik <mgracik@redhat.com> 0.6-3
- Disable debuginfo package

View File

@ -1 +1 @@
699efa5a6e9eb2fad4340a3f8a60f3e0 lorax-0.6.tar.bz2
c4365e7246fa01a4dd1f513c3c0797b1 lorax-0.7.tar.bz2