- livecd-iso-to-disk: Various other XO fixes

- Cleanup rpmdb locks after package installation
- Fix traceback due to lazy rhpl.keyboard import
- Fix using groups with options (jkeating)
- Support persistent /home on XO's internal flash
- Fix ramdisk load addr in boot/olpc.fth for XO
- Fix up boot from SD
- Fix extracting boot parameters for pxe (apevec)
- Make rpm macro information persist into the image (bkearney)
- Support %packages --instLangs (bkearney)
This commit is contained in:
Jeremy Katz 2008-10-10 14:26:57 +00:00
parent c80c5e6ab5
commit 6bb515f9cc
3 changed files with 17 additions and 4 deletions

View File

@ -1 +1 @@
livecd-tools-018.tar.bz2
livecd-tools-019.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CD's
Name: livecd-tools
Version: 018
Version: 019
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Base
@ -14,12 +14,13 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: util-linux
Requires: coreutils
Requires: e2fsprogs
Requires: yum >= 3.1.7
Requires: yum >= 3.2.18
Requires: mkisofs
Requires: squashfs-tools
Requires: pykickstart >= 0.96
Requires: dosfstools >= 2.11-8
Requires: isomd5sum
Requires: rhpl
%ifarch %{ix86} x86_64
Requires: syslinux
%endif
@ -63,6 +64,18 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Fri Oct 10 2008 Jeremy Katz <katzj@redhat.com> - 019-1
- livecd-iso-to-disk: Various other XO fixes
- Cleanup rpmdb locks after package installation
- Fix traceback due to lazy rhpl.keyboard import
- Fix using groups with options (jkeating)
- Support persistent /home on XO's internal flash
- Fix ramdisk load addr in boot/olpc.fth for XO
- Fix up boot from SD
- Fix extracting boot parameters for pxe (apevec)
- Make rpm macro information persist into the image (bkearney)
- Support %packages --instLangs (bkearney)
* Thu Aug 28 2008 Jeremy Katz <katzj@redhat.com> - 018-1
- Use logging API for debugging messages (dhuff)
- Some initial support for booting live images on an XO

View File

@ -1 +1 @@
d205dc17dd4fba75d086f374fdb2d4de livecd-tools-018.tar.bz2
d8c24fd4c2c6ced8893ea16f22ce985c livecd-tools-019.tar.bz2