69665c9
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "import distutils.sysconfig as d; print d.get_python_lib()")}
69665c9
1b697a8
%define debug_package %{nil}
1b697a8
edf454a
Summary: Tools for building live CDs
dc9f982
Name: livecd-tools
26b1066
Version: 19.10
a28090e
Release: 1%{?dist}
b6631d0
Epoch: 1
69665c9
License: GPLv2
dc9f982
Group: System Environment/Base
b2b9d76
URL: http://git.fedorahosted.org/git/livecd
661f001
# To make source tar ball:
661f001
# git clone git://git.fedorahosted.org/livecd
661f001
# cd livecd
691758f
# make dist
052db25
# scp livecd*.tar.bz2 fedorahosted.org:livecd
052db25
Source0: http://fedorahosted.org/releases/l/i/livecd/%{name}-%{version}.tar.bz2
9c12726
# Drop the requirements for grub2-efi and shim: breaks 32-bit compose
9c12726
# and not needed as we have them in comps
dc9f982
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
b6631d0
Requires: python-imgcreate = %{epoch}:%{version}-%{release}
dc9f982
Requires: mkisofs
1b697a8
Requires: isomd5sum
420b520
Requires: parted
a1883d6
Requires: pyparted
8679835
Requires: util-linux
3c6a20f
Requires: dosfstools
3c6a20f
Requires: e2fsprogs
d3ca673
Requires: lorax >= 18.3
fbff862
Requires: rsync
88460da
%ifarch %{ix86} x86_64 ppc ppc64
55bf2a2
Requires: hfsplus-tools
88460da
%endif
88dab99
%ifarch %{ix86} x86_64
88dab99
Requires: syslinux
68d7721
Requires: /sbin/extlinux
88dab99
%endif
ab477e4
%ifarch ppc
88dab99
Requires: yaboot
88dab99
%endif
68383f2
Requires: dumpet
69665c9
BuildRequires: python
c80c5e6
BuildRequires: /usr/bin/pod2man
88dab99
dc9f982
dc9f982
%description 
edf454a
Tools for generating live CDs on Fedora based systems including
dc9f982
derived distributions such as RHEL, CentOS and others. See
dc9f982
http://fedoraproject.org/wiki/FedoraLiveCD for more details.
dc9f982
9592f81
%package -n python-imgcreate
9592f81
Summary: Python modules for building system images
9592f81
Group: System Environment/Base
9592f81
Requires: util-linux
9592f81
Requires: coreutils
9592f81
Requires: e2fsprogs
9592f81
Requires: yum >= 3.2.18
9592f81
Requires: squashfs-tools
9592f81
Requires: pykickstart >= 0.96
9592f81
Requires: dosfstools >= 2.11-8
070a904
Requires: system-config-keyboard >= 1.3.0
9592f81
Requires: python-urlgrabber
9592f81
Requires: libselinux-python
9592f81
Requires: dbus-python
68383f2
Requires: policycoreutils
9592f81
9592f81
%description -n python-imgcreate
9592f81
Python modules that can be used for building images for things
9592f81
like live image or appliances.
9592f81
9592f81
dc9f982
%prep
dc9f982
%setup -q
dc9f982
dc9f982
%build
dc9f982
make
dc9f982
dc9f982
%install
dc9f982
rm -rf $RPM_BUILD_ROOT
dc9f982
make install DESTDIR=$RPM_BUILD_ROOT
dc9f982
dc9f982
%clean
dc9f982
rm -rf $RPM_BUILD_ROOT
dc9f982
dc9f982
%files
dc9f982
%defattr(-,root,root,-)
9592f81
%doc AUTHORS COPYING README HACKING
c80c5e6
%doc config/livecd-fedora-minimal.ks
c80c5e6
%{_mandir}/man*/*
dc9f982
%{_bindir}/livecd-creator
f4b8d43
%{_bindir}/livecd-iso-to-disk
1d54429
%{_bindir}/livecd-iso-to-pxeboot
69665c9
%{_bindir}/image-creator
21d29b5
%{_bindir}/liveimage-mount
3e48dd4
%{_bindir}/edit-livecd
Jasper Hartline d5e09a0
%{_bindir}/mkbiarch
9592f81
9592f81
%files -n python-imgcreate
9592f81
%defattr(-,root,root,-)
b6631d0
%doc API COPYING
69665c9
%dir %{python_sitelib}/imgcreate
69665c9
%{python_sitelib}/imgcreate/*.py
69665c9
%{python_sitelib}/imgcreate/*.pyo
69665c9
%{python_sitelib}/imgcreate/*.pyc
dc9f982
dc9f982
%changelog
26b1066
* Mon Oct 27 2014 Brian C. Lane <bcl@redhat.com> 19.10-1
26b1066
- Version 19.10 (bcl)
26b1066
- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
26b1066
c8dde4f
* Fri Jan 31 2014 Brian C. Lane <bcl@redhat.com> 19.9-1
c8dde4f
- Version 19.9 (bcl)
c8dde4f
- Add check for extlinux tools (#881317) (bcl)
c8dde4f
- Check kickstart for repo line (#1005580) (bcl)
c8dde4f
- Catch CreatorError during class init (#1005580) (bcl)
c8dde4f
- Add docleanup to edit-livecd (#1000744) (bcl)
c8dde4f
- utf8 decode unicode error strings (#1035248) (bcl)
c8dde4f
- Remove switch to Permissive (#1051523) (bcl)
c8dde4f
8e59e71
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 19.8-1
8e59e71
- Version 19.8 (bcl)
8e59e71
- Add missing quote (#1044675) (bcl)
8e59e71
fa40450
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 19.7-1
fa40450
- Version 19.7 (bcl)
fa40450
- Use LC_ALL=C for parted calls (#1045854) (bcl)
fa40450
- Fix to work with the changed yum.config._getsysver (bruno)
fa40450
- Change vfat limit from 2047 to 4095 (#995552) (bcl)
fa40450
5e5260b
* Mon Jul 15 2013 Brian C. Lane <bcl@redhat.com> 19.6-1
5e5260b
- Version 19.6 (bcl)
5e5260b
- litd: Add kickstart option (bcl)
5e5260b
- ts.check output is a list of tuples (#979759) (bcl)
5e5260b
- Add repo --noverifyssl support (#907707) (bcl)
5e5260b
49e3115
* Mon Jun 17 2013 Brian C. Lane <bcl@redhat.com> 19.5-1
49e3115
- Version 19.5 (bcl)
49e3115
- Write vconsole.conf directly (bcl)
49e3115
- litd: Add --updates option (bcl)
49e3115
a28090e
* Fri May 31 2013 Brian C. Lane <bcl@redhat.com> 19.4-1
a28090e
- Version 19.4 (bcl)
a28090e
- Replace bash string parsing with awk (#962039,#969521) (bcl)
a28090e
- Fix default.target symlink (#968272) (bcl)
a28090e
fbff862
* Wed May 29 2013 Brian C. Lane <bcl@redhat.com> 19.3-2
fbff862
- Add requirement on rsync (#967948)
fbff862
98cd5a2
* Thu May 23 2013 Brian C. Lane <bcl@redhat.com> 19.3-1
98cd5a2
- Version 19.3 (bcl)
98cd5a2
- Avoid setting empty root password (#964299) (thoger)
98cd5a2
  CVE-2013-2069
98cd5a2
- Handle urlgrabber callback changes (#963645) (bcl)
98cd5a2
88460da
* Wed May 08 2013 Dennis Gilmore <dennis@ausil.us> 19.2-2
88460da
- only require hfsplus-tools on ppc and x86 arches
88460da
7bd96c9
* Wed Apr 03 2013 Brian C. Lane <bcl@redhat.com> 19.2-1
7bd96c9
- Version 19.2 (bcl)
7bd96c9
- Use parted to check for GPT disklabel (#947653) (bcl)
7bd96c9
- Output details of dep check failure (bcl)
7bd96c9
- Properly generate kernel stanzas (#928093) (bcl)
7bd96c9
7128902
* Sat Mar 16 2013 Brian C. Lane <bcl@redhat.com> 19.1-1
7128902
- Version 19.1 (bcl)
7128902
- iso9660 module is named isofs (bcl)
7128902
- disable dracut hostonly and rescue image (#921422) (bcl)
7128902
f1fd260
* Fri Mar 08 2013 Brian C. Lane <bcl@redhat.com> 19.0-1
f1fd260
- Version 19.0 (bcl)
f1fd260
- iso9660 is now a module, include it (bcl)
f1fd260
- correctly check for selinux state (#896610) (bcl)
f1fd260
- Simplify kickstart example (#903378) (bcl)
f1fd260
- default to symlink for /etc/localtime (#885246) (bcl)
f1fd260
542067c
* Sat Feb 23 2013 Bruno Wolff III <bruno@wolff.to> 18.14-2
542067c
- Get an up to date build in rawhide, since the mass 
542067c
- rebuild used a master branch that was behind the f18 
542067c
- branch and builds from f18 are no longer inherited.
542067c
5492c47
- Version 18.14 (bcl)
5492c47
- add --verifyudev to dmsetup (#885385) (bcl)
5492c47
f614848
- Version 18.13 (bcl)
f614848
- silence the selinux umount error (bcl)
f614848
- use systemd instead of inittab for startx (bcl)
f614848
- set selinux permissive mode when building (bcl)
f614848
- fix kickstart logging entry (bcl)
f614848
- write hostname to /etc/hostname (#870805) (bcl)
f614848
- add nocontexts for selinux (#858373) (bcl)
f614848
- remove lokkit usage (bcl)
f614848
- use locale.conf not sysconfig/i18n (#870805) (bcl)
f614848
- don't write clock (#870805) (bcl)
f614848
- add remainder of virtio modules to initrd (#864012) (bcl)
f614848
55bf2a2
- Require hfsplus-tools so that images will boot on Mac
55bf2a2
1b72b5a
- Version 18.12 (bcl)
1b72b5a
- Remove grub 0.97 splash (bcl)
1b72b5a
4ed7e7f
- Version 18.11 (bcl)
4ed7e7f
- not copying UEFI files shouldn't be fatal (#856893) (bcl)
4ed7e7f
- don't require shim and grub2-efi (#856893) (bcl)
4ed7e7f
9c12726
- efi_requires.patch: don't force grub2-efi and shim into the package
9c12726
  list, it breaks 32-bit compose and isn't needed, we have it in comps
9c12726
d6b0a30
- Version 18.10 (bcl)
d6b0a30
- use cp -r instead of -a (bcl)
d6b0a30
fa755ce
- Version 18.9 (bcl)
fa755ce
- fix extra-kernel-args (#853570) (bcl)
fa755ce
- New location for GRUB2 config on UEFI (#851220) (bcl)
fa755ce
- Add nocleanup option to retain temp files (bcl)
fa755ce
- Update imgcreate for UEFI Secure Boot (bcl)
fa755ce
f52efb4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:18.8-2
f52efb4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f52efb4
8f47864
* Mon Aug 06 2012 Brian C. Lane <bcl@redhat.com> 18.8-1
8f47864
- Version 18.8 (bcl)
8f47864
- dracut needs to load vfat and msdos filesystems (bcl)
8f47864
1110406
* Thu Aug 02 2012 Brian C. Lane <bcl@redhat.com> 18.7-1
1110406
- Version 18.7 (bcl)
1110406
- Recognize rd.live.image as well as liveimg in sed scripts of livecd-iso-to-
1110406
  disk & edit-livecd (fgrose)
1110406
- fix /etc/localtime file vs. symlink (#829032) (bcl)
1110406
f6234fa
* Tue Jul 31 2012 Brian C. Lane <bcl@redhat.com> 18.6-1
f6234fa
- Version 18.6 (bcl)
f6234fa
- switch to using rd.live.image instead of liveimg (bcl)
f6234fa
- dracut doesn't need explicit filesystems (bcl)
f6234fa
- livecd-creator: Add --cacheonly for offline use (martin)
f6234fa
- Implement cacheonly (offline) support in ImageCreator and LoopCreator (martin)
f6234fa
- if mounting squashfs add ro mount option (jboggs)
f6234fa
- imgcreate: Use copy2 for TimezoneConfig (#829032) (bcl)
f6234fa
5521796
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:18.5-2
5521796
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5521796
d3ca673
* Thu May 03 2012 Brian C. Lane <bcl@redhat.com> 18.5-1
d3ca673
- Version 18.5 (bcl)
d3ca673
- Include Mac volume name graphic (mjg)
d3ca673
- copy repo data to USB for F17 (#806166) (bcl)
d3ca673
- Version 18.4 (bcl)
d3ca673
- allow for use of yum plugins during livecd creation (notting)
d3ca673
- Capitalise EFI names (mjg)
d3ca673
- Add tighter Mac boot image integration (mjg)
d3ca673
- fix quoting with basename and SRC (#814174) (bcl)
d3ca673
- check for LIVE-REPO partition when writing DVD (#813905) (bcl)
d3ca673
f1a88e3
* Mon Apr 16 2012 Brian C. Lane <bcl@redhat.com> 18.3-1
f1a88e3
- Version 18.3 (bcl)
f1a88e3
- add support for cost in kickstart repo line (#735079) (mads)
f1a88e3
- skip copying DVD image file with skipcopy option (786037) (bcl)
f1a88e3
- remove kernel and initrd from EFI/BOOT (#811438) (bcl)
f1a88e3
- fix syntax problem in detectsrctype (bcl)
f1a88e3
3144fd2
* Thu Mar 01 2012 Brian C. Lane <bcl@redhat.com> - 18.2-1
3144fd2
- Version 18.2 (bcl)
3144fd2
- livecd-iso-to-disk: Add 2MB slop to calculation (bcl)
3144fd2
- Change EFI/boot to EFI/BOOT (mjg)
3144fd2
- Add support for generating EFI-bootable hybrid images (mjg)
3144fd2
a2d0835
* Thu Feb 23 2012 Brian C. Lane <bcl@redhat.com> - 18.1-1
a2d0835
- Version 18.1 (bcl)
a2d0835
- livecd-iso-to-disk: create partition for iso (bcl)
a2d0835
a0caa69
* Wed Feb 15 2012 Brian C. Lane <bcl@redhat.com> - 18.0-1
a0caa69
- Version 18.0 (bcl)
a0caa69
- check for valid script path before editing livecd image and update usage
a0caa69
  options confusion (jboggs)
a0caa69
- imgcreate: fix typo in ResizeError (bcl)
a0caa69
- add missing selinux_mountpoint class object to edit-livecd (jboggs)
a0caa69
4b4adbd
* Wed Jan 18 2012 Brian C. Lane <bcl@redhat.com> - 17.4-1
4b4adbd
- Version 17.4 (bcl)
4b4adbd
- selinux may be off on the host, skip mount (#737064) (bcl)
4b4adbd
- Set base_persistdir (#741614) (bcl)
4b4adbd
- Fix the fix for dracut modules (#766955) (bcl)
4b4adbd
- Use dracut.conf.d instead fo dracut.conf (bcl)
4b4adbd
- dracut needs dmsquash-live explicitly included (bcl)
4b4adbd
- edit-livecd: -k --kickstart option (apevec)
4b4adbd
7d2d5d5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:17.3-2
7d2d5d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
7d2d5d5
a2f43ca
* Wed Dec 21 2011 Brian C. Lane <bcl@redhat.com> 17.3-1
a2f43ca
- Version 17.3 (bcl)
a2f43ca
- python-imgcreate: remove -f from second lokkit call (#769457) (bcl)
a2f43ca
- Install edit-livecd to /usr/bin (bcl)
a2f43ca
3c6a20f
* Thu Nov 03 2011 Brian C. Lane <bcl@redhat.com> 17.2-1
3c6a20f
- Version 17.2 (bcl)
3c6a20f
- Fix indent and typo in liveimage-mount (#749643) (bcl)
3c6a20f
- Make sure the target is labeled LIVE (#751213) (bcl)
3c6a20f
- Only check first match for boot flag (#739411) (bcl)
3c6a20f
- Stop creating backup image before resizing (#737243) (bcl)
3c6a20f
8679835
* Thu Sep 01 2011 Brian C. Lane <bcl@redhat.com> 17.1-1
8679835
- Version 17.1 (bcl)
8679835
- Add title and product args (#669120) (bcl)
8679835
- Skip bind mounts when source isn't there (bcl)
8679835
- Add new syslinux.cfg template (#734173) (bcl)
8679835
- Use copyFile on the iso (bcl)
8679835
- Use rsync to copy if available (bcl)
8679835
68383f2
* Thu Aug 11 2011 Brian C. Lane <bcl@redhat.com> 17.0-1
68383f2
- Version 17.0
68383f2
- Quote $SRC so iso's with spaces will work (#694915) (bruno)
68383f2
- Handle move to /sys/fs/selinux (#728576) (dwalsh)
68383f2
- master is now v17.X (bcl)
68383f2
- Turn on the legacy_boot flag for EFI (#680563) (bcl)
68383f2
- Don't ask about replacing MBR when formatting (bcl)
68383f2
- Make MBR replacement message more clear (bcl)
68383f2
- Ensure previous filesystems are wiped when formatting (#712553) (bcl)
68383f2
- Modify pxeboot script to work with F16 (bcl)
68383f2
- Add initial support for ARM architectures (martin.langhoff)
68383f2
- Copy updates and product image files (bcl)
68383f2
a08c417
* Thu Mar 31 2011 Brian C. Lane <bcl@redhat.com> 16.3-1
a08c417
- Version 16.3 (bcl)
a08c417
- Copy old initrd/xen files to isolinux when using base-on (#690940) (bcl)
a08c417
- Don't fail on missing splash image (bcl)
a08c417
- Images go into $SYSLINUXPATH (bcl)
a08c417
- fix typo (bcl)
a08c417
- Check for spaces in fs label when using overlay (#597599) (bcl)
a08c417
- Fix logic for syslinux check (bcl)
a08c417
- Fix image-creator symlink so that it is relative (bcl)
a08c417
- symlink /etc/mtab to /proc/self/mounts (#688277) (bcl)
a08c417
- liveimage-mount installed LiveOS with overlay (fgrose)
a08c417
- Fix overzealous boot->BOOT change (bcl)
a08c417
- Fix return code failure (#689360) (fgrose)
a08c417
- Fix pipefailure in checkSyslinuxVersion (#689329) (fgrose)
a08c417
- Symlink image-creator instead of hardlink (#689167) (bcl)
a08c417
- Add extracting BOOTX64.efi from iso (#688258) (bcl)
a08c417
- Add repo to DVD EFI install config file (#688258) (bcl)
a08c417
- Add EFI support to netboot (#688258) (bcl)
a08c417
- Support /EFI/BOOT or /EFI/boot (#688258) (bcl)
a08c417
1c9e91c
* Mon Mar 14 2011 Brian C. Lane <bcl@redhat.com> 16.2-1
1c9e91c
- Version 16.2 (bcl)
1c9e91c
- livecd-iso-to-disk: Catch all failures (lkundrak)
1c9e91c
- Mailing list address changed (lkundrak)
1c9e91c
- Fall back to to msdos format if no extlinux (bcl)
1c9e91c
- Create an ext4 filesystem by default for home.img (fgrose)
1c9e91c
- Add error checks to home.img creation (bcl)
1c9e91c
- livecd-iso-to-disk Detect more disk space issues (fgrose)
1c9e91c
- gptmbr can be written directly to the mbr (bcl)
1c9e91c
- Fixup livedir support (#679023) (jan.kratochvil)
1c9e91c
b6d24f9
* Fri Feb 18 2011 Brian C. Lane <bcl@redhat.com> 16.1-1
b6d24f9
- Version 16.1 (bcl)
b6d24f9
- Print reason for sudden exit (bcl)
b6d24f9
- Fix skipcopy usage with DVD iso (#644194) (bmj001)
b6d24f9
- Move selinux relabel to after %post (#648591) (bcl)
b6d24f9
- Add support for virtio disks to livecd (#672936) (bcl)
b6d24f9
- Support attached LiveOS devices as well as image files for LiveOS editing.
b6d24f9
  (fgrose)
b6d24f9
- Check return value on udevadm (#637258) (bcl)
b6d24f9
0cdcb59
* Tue Feb 15 2011 Brian C. Lane <bcl@redhat.com> 16.0-1
0cdcb59
- Version 16.0 (bcl)
0cdcb59
- Add tmpdir to LiveImageCreator (bcl)
0cdcb59
- Source may be a file or a block device, mount accordingly (bcl)
0cdcb59
- Enable reading of SquashFS compression type. (fgrose)
0cdcb59
- Enable cloning of a running LiveOS image into a fresh iso. (fgrose)
0cdcb59
- Update usage documentation & add it to the script (fgrose)
0cdcb59
- Support the propagation of an installed Live image (fgrose)
0cdcb59
- Rename image source- and target-related variables (fgrose)
0cdcb59
- Align start of partition at 1MiB (#668967) (bcl)
0cdcb59
- Pass tmpdir to ImageCreator class initializer (#476676) (bcl)
0cdcb59
- Add tmpdir to ImageCreator class initializer (#476676) (bcl)
0cdcb59
- Enable an optional tmpdir for e2image in fs.resize2fs() (fgrose)
0cdcb59
- Bad karma commit reverted; The option to boot from a local drive *MUST* exist
0cdcb59
  as 99.9% of our consumers have default desktop hardware configurations.
0cdcb59
  (jeroen.van.meeuwen)
0cdcb59
- Really switch the default compression type, not just the default cli option
0cdcb59
  value (jeroen.van.meeuwen)
0cdcb59
e3d4079
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:15.3-3
e3d4079
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e3d4079
5979f06
* Thu Jan 27 2011 Brian C. Lane <bcl@redhat.com> - 15.3-1
5979f06
- Version 15.3 (bcl)
5979f06
- Remove boot from local drive option (bcl)
5979f06
- Check for one big initrd.img (#671900) (bcl)
5979f06
- Make xz the default compression type for live images. (bruno)
5979f06
- Update documentation for xz availability. (bruno)
5979f06
- Change releasever to a command line option (#667474) (bcl)
5979f06
5b013e6
* Tue Jan 04 2011 Dennis Gilmore <dennis@ausil.us> - 15.2-2
5b013e6
- patch to drop support of releasever in urls it destroys image creation in koji
5b013e6
23a306f
* Wed Dec 22 2010 Brian C. Lane <bcl@redhat.com> - 15.2-1
23a306f
- Version 5.2 (bcl)
23a306f
- Assign a device-mapper UUID w/ subsystem prefix to the dm snapshot. (dlehman)
23a306f
- Fix git URLs to match reality. (dlehman)
23a306f
- Trap copyFile errors (#663849) (fgrose)
23a306f
- Fix incomplete rename of freespace variable (#656154) (fgrose)
23a306f
23a306f
* Tue Nov 30 2010 Brian C. Lane <bcl@redhat.com> - 15.1-1
23a306f
- Bump version to 15.1 (bcl)
23a306f
- Wrap subprocess.call() so we can capture all command output for debugging.
23a306f
  (jlaska)
23a306f
- Work with the logging settings when emitting progress. (jlaska)
23a306f
- Add a quiet option to surpress stdout. Adjust handle_logfile to not surpress
23a306f
  stdout. (jlaska)
23a306f
- Fix partition number selection for MMC bus devices (#587411) (fgrose)
23a306f
- Fix disk space estimation errors (#656154) (fgrose)
23a306f
- Tolerate empty transactions (lkundrak)
23a306f
- Merge livecd-creator and image-creator (lkundrak)
23a306f
- Cleanup if/then blocks (#652522) (fgrose)
23a306f
58a780e
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 15.0-1
58a780e
- Each branch needs a different version number.
58a780e
eb3d327
* Mon Nov 15 2010 Brian C. Lane <bcl@redhat.com> - 0.3.6-1
eb3d327
- Bump version to 0.3.6 (bcl)
eb3d327
- Misc. fixups (#652522) (fgrose)
eb3d327
- Set indentation to 4 spaces (#652522) (fgrose)
eb3d327
- Add a release target (bcl)
eb3d327
- Pass dracut args during check (#589778) (bcl)
eb3d327
- Update dracut args (#652484) (bcl)
eb3d327
- Cleanup tabs (#652522) (fgrose)
eb3d327
- Cleanup EOL spaces (#652522) (fgrose)
eb3d327
- Typo. Need space before ]. (bruno)
eb3d327
- Add support for timeout and totaltimeout to livecd-iso-to-disk (#531566)
eb3d327
  (bcl)
eb3d327
- Add proxy support to livecd-creator (#649546) (bcl)
eb3d327
b6631d0
* Mon Nov 01 2010 Brian C. Lane <bcl@redhat.com> - 0.3.5-1
b6631d0
- Converting version number to NVR
b6631d0
- Removed patches (now included in v0.3.5)
b6631d0
0c58711
* Sun Sep 26 2010 Bruno Wolff III <bruno@wolff.to> - 034-11
0c58711
- Fix live image relabel when compose host has selinux disabled.
0c58711
2ee7aca
* Tue Sep 21 2010 Bruno Wolff III <bruno@wolff.to> - 034-10
2ee7aca
- Document the lzo compressor.
2ee7aca
68d7721
* Thu Sep 16 2010 Bruno Wolff III <bruno@wolff.to> - 034-9
68d7721
- Change requires to /sbin/extlinux since that will work with old and new
68d7721
  versions of syslinux.
68d7721
3146b6f
* Thu Sep 16 2010 Bruno Wolff III <bruno@wolff.to> - 034-8
dfd9f85
- extlinux is now in a subpackage that is required by livecd-iso-to-disk
dfd9f85
dad1508
* Tue Sep 14 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 034-7
dad1508
- fix background image copying to use new-new logo path
dad1508
dad1508
* Tue Sep 14 2010 Bruno Wolff III <bruno@wolff.to> - 034-6
6149030
- One /dev/loop* change had been missed. Backport patch.
6149030
d7edf70
* Mon Sep 13 2010 Bruno Wolff III <bruno@wolff.to> - 034-5
d7edf70
- Backport basic video menu label fix
d7edf70
898f802
* Mon Sep 13 2010 Bruno Wolff III <bruno@wolff.to> - 034-4
898f802
- Backport missing parts of the regex fix patch
898f802
983c635
* Mon Sep 13 2010 Bruno Wolff III <bruno@wolff.to> - 034-3
983c635
- Backported fix for vesa boot menu item
983c635
a1883d6
* Sun Sep 12 2010 Bruno Wolff III <bruno@wolff.to> - 034-2
a1883d6
- mkbiarch needs pyparted
a1883d6
052db25
* Sat Sep 11 2010 Bruno Wolff III <bruno@wolff.to> - 034-1
052db25
- A new experimental script for creating live images.
052db25
- Handle partition devices that have a separator character in them.
052db25
- Initial checkin of a new expermiental tool for live backup images.
052db25
- Allow use of stage2 for repos to help with netinst ISOs.
052db25
- Fix issue with using netinst ISOs.
052db25
- Add support for ext4 now that syslinux supports it.
052db25
- Fix for enumerating loop devices using bash 4.1.7.
052db25
- Change --skipcopy to not overwrite other large areas.
052db25
- Add basic video driver option to syslinux/isolinux.
052db25
- Don't create sparse files one byte too large.
052db25
- Display progress information when copying image to USB devices.
052db25
- Set default boot language for USB images to the current locale.
052db25
- Use grep instead of depreceated egrep.
052db25
- Set up locale or there can be problems handling nonascii strings.
052db25
- Try normal umount before falling back to lazy umount.
052db25
- Allow creation of SELinux enabled LiveCD from an SELinux disabled system.
052db25
1d83a01
* Tue Jul 30 2010 Bruno Wolff III <bruno@wolff.to> - 033-3
1d83a01
- The previous update got replaced by the python update; another bump is needed.
1d83a01
39ca62f
* Tue Jul 27 2010 Bruno Wolff III <bruno@wolff.to> - 033-2
39ca62f
- Replace 'zlib' with 'gzip' to fix thinko about the compressor name.
39ca62f
66fe36f
* Tue Jul 27 2010 Bruno Wolff III <bruno@wolff.to> - 033-1
7cf3dc9
- Fix for vesa splash file change for bz 617115.
7cf3dc9
- Use lazy umounts as a work around for bz 617844.
7cf3dc9
- Better handling of Environment exceptions for bz 551932.
7cf3dc9
963b991
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 032-5
963b991
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
963b991
21d29b5
* Sat Jun 19 2010 Bruno Wolff III <bruno@wolff.to> - 032-4
21d29b5
- liveimage-mount is new to 023
21d29b5
fa2c06c
* Sat Jun 19 2010 Bruno Wolff III <bruno@wolff.to> - 032-3
fa2c06c
- Change the version in the Makefile
fa2c06c
661f001
* Sat Jun 19 2010 Bruno Wolff III <bruno@wolff.to> - 032-2
661f001
- Fix tar prefix and document how to make it
661f001
420b520
* Sat Jun 19 2010 Bruno Wolff III <bruno@wolff.to> - 032-1
420b520
- Added support for specifying compressors
420b520
- Add Requires for parted - Bug 605639
420b520
- Add rd_NO_DM dracut cmdline options - Bug 589783
420b520
- See http://git.fedorahosted.org/git/?p=livecd;a=shortlog for a list of
420b520
  upstream commits since 031 was tagged.
420b520
5d7055e
* Tue Nov 03 2009 Warren Togami <wtogami@redhat.com> - 031-1
5d7055e
- livecd-iso-to-disk capable of installing installer DVD to USB
5d7055e
2fcd7f9
* Mon Oct 19 2009 Warren Togami <wtogami@redhat.com> - 030-1
0badd66
- Tell dracut not to ask for LUKS passwords or activate mdraid sets
0badd66
- Silence the /etc/modprobe.conf deprecation warning
0badd66
35920cc
* Wed Sep 16 2009 Warren Togami <wtogami@redhat.com> - 028-1
35920cc
- Fix LiveUSB with live images
35920cc
- Fix display of free space during livecd-iso-to-disk error (farrell)
35920cc
317dfb1
* Tue Sep 15 2009 Warren Togami <wtogami@redhat.com> - 027-2
317dfb1
- test patch to make LiveUSB work again, need to be sure it doesn't
317dfb1
  break LiveCD before committing in the next version
317dfb1
f92c633
* Thu Sep 10 2009 Warren Togami <wtogami@redhat.com> - 027-1
f92c633
- Support new dracut output filename /boot/initramfs-*
f92c633
- Fix cleanup of fake /selinux directory during teardown Bug #522224
f92c633
d2310ee
* Mon Aug 24 2009 Jeremy Katz <katzj@redhat.com> - 026-1
d2310ee
- More resize2fs -M usage
d2310ee
- Work with dracut-based initramfs
d2310ee
- Some error handling updates
d2310ee
070a904
* Thu Jul 30 2009 Jeremy Katz <katzj@redhat.com> - 025-1
070a904
- Bind mount /dev/shm also (#502921)
070a904
- Update man pages (Michel Duquaine, #505742)
070a904
- Use blkid instead of vol_id (mclasen, #506360)
070a904
- A few livecd-iso-to-disk tweaks (Martin Dengler, Jason Farrell)
070a904
- Another fix for SELinux being disabled (#508402)
070a904
- Use resize2fs -M and handle resize errors better
070a904
- Use isohybrid on the live image 
070a904
- Use system-config-keyboard instead of rhpl
070a904
cb8d9d1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 024-2
cb8d9d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cb8d9d1
2e62ce1
* Wed May  6 2009 Jeremy Katz <katzj@redhat.com> - 024-1
2e62ce1
- Fix ppc image creation (#497193, help from jwboyer)
2e62ce1
- Fixes for using ext[23] usb stick (wtogami)
2e62ce1
- Check filesystem after resizing and raise an error if there are 
2e62ce1
  problems (#497377)
2e62ce1
9592f81
* Tue Apr 14 2009 Jeremy Katz <katzj@redhat.com> - 023-1
9592f81
- Don't prompt about overwriting when making usb stick (#491234)
9592f81
- Fix up livecd-iso-to-pxeboot for new syslinux paths
9592f81
- Fix --xo variable expansion (Alexander Boström)
9592f81
- Name of EFI partitions doesn't matter for mactel mode (Jim Radford)
9592f81
- Fix unterminated sed command (#492376)
9592f81
- Handle kernel/squashfs mismatch when making usb stick in
9592f81
  --xo mode (Alexander Boström)
9592f81
- Support all of the options for the 'firewall' kickstart directive
9592f81
- Deal with syslinux com32 api incompat when making usb sticks (#492370)
9592f81
- Add options to force fetching of repomd.xml every run (jkeating)
9592f81
- Quiet restorecon (Marc Herbert)
9592f81
- Fix traceback with syslinux disabled (#495269)
9592f81
- Split python-imgcreate module into a subpackage
9592f81
c0236da
* Mon Mar  9 2009 Jeremy Katz <katzj@redhat.com> - 022-1
c0236da
- Fixes for hybird GPT/MBR usb sticks (Stewart Adam)
c0236da
- Support setting SELinux booleans (Dan Walsh)
c0236da
- Fix unicode error messages (Felix Schwarz)
c0236da
- Update man pages (Chris Curran, #484627)
c0236da
- Support syslinux under /usr/share
c0236da
- Remove some legacy support from livecd-iso-to-disk
c0236da
- Basic support for multi-image usb sticks
c0236da
1d49487
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 021-2
1d49487
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
1d49487
ab477e4
* Mon Jan 19 2009 Jeremy Katz <katzj@redhat.com> - 021-1
ab477e4
- Start of support for hybrid GPT/MBR usb sticks (Stewart Adam)
ab477e4
- Fix for udev deprecated syntax (#480109)
ab477e4
- Keep cache with --cache (Jan Kratochvil, #479716)
ab477e4
- Use absolute path to cachedir (#479716)
ab477e4
- Support UDF for large ISO spins (Bruno Wolf, #476696)
ab477e4
- Improvements for encrypted /home setup (mdomsch, #475399)
ab477e4
- Don't allow spaces in labels (#475834)
ab477e4
- Fix --tmpdir relative path (dhuff)
ab477e4
- Support ext4 rootfs
ab477e4
- Fix device command version check (apevec)
ab477e4
- Allow URLs for specifying the kickstart config (bkearney)
ab477e4
- Fix macro name for excludedocs (bkearney)
ab477e4
- Fix up --base-on (#471656)
ab477e4
ab477e4
* Wed Nov 12 2008 Jeremy Katz <katzj@redhat.com> - 020-1
ab477e4
- Support setting up a swap file
ab477e4
- Verify integer args in livecd-iso-to-disk (#467257)
ab477e4
- Set up persistent /home on internal mtd0 for XO
ab477e4
- Default to resetting the overlay on XO
ab477e4
- Support copying the raw ext3fs to the usb stick instead of the squash
ab477e4
- Mactel fixes
ab477e4
- Align initrd properly on XO (#467093)
ab477e4
- Make initrd load addr work on newer XO firmwares
ab477e4
- Fix up Xen paths for Xen live images (Michael Ansel)
ab477e4
- Support --defaultdesktop (Orion Poplawski)
9d6ab10
6bb515f
* Fri Oct 10 2008 Jeremy Katz <katzj@redhat.com> - 019-1
6bb515f
- livecd-iso-to-disk: Various other XO fixes
6bb515f
- Cleanup rpmdb locks after package installation
6bb515f
- Fix traceback due to lazy rhpl.keyboard import
6bb515f
- Fix using groups with options (jkeating)
6bb515f
- Support persistent /home on XO's internal flash
6bb515f
- Fix ramdisk load addr in boot/olpc.fth for XO
6bb515f
- Fix up boot from SD
6bb515f
- Fix extracting boot parameters for pxe (apevec)
6bb515f
- Make rpm macro information persist into the image (bkearney)
9592f81
- Support %%packages --instLangs (bkearney)
6bb515f
c80c5e6
* Thu Aug 28 2008 Jeremy Katz <katzj@redhat.com> - 018-1
c80c5e6
- Use logging API for debugging messages (dhuff)
c80c5e6
- Some initial support for booting live images on an XO
c80c5e6
- Refactoring of mount code for appliance-creator (danpb, dhuff)
c80c5e6
- Make --base-on actually work again
c80c5e6
- Drop the image configs; these are now in the spin-kickstarts repo
c80c5e6
- plymouth support
c80c5e6
- Listen to bootloader --append in config
c80c5e6
- Add man pages (Pedro Silva)
c80c5e6
- Support booting from Intel based Macs via EFI on USB (#450193)
c80c5e6
- Fixes for SELinux enforcing (eparis)
c80c5e6
- Eject the CD on shutdown (#239928)
c80c5e6
- Allow adding extra kernel args with livecd-iso-to-disk
c80c5e6
- Support for persistent /home (#445218)
c80c5e6
- Copy timezone to /etc/localtime (#445624)
c80c5e6
- Ensure that commands run by livecd-creator exist
c80c5e6
- Mount a tmpfs for some dirs (#447127)
c80c5e6
01e0ae0
* Tue May  6 2008 Bill Nottingham <notting@redhat.com> - 017-1
01e0ae0
- fix F9 final configs
01e0ae0
01e0ae0
* Thu May  1 2008 Jeremy Katz <katzj@redhat.com> - 016-1
01e0ae0
- Config changes all around, including F9 final configs
01e0ae0
- Fix up the minimal image creation
01e0ae0
- Fix odd traceback error on __del__ (#442443)
01e0ae0
- Add late initscript and split things in half
01e0ae0
- livecd-iso-to-disk: Check the available space on the stick (#443046)
01e0ae0
- Fix partition size overriding (kanarip)
01e0ae0
1d54429
* Thu Mar  6 2008 Jeremy Katz <katzj@redhat.com> - 015-1
1d54429
- Support for using live isos with pxe booting (Richard W.M. Jones and 
1d54429
  Chris Lalancette)
1d54429
- Fixes for SELinux being disabled (Warren Togami)
1d54429
- Stop using mayflower for building the initrd; mkinitrd can do it now
1d54429
- Create a minimal /dev rather than using the host /dev (Warren Togami)
1d54429
- Support for persistent overlays when using a USB stick (based on support 
1d54429
  by Douglas McClendon)
1d54429
69665c9
* Tue Feb 12 2008 Jeremy Katz <katzj@redhat.com> - 014-1
69665c9
- Rework to provide a python API for use by other tools (thanks to 
69665c9
  markmc for a lot of the legwork here)
69665c9
- Fix creation of images with ext2 filesystems and no SELinux
69665c9
- Don't require a yum-cache directory inside of the cachedir (#430066)
69665c9
- Many config updates for rawhide
69665c9
- Allow running live images from MMC/SD (#430444)
69665c9
- Don't let a non-standard TMPDIR break things (Jim Meyering)
69665c9
69665c9
* Mon Oct 29 2007 Jeremy Katz <katzj@redhat.com> - 013-1
69665c9
- Lots of config updates
69665c9
- Support 'device foo' to say what modules go in the initramfs
69665c9
- Support multiple kernels being installed
69665c9
- Allow blacklisting kernel modules on boot with blacklist=foo
69665c9
- Improve bootloader configs
69665c9
- Split configs off for f8
69665c9
1b697a8
* Tue Sep 25 2007 Jeremy Katz <katzj@redhat.com> - 012-1
1b697a8
- Allow %%post --nochroot to work for putting files in the root of the iso
1b697a8
- Set environment variables for when %%post is run
1b697a8
- Add progress for downloads (Colin Walters)
1b697a8
- Add cachedir option (Colin Walters)
1b697a8
- Fixes for ppc/ppc64 to work again
1b697a8
- Clean up bootloader config a little
1b697a8
- Enable swaps in the default desktop config
1b697a8
- Ensure all configs are installed (#281911)
1b697a8
- Convert method line to a repo for easier config reuse (jkeating)
1b697a8
- Kill the modprobe FATAL warnings (#240585)
1b697a8
- Verify isos with iso-to-disk script
1b697a8
- Allow passing xdriver for setting the xdriver (#291281)
1b697a8
- Add turboliveinst patch (Douglas McClendon)
1b697a8
- Make iso-to-disk support --resetmbr (#294041)
1b697a8
- Clean up filesystem layout (Douglas McClendon)
1b697a8
- Manifest tweaks for most configs
1b697a8
88dab99
* Tue Aug 28 2007 Jeremy Katz <katzj@redhat.com> - 011-1
88dab99
- Many config updates for Fedora 8
88dab99
- Support $basearch in repo line of configs; use it
88dab99
- Support setting up Xen kernels and memtest86+ in the bootloader config
88dab99
- Handle rhgb setup
88dab99
- Improved default fs label (Colin Walters)
88dab99
- Support localboot from the bootloader (#252192)
88dab99
- Use hidden menu support in syslinux
88dab99
- Have a base desktop config included by the other configs (Colin Walters)
88dab99
- Use optparse for optino parsing
88dab99
- Remove a lot of command line options; things should be specified via the
88dab99
  kickstart config instead
88dab99
- Beginnings of PPC support (David Woodhouse)
88dab99
- Clean up kernel module inclusion to take advantage of files in Fedora
88dab99
  kernels listing storage drivers
88dab99
ff4abcc
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 010-1
ff4abcc
- Separate out configs used for Fedora 7
ff4abcc
- Add patch from Douglas McClendon to make images smaller
ff4abcc
- Add patch from Matt Domsch to work with older syslinux without vesamenu
ff4abcc
- Add support for using mirrorlists; use them
ff4abcc
- Let livecd-iso-to-disk work with uncompressed images (#248081)
ff4abcc
- Raise error if SELinux requested without being enabled (#248080)
ff4abcc
- Set service defaults on level 2 also (#246350)
ff4abcc
- Catch some failure cases
ff4abcc
- Allow specifying tmpdir
ff4abcc
- Add patch from nameserver specification from Elias Hunt
ff4abcc
d60b5f8
* Wed May 30 2007 Jeremy Katz <katzj@redhat.com> - 009-1
d60b5f8
- miscellaneous live config changes
d60b5f8
- fix isomd5 checking syntax error
d60b5f8
e5207e8
* Fri May  4 2007 Jeremy Katz <katzj@redhat.com> - 008-1
e5207e8
- disable screensaver with default config
e5207e8
- add aic7xxx and sym53c8xx drivers to default initramfs
e5207e8
- fixes from johnp for FC6 support in the creator
e5207e8
- fix iso-to-stick to work on FC6
e5207e8
94c5889
* Tue Apr 24 2007 Jeremy Katz <katzj@redhat.com> - 007-1
94c5889
- Disable prelinking by default
94c5889
- Disable some things that slow down the live boot substantially
94c5889
- Lots of tweaks to the default package manifests
94c5889
- Allow setting the root password (Jeroen van Meeuwen)
94c5889
- Allow more specific network line setting (Mark McLoughlin)
94c5889
- Don't pollute the host yum cache (Mark McLoughlin)
94c5889
- Add support for mediachecking
94c5889
2dda366
* Wed Apr  4 2007 Jeremy Katz <katzj@redhat.com> - 006-1
2dda366
- Many fixes to error handling from Mark McLoughlin
2dda366
- Add the KDE config
2dda366
- Add support for prelinking
2dda366
- Fixes for installing when running from RAM or usb stick
2dda366
- Add sanity checking to better ensure that USB stick is bootable
2dda366
c48f5bc
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-3
c48f5bc
- have to use excludearch, not exclusivearch
c48f5bc
4618413
* Thu Mar 29 2007 Jeremy Katz <katzj@redhat.com> - 005-2
4618413
- exclusivearch since it only works on x86 and x86_64 for now
4618413
fdc7be7
* Wed Mar 28 2007 Jeremy Katz <katzj@redhat.com> - 005-1
fdc7be7
- some shell quoting fixes
fdc7be7
- allow using UUID or LABEL for the fs label of a usb stick
fdc7be7
- work with ext2 formated usb stick
fdc7be7
f4b8d43
* Mon Mar 26 2007 Jeremy Katz <katzj@redhat.com> - 004-1
f4b8d43
- add livecd-iso-to-disk for setting up the live CD iso image onto a usb 
f4b8d43
  stick or similar
f4b8d43
dc9f982
* Fri Mar 23 2007 Jeremy Katz <katzj@redhat.com> - 003-1
dc9f982
- fix remaining reference to run-init
dc9f982
dc9f982
* Thu Mar 22 2007 Jeremy Katz <katzj@redhat.com> - 002-1
dc9f982
- update for new version
dc9f982
dc9f982
* Fri Dec 22 2006 David Zeuthen <davidz@redhat.com> - 001-1%{?dist}
dc9f982
- Initial build.
dc9f982