Compare commits

...

11 Commits
master ... f15

Author SHA1 Message Date
Brian C. Lane cf4276653f - Version 15.13 (bcl)
- fix syntax problem in detectsrctype (bcl)
- copy repo data to USB for F17 (#806166) (bcl)
2012-05-07 16:55:50 -07:00
Brian C. Lane 1b567f005d - Version 15.12 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
- check for valid script path before editing livecd image and update usage
  options confusion (jboggs)
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
- Set base_persistdir (#741614) (bcl)
- Fix the fix for dracut modules (#766955) (bcl)
- Use dracut.conf.d instead fo dracut.conf (bcl)
- dracut needs dmsquash-live explicitly included (bcl)
- edit-livecd: -k --kickstart option (apevec)
- Install edit-livecd to /usr/bin (bcl)
2012-03-01 09:42:20 -08:00
Brian C. Lane 74da65520c Add edit-livecd 2011-11-18 09:59:43 -08:00
Brian C. Lane e9dc442fac - Version 15.11 (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)
2011-11-03 15:53:26 -07:00
Brian C. Lane 6f5d4c659b - Version 15.10 (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 10:41:42 -07:00
Brian C. Lane 5303d021d2 - Version 15.9 (bcl)
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
2011-09-27 14:18:41 -07:00
Brian C. Lane f7cff072f0 - Version 15.8 (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
- Add initial support for ARM architectures (martin.langhoff)
2011-08-30 11:26:38 -07:00
Brian C. Lane 64ae1ce0bb - Version 15.7 (bcl)
- symlink /etc/mtab to /proc/self/mounts (#688277) (bcl)
2011-05-06 11:06:22 -07:00
Brian C. Lane 8a0d2ce422 - Version 15.6 (bcl)
- Symlink image-creator instead of hardlink (#689167) (bcl)
- Mailing list address changed (lkundrak)
- gptmbr can be written directly to the mbr (bcl)
- Fixup livedir support (#679023) (jan.kratochvil)
2011-03-29 09:24:26 -07:00
Brian C. Lane 1b14444d6a - Version 15.5 (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)
- Support attached LiveOS devices as well as image files for LiveOS editing.
  (fgrose)
- Check return value on udevadm (#637258) (bcl)
2011-02-18 14:44:09 -08:00
Brian C. Lane 10d80c99ea - Version 15.4 (bcl)
- Add tmpdir to LiveImageCreator (bcl)
- Source may be a file or a block device, mount accordingly (bcl)
- Enable reading of SquashFS compression type. (fgrose)
- Enable cloning of a running LiveOS image into a fresh iso. (fgrose)
- Update usage documentation & add it to the script (fgrose)
- Support the propagation of an installed Live image (fgrose)
- Rename image source- and target-related variables (fgrose)
- Align start of partition at 1MiB (#668967) (bcl)
- Pass tmpdir to ImageCreator class initializer (#476676) (bcl)
- Add tmpdir to ImageCreator class initializer (#476676) (bcl)
- Enable an optional tmpdir for e2image in fs.resize2fs() (fgrose)
- Bad karma commit reverted; The option to boot from a local drive *MUST* exist
  as 99.9% of our consumers have default desktop hardware configurations.
  (jeroen.van.meeuwen)
- Really switch the default compression type, not just the default cli option
  value (jeroen.van.meeuwen)
2011-02-15 16:13:30 -08:00
3 changed files with 99 additions and 3 deletions

10
.gitignore vendored
View File

@ -5,3 +5,13 @@ livecd-tools-033.tar.bz2
/livecd-tools-15.0.tar.bz2
/livecd-tools-15.2.tar.bz2
/livecd-tools-15.3.tar.bz2
/livecd-tools-15.4.tar.bz2
/livecd-tools-15.5.tar.bz2
/livecd-tools-15.6.tar.bz2
/livecd-tools-15.7.tar.bz2
/livecd-tools-15.8.tar.bz2
/livecd-tools-15.9.tar.bz2
/livecd-tools-15.10.tar.bz2
/livecd-tools-15.11.tar.bz2
/livecd-tools-15.12.tar.bz2
/livecd-tools-15.13.tar.bz2

View File

@ -4,8 +4,8 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 15.3
Release: 3%{?dist}
Version: 15.13
Release: 1%{?dist}
Epoch: 1
License: GPLv2
Group: System Environment/Base
@ -22,6 +22,9 @@ Requires: mkisofs
Requires: isomd5sum
Requires: parted
Requires: pyparted
Requires: util-linux
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,88 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/imgcreate/*.pyc
%changelog
* Mon May 07 2012 Brian C. Lane <bcl@redhat.com> 15.13-1
- Version 15.13 (bcl)
- fix syntax problem in detectsrctype (bcl)
- copy repo data to USB for F17 (#806166) (bcl)
* Thu Mar 01 2012 Brian C. Lane <bcl@redhat.com> 15.12-1
- Version 15.12 (bcl)
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
- livecd-iso-to-disk: create partition for iso (bcl)
- check for valid script path before editing livecd image and update usage
options confusion (jboggs)
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
- Set base_persistdir (#741614) (bcl)
- Fix the fix for dracut modules (#766955) (bcl)
- Use dracut.conf.d instead fo dracut.conf (bcl)
- dracut needs dmsquash-live explicitly included (bcl)
- edit-livecd: -k --kickstart option (apevec)
- Install edit-livecd to /usr/bin (bcl)
* Thu Oct 03 2011 Brian C. Lane <bcl@redhat.com> - 15.11-1
- Version 15.11 (bcl)
- Make sure the target is labeled LIVE (#751213) (bcl)
* Thu Sep 29 2011 Brian C. Lane <bcl@redhat.com> - 15.10-1
- Version 15.10 (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> - 15.9-1
- Version 15.9 (bcl)
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
* Tue Aug 30 2011 Brian C. Lane <bcl@redhat.com> - 15.8-1
- Version 15.8 (bcl)
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
- Use copyFile on the iso (bcl)
- Use rsync to copy if available (bcl)
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
- Add initial support for ARM architectures (martin.langhoff)
* Tue May 03 2011 Brian C. Lane <bcl@redhat.com> - 15.7-1
- Version 15.7 (bcl)
- symlink /etc/mtab to /proc/self/mounts (#688277) (bcl)
* Tue Mar 29 2011 Brian C. Lane <bcl@redhat.com> - 15.6-1
- Version 15.6 (bcl)
- Symlink image-creator instead of hardlink (#689167) (bcl)
- Mailing list address changed (lkundrak)
- gptmbr can be written directly to the mbr (bcl)
- Fixup livedir support (#679023) (jan.kratochvil)
* Fri Feb 18 2011 Brian C. Lane <bcl@redhat.com> - 15.5-1
- Version 15.5 (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)
- Support attached LiveOS devices as well as image files for LiveOS editing.
(fgrose)
- Check return value on udevadm (#637258) (bcl)
* Tue Feb 11 2011 Brian C. Lane <bcl@redhat.com> - 15.4-1
- Version 15.4 (bcl)
- Add tmpdir to LiveImageCreator (bcl)
- Source may be a file or a block device, mount accordingly (bcl)
- Enable reading of SquashFS compression type. (fgrose)
- Enable cloning of a running LiveOS image into a fresh iso. (fgrose)
- Update usage documentation & add it to the script (fgrose)
- Support the propagation of an installed Live image (fgrose)
- Rename image source- and target-related variables (fgrose)
- Align start of partition at 1MiB (#668967) (bcl)
- Pass tmpdir to ImageCreator class initializer (#476676) (bcl)
- Add tmpdir to ImageCreator class initializer (#476676) (bcl)
- Enable an optional tmpdir for e2image in fs.resize2fs() (fgrose)
- Bad karma commit reverted; The option to boot from a local drive *MUST* exist
as 99.9% of our consumers have default desktop hardware configurations.
(jeroen.van.meeuwen)
- Really switch the default compression type, not just the default cli option
value (jeroen.van.meeuwen)
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:15.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -1 +1 @@
8739d96098973f4214cb47a05cfa6f95 livecd-tools-15.3.tar.bz2
35d28b04bde39f43b62d4016508375e6 livecd-tools-15.13.tar.bz2