Compare commits

...

8 Commits
master ... f14

Author SHA1 Message Date
Brian C. Lane a28843fe3e Add edit-livecd 2011-11-18 09:59:58 -08:00
Brian C. Lane be72228c7b - Version 14.6 (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)
2011-11-03 15:37:38 -07:00
Brian C. Lane e4bb1e7c74 - Version 14.5 (bcl)
- Images go into $SYSLINUXPATH (bcl)
- Add extracting BOOTX64.efi from iso (#688258) (bcl)
- Add repo to DVD EFI install config file (#688258) (bcl)
- Add EFI support to netboot (#688258) (bcl)
2011-09-29 11:11:03 -07:00
Brian C. Lane 7a77261258 - Version 14.4 (bcl)
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
2011-09-27 13:50:50 -07:00
Brian C. Lane 021bb87775 - Version 14.3 (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
- Add initial support for ARM architectures (martin.langhoff)
- gptmbr can be written directly to the mbr (bcl)
2011-08-30 11:11:14 -07:00
Brian C. Lane 3bb86b102a - Version 14.2 (bcl)
- Print reason for sudden exit (bcl)
- Fix skipcopy usage with DVD iso (#644194) (bmj001)
- Move selinux relabel to after %post (#648591) (bcl)
- Add support for virtio disks to livecd (#672936) (bcl)
- Check return value on udevadm (#637258) (bcl)
- Source may be a file or a block device, mount accordingly (bcl)
- Align start of partition at 1MiB (#668967) (bcl)
- Check for one big initrd.img (#671900) (bcl)
- Update documentation for xz availability. (bruno)
- Change releasever to a command line option (#667474) (bcl)
- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
- Fix git URLs to match reality. (dlehman)
2011-02-18 18:11:44 -08:00
Brian C. Lane 0fd41dfac1 - Version 14.1 (bcl)
- Trap copyFile errors (#663849) (fgrose)
- Create tmpdir if it doesn't exist (#658632) (bcl)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Tolerate empty transactions (lkundrak)
2010-12-22 15:32:38 -08:00
Brian C. Lane fab4760d84 - Change version for f14-branch (bcl)
- Misc. fixups (#652522) (fgrose)
- Set indentation to 4 spaces (#652522) (fgrose)
- Add a release target (bcl)
- Pass dracut args during check (#589778) (bcl)
- Cleanup EOL spaces (#652522) (fgrose)
- Typo. Need space before ]. (bruno)
- Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566)
  (bcl)
2010-11-15 16:04:59 -08:00
3 changed files with 69 additions and 2 deletions

7
.gitignore vendored
View File

@ -1,3 +1,10 @@
livecd-tools-033.tar.bz2
/livecd-tools-034.tar.bz2
/livecd-tools-0.3.5.tar.bz2
/livecd-tools-14.0.tar.bz2
/livecd-tools-14.1.tar.bz2
/livecd-tools-14.2.tar.bz2
/livecd-tools-14.3.tar.bz2
/livecd-tools-14.4.tar.bz2
/livecd-tools-14.5.tar.bz2
/livecd-tools-14.6.tar.bz2

View File

@ -4,7 +4,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 0.3.5
Version: 14.6
Release: 1%{?dist}
Epoch: 1
License: GPLv2
@ -21,7 +21,10 @@ Requires: python-imgcreate = %{epoch}:%{version}-%{release}
Requires: mkisofs
Requires: isomd5sum
Requires: parted
Requires: util-linux-ng
Requires: pyparted
Requires: dosfstools
Requires: e2fsprogs
%ifarch %{ix86} x86_64
Requires: syslinux
Requires: /sbin/extlinux
@ -81,6 +84,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/livecd-iso-to-pxeboot
%{_bindir}/image-creator
%{_bindir}/liveimage-mount
%{_bindir}/edit-livecd
%{_bindir}/mkbiarch
%files -n python-imgcreate
@ -92,6 +96,62 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Thu Oct 03 2011 Brian C. Lane <bcl@redhat.com> - 14.6-1
- Version 14.6 (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)
* Thu Sep 29 2011 Brian C. Lane <bcl@redhat.com> - 14.5-1
- Version 14.5 (bcl)
- Images go into $SYSLINUXPATH (bcl)
- Add extracting BOOTX64.efi from iso (#688258) (bcl)
- Add repo to DVD EFI install config file (#688258) (bcl)
- Add EFI support to netboot (#688258) (bcl)
* Tue Sep 27 2011 Brian C. Lane <bcl@redhat.com> - 14.4-1
- Version 14.4 (bcl)
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
* Tue Aug 30 2011 Brian C. Lane <bcl@redhat.com> - 14.3-1
- Version 14.3 (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
- Add initial support for ARM architectures (martin.langhoff)
- gptmbr can be written directly to the mbr (bcl)
* Fri Feb 18 2011 Brian C. Lane <bcl@redhat.com> - 14.2-1
- Version 14.2 (bcl)
- Print reason for sudden exit (bcl)
- Fix skipcopy usage with DVD iso (#644194) (bmj001)
- Move selinux relabel to after %post (#648591) (bcl)
- Add support for virtio disks to livecd (#672936) (bcl)
- Check return value on udevadm (#637258) (bcl)
- Source may be a file or a block device, mount accordingly (bcl)
- Align start of partition at 1MiB (#668967) (bcl)
- Check for one big initrd.img (#671900) (bcl)
- Update documentation for xz availability. (bruno)
- Change releasever to a command line option (#667474) (bcl)
- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
- Fix git URLs to match reality. (dlehman)
* Wed Dec 22 2010 Brian C. Lane <bcl@redhat.com> - 14.1-1
- Version 14.1 (bcl)
- Trap copyFile errors (#663849) (fgrose)
- Create tmpdir if it doesn't exist (#658632) (bcl)
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
- Tolerate empty transactions (lkundrak)
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 14.0-1
- Change version for f14-branch (bcl)
- Misc. fixups (#652522) (fgrose)
- Set indentation to 4 spaces (#652522) (fgrose)
- Add a release target (bcl)
- Pass dracut args during check (#589778) (bcl)
- Cleanup EOL spaces (#652522) (fgrose)
- Typo. Need space before ]. (bruno)
- Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566)
(bcl)
* Mon Nov 01 2010 Brian C. Lane <bcl@redhat.com> - 0.3.5-1
- Converting version number to NVR
- Removed patches (now included in v0.3.5)

View File

@ -1 +1 @@
b1acf6baf5ed6f25eda2aedef52bfc99 livecd-tools-0.3.5.tar.bz2
5e643cb97caa5583b2ffe1fa033ad0c0 livecd-tools-14.6.tar.bz2