1b697a8
%define debug_package %{nil}
1b697a8
411cc1a
# Use Python 2 on RHEL 7
411cc1a
%if 0%{?rhel} && 0%{?rhel} < 8
411cc1a
%bcond_with python3
411cc1a
%else
411cc1a
%bcond_without python3
411cc1a
%endif
411cc1a
a363501
# Do not build Python 2 for Fedora 30+ and RHEL 8+
a363501
%if 0%{?fedora} > 29 || 0%{?rhel} >= 8
a363501
%bcond_with python2
a363501
%else
a363501
%bcond_without python2
a363501
%endif
a363501
edf454a
Summary: Tools for building live CDs
dc9f982
Name: livecd-tools
06cf675
Version: 27.1
a08d3c9
Release: 8%{?dist}.1
a27f9ba
%if 0%{?fedora}
b6631d0
Epoch: 1
a27f9ba
%endif
69665c9
License: GPLv2
f4ffd7e
URL: https://github.com/livecd-tools/livecd-tools
f4ffd7e
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.gz
341606a
# Fix `DnfLiveCD.selectGroup` with DNF 4.4.0+
341606a
# https://github.com/livecd-tools/livecd-tools/pull/168
341606a
# https://bugzilla.redhat.com/show_bug.cgi?id=1886567
341606a
Patch0: 0001-Pass-package_types-to-dnf-base-group_install-as-tupl.patch
a08d3c9
Patch1: %{name}-add-priority.patch
411cc1a
a363501
%if %{with python2}
e3a056a
BuildRequires: python2-devel
a363501
%endif
e3a056a
%if %{with python3}
e3a056a
BuildRequires: python3-devel
e3a056a
%endif
e3a056a
BuildRequires: /usr/bin/pod2man
e3a056a
411cc1a
%if %{with python3}
a27f9ba
Requires: python3-imgcreate = %{?epoch:%{epoch}:}%{version}-%{release}
411cc1a
%else
a27f9ba
Requires: python2-imgcreate = %{?epoch:%{epoch}:}%{version}-%{release}
411cc1a
%endif
e3a056a
1ec641e
# For splitting out livecd-iso-to-disk to separate subpackage
1ec641e
Conflicts: livecd-tools < 25.0
1ec641e
1ec641e
%ifarch %{ix86} x86_64
a27f9ba
Requires: livecd-iso-to-mediums = %{?epoch:%{epoch}:}%{version}-%{release}
1ec641e
%endif
e3a056a
e3a056a
%description
e3a056a
Tools for generating live CDs on Fedora based systems including
e3a056a
derived distributions such as RHEL, CentOS and others. See
e3a056a
http://fedoraproject.org/wiki/FedoraLiveCD for more details.
e3a056a
e3a056a
%package -n python-imgcreate-sysdeps
e3a056a
Summary: Common system dependencies for python-imgcreate
e3a056a
Requires: coreutils
980f639
Requires: xorriso >= 1.4.8
1b697a8
Requires: isomd5sum
420b520
Requires: parted
8679835
Requires: util-linux
e3a056a
Requires: dosfstools >= 2.11-8
3c6a20f
Requires: e2fsprogs
d3ca673
Requires: lorax >= 18.3
fbff862
Requires: rsync
980f639
980f639
# hfs+ support for Macs
88460da
%ifarch %{ix86} x86_64 ppc ppc64
55bf2a2
Requires: hfsplus-tools
88460da
%endif
980f639
980f639
# syslinux dependency
88dab99
%ifarch %{ix86} x86_64
980f639
%if 0%{?rhel} && 0%{?rhel} < 8
980f639
Requires: syslinux >= 4.05-13
980f639
%else
add3563
Requires: syslinux >= 6.02-4
add3563
Requires: syslinux-nonlinux >= 6.02-4
980f639
%endif
9a7e6c0
Requires: syslinux-extlinux
88dab99
%endif
980f639
980f639
# For legacy ppc32 systems
ab477e4
%ifarch ppc
88dab99
Requires: yaboot
88dab99
%endif
980f639
68383f2
Requires: dumpet
404057c
Requires: sssd-client
4a2ff16
Requires: cryptsetup
e3a056a
Requires: squashfs-tools
e3a056a
Requires: policycoreutils
25da73f
Requires: selinux-policy-targeted
74e6de4
# dracut 045+ required for overlayfs live media support
74e6de4
Requires: dracut
980f639
74e6de4
%if ! %{with python2}
a27f9ba
Obsoletes: python2-imgcreate < %{?epoch:%{epoch}:}%{version}-%{release}
a363501
%endif
dc9f982
e3a056a
%description -n python-imgcreate-sysdeps
e3a056a
This package describes the common system dependencies for
e3a056a
python-imgcreate.
dc9f982
a363501
%if %{with python2}
411cc1a
%package -n python2-imgcreate
411cc1a
Summary: Python 2 modules for building system images
411cc1a
%{?python_provide:%python_provide python2-imgcreate}
a27f9ba
Requires: python-imgcreate-sysdeps%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
411cc1a
Requires: python2-dnf >= 1.1.0
74e6de4
%if 0%{?rhel} && 0%{?rhel} < 8
74e6de4
Requires: pyparted
74e6de4
Requires: pykickstart
74e6de4
Requires: libselinux-python
74e6de4
Requires: dbus-python
74e6de4
Requires: python-six
74e6de4
%else
74e6de4
Requires: python2-pyparted
4706cfb
Requires: python2-kickstart
4706cfb
Requires: python2-libselinux
4706cfb
Requires: python2-dbus
74e6de4
Requires: python2-six
74e6de4
%endif
9592f81
411cc1a
%description -n python2-imgcreate
411cc1a
Python 2 modules that can be used for building images for things
9592f81
like live image or appliances.
a363501
%endif
9592f81
411cc1a
%if %{with python3}
411cc1a
%package -n python3-imgcreate
411cc1a
Summary: Python 3 modules for building system images
411cc1a
%{?python_provide:%python_provide python3-imgcreate}
a27f9ba
Requires: python-imgcreate-sysdeps%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
e3a056a
Requires: python3-pyparted
411cc1a
Requires: python3-dnf >= 1.1.0
411cc1a
Requires: python3-kickstart
411cc1a
Requires: python3-six
411cc1a
Requires: libselinux-python3
411cc1a
Requires: python3-dbus
411cc1a
411cc1a
%description -n python3-imgcreate
411cc1a
Python 3 modules that can be used for building images for things
411cc1a
like live image or appliances.
411cc1a
%endif
9592f81
1ec641e
%ifarch %{ix86} x86_64
1ec641e
%package -n livecd-iso-to-mediums
1ec641e
Summary: Tools for installing ISOs to different mediums
a27f9ba
Requires: python-imgcreate-sysdeps%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
1ec641e
Conflicts: livecd-tools < 25.0
1ec641e
1ec641e
%description -n livecd-iso-to-mediums
1ec641e
Tools for installing Live CD ISOs to different mediums
1ec641e
(e.g. USB sticks, hard drives, PXE boot, etc.)
1ec641e
%endif
1ec641e
dc9f982
%prep
babf837
%autosetup -p1
dc9f982
dc9f982
%build
411cc1a
# Nothing to do
dc9f982
dc9f982
%install
a363501
%if %{with python2}
411cc1a
# Install Python 2 stuff
411cc1a
%make_install PYTHON=python2
a363501
%endif
dc9f982
411cc1a
%if %{with python3}
411cc1a
# Install Python 3 stuff
411cc1a
%make_install PYTHON=python3
411cc1a
%endif
411cc1a
74e6de4
# Delete docs, we'll grab them later
74e6de4
rm -rf %{buildroot}%{_datadir}/doc/%{name}
dc9f982
1ec641e
%ifnarch %{ix86} x86_64
1ec641e
# livecd-iso-to-mediums doesn't work without syslinux
1ec641e
rm -rfv %{buildroot}%{_bindir}/livecd-iso-to-*
1ec641e
rm -rfv %{buildroot}%{_mandir}/man8/livecd-iso-to-*
1ec641e
%endif
1ec641e
dc9f982
%files
411cc1a
%license COPYING
411cc1a
%doc AUTHORS README HACKING
c80c5e6
%doc config/livecd-fedora-minimal.ks
3f7ca15
%doc config/livecd-mageia-minimal-*.ks
c80c5e6
%{_mandir}/man*/*
1ec641e
%exclude %{_mandir}/man8/livecd-iso-to-disk.8*
dc9f982
%{_bindir}/livecd-creator
69665c9
%{_bindir}/image-creator
21d29b5
%{_bindir}/liveimage-mount
1ec641e
%{_bindir}/editliveos
Jasper Hartline d5e09a0
%{_bindir}/mkbiarch
9592f81
e3a056a
%files -n python-imgcreate-sysdeps
e3a056a
# No files because empty metapackage
e3a056a
a363501
%if %{with python2}
411cc1a
%files -n python2-imgcreate
411cc1a
%license COPYING
411cc1a
%doc API
411cc1a
%{python2_sitelib}/imgcreate
a363501
%endif
411cc1a
411cc1a
%if %{with python3}
411cc1a
%files -n python3-imgcreate
411cc1a
%license COPYING
411cc1a
%doc API
411cc1a
%{python3_sitelib}/imgcreate
411cc1a
%endif
dc9f982
1ec641e
%ifarch %{ix86} x86_64
1ec641e
%files -n livecd-iso-to-mediums
1ec641e
%license COPYING
1ec641e
%{_bindir}/livecd-iso-to-disk
1ec641e
%{_bindir}/livecd-iso-to-pxeboot
1ec641e
%{_mandir}/man8/livecd-iso-to-disk.8*
1ec641e
%endif
1ec641e
dc9f982
%changelog
a08d3c9
* Wed Dec 23 2020 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1:27.1-8.1
a08d3c9
- Add priority support
a08d3c9
341606a
* Thu Oct 08 2020 Adam Williamson <awilliam@redhat.com> - 1:27.1-8
341606a
- Backport PR #168 to fix a compatibility issue with DNF 4.4.0+
341606a
911fe54
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:27.1-7
911fe54
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
911fe54
962f300
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:27.1-6
962f300
- Rebuilt for Python 3.9
0983ffd
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:27.1-5
0983ffd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0983ffd
0dbcbb8
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:27.1-4
0dbcbb8
- Rebuilt for Python 3.8.0rc1 (#1748018)
0dbcbb8
73c8cff
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:27.1-3
73c8cff
- Rebuilt for Python 3.8
73c8cff
edf574c
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:27.1-2
edf574c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
edf574c
06cf675
* Fri Apr 19 2019 Neal Gompa <ngompa13@gmail.com> - 1:27.1-1
06cf675
- Bump version to 27.1 (ngompa13)
06cf675
- Fix Kernel version detection (pablo)
06cf675
babf837
* Sun Apr 14 2019 Neal Gompa <ngompa13@gmail.com> - 1:27.0-1
babf837
- Bump version to 27.0 (ngompa13)
babf837
- imgcreate/creator: Change to text strings for reading file list from rpm
babf837
  (ngompa13)
babf837
- imgcreate/live: Check for dracut being installed to determine usability
babf837
  (ngompa13)
babf837
- imgcreate/live: Add squashfs as a mandatory extra filesystem (ngompa13)
babf837
- imgcreate/live: Rename dracut config file to 99-liveos.conf (ngompa13)
babf837
- 'udevadm settle' needs some time to settle (sbonds)
babf837
- README: Removed unnecessary 'the' (scwicker)
babf837
- imgcreate/kickstart: Use systemctl for enabling/disabling services (ngompa13)
babf837
- livecd-iso-to-disk: Simply mount read-only to test for flat_squashfs.
babf837
  (fgrose)
babf837
- editliveos: Accommodate netinstall in multi boot configuration files.
babf837
  (fgrose)
babf837
- livecd-iso-to-disk+pod: Support netinstall .isos and as multi install.
babf837
  (fgrose)
babf837
7f741c1
* Fri Apr 12 2019 Neal Gompa <ngompa13@gmail.com> - 1:26.1-4
7f741c1
- Add patch to adapt to rpm Python bindings changing from bytes to strings (RH#1699432)
7f741c1
cdacbd1
* Thu Apr 04 2019 Neal Gompa <ngompa13@gmail.com> - 1:26.1-3
cdacbd1
- Backport fix from upstream to use systemctl instead of chkconfig (RH#1696064)
cdacbd1
624fb1c
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:26.1-2
624fb1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
624fb1c
b6a4a61
* Sat Dec 08 2018 Neal Gompa <ngompa13@gmail.com> - 1:26.1-1
b6a4a61
- Bump version to 26.1 (ngompa13)
b6a4a61
- Run setfiles after chroot (noto.kazufumi)
b6a4a61
- imgcreate/dnfinst: Force latest packages from only specified repos (ngompa13)
b6a4a61
9a7e6c0
* Sat Nov 24 2018 Neal Gompa <ngompa13@gmail.com> - 1:26.0-3
9a7e6c0
- Backport fix from upstream to ensure latest versions install
9a7e6c0
- Fix extlinux dependency for EL7
9a7e6c0
a9f91b6
* Fri Nov 23 2018 Neal Gompa <ngompa13@gmail.com> - 1:26.0-2
a9f91b6
- Fix Obsoletes of python2-imgcreate from 
a9f91b6
980f639
* Fri Nov 23 2018 Neal Gompa <ngompa13@gmail.com> - 1:26.0-1
980f639
- Bump version to 26.0 (ngompa13)
980f639
- imgcreate/kickstart: Exclude /sys from SELinux labeling (ngompa13)
980f639
- imgcreate/live: Switch to single-step ISO hybridization by xorrisofs
980f639
  (ngompa13)
980f639
- Use xorrisofs instead of genisoimage (ngompa13)
980f639
- imgcreate/live: Drop UDF support (ngompa13)
980f639
- Fix excludeWeakdeps for older pykickstart versions (pablo)
980f639
- README: Update to include --flat-squashfs option. (fgrose)
980f639
- editliveos: Fix inconsistent ops argument. (fgrose)
980f639
- livecd-iso-to-disk: Accept both dracut 045-8 and 049+ for OverlayFS. (fgrose)
980f639
- README: Update to include liveimage-mount & editliveos tools. (fgrose)
980f639
- config/livecd-fedora-minimal.ks:  Increase root partition size. (fgrose)
980f639
- Support a flattened squashfs.img & non-standard image & overlay paths.
980f639
  (fgrose)
980f639
- livecd-iso-to-disk: Support netinstall .iso (fgrose)
980f639
- edit-livecd: Delete unmaintained script superceded by editliveos. (fgrose)
980f639
- Handle dnf config option showing as tuple, not list, in DNF 3.6 (awilliam)
980f639
- live.py: Fix unreported logging.error (fgrose)
980f639
- livecd-iso-to-disk: Skip Multi Image query on --skipcopy condition. (fgrose)
980f639
- livecd-iso-to-disk: Tighten permissions on some files. (fgrose)
980f639
- DNF 3: workaround a bug with config values that are lists (awilliam)
980f639
- Add support for RISC-V (riscv64) (david.abdurachmanov)
980f639
- Revert "Use restorecon instead of setfiles for relabeling" (puiterwijk)
980f639
- imgcreate: Copy gcdia32.efi in __copy_efi_files if it exists (Kevin)
980f639
- Fix the io.open() and utf-8 problems in imgcreate/util.py (david.l.cantrell)
980f639
- Remove get_modules(). (david.l.cantrell)
980f639
- livecd-iso-to-disk: adjust efi boot configuration code. (fgrose)
980f639
- fs.py & editliveos: remove code glitches (fgrose)
980f639
- editliveos: Bind mount /etc/resolv.conf (fgrose)
980f639
- fs.py & editliveos: Fix overlay changing. (fgrose)
980f639
- util.py: Captured output from subprocesses should always be decoded. (scott)
980f639
- Update livecd-creator manpage with info about imcomplete options
980f639
  (zhang.xianwei8)
980f639
- livecd-iso-to-disk: Revert change that broke EFI/MBR hybrid booting (scott)
980f639
- livecd-iso-to-disk: Fix faulty --efi boot config code. (fgrose)
980f639
- livecd-iso-to-disk: Fix overlay size reporting & type testing. (fgrose)
980f639
- livecd-iso-to-disk: Accommodate multiple BOOT*.EFI files. (fgrose)
980f639
e6aeb2e
* Thu Nov 22 2018 Neal Gompa <ngompa13@gmail.com> - 1:25.0-14
e6aeb2e
- Backport workaround for lack of excludeWeakDeps with EL7 pykickstart
e6aeb2e
74e6de4
* Thu Nov 15 2018 Neal Gompa <ngompa13@gmail.com> - 1:25.0-13
74e6de4
- Fix when Python 2 subpackage is obsoleted
74e6de4
- Fix up EL7 support
74e6de4
a363501
* Tue Nov 13 2018 Neal Gompa <ngompa13@gmail.com> - 1:25.0-12
a363501
- Drop Python 2 subpackage for F30+/RHEL8+
a363501
97d11f5
* Wed Sep 26 2018 Adam Williamson <awilliam@redhat.com> - 1:25.0-11
97d11f5
- Backport further fix for #1595917
97d11f5
1951623
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:25.0-10
1951623
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1951623
129387f
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 1:25.0-9
129387f
- Rebuilt for Python 3.7
129387f
746a641
* Wed Jun 27 2018 Adam Williamson <awilliam@redhat.com> - 1:25.0-8
746a641
- Work around a DNF 3 bug that breaks repo setup (#1595917)
746a641
8e3c82d
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1:25.0-7
8e3c82d
- Rebuilt for Python 3.7
8e3c82d
2d9533a
* Thu Mar 22 2018 Patrick Uiterwijk <puiterwijk@redhat.com> - 1:25.0-6
2d9533a
- Revert patch to use restorecon due to unloaded selinux policy
2d9533a
25da73f
* Thu Mar 22 2018 Patrick Uiterwijk <puiterwijk@redhat.com> - 1:25.0-5
25da73f
- Require selinux-policy-targeted in imgcreate-sysdeps
25da73f
4706cfb
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1:25.0-4
4706cfb
- Update Python 2 dependency declarations to new packaging standards
4706cfb
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
4706cfb
d8494f7
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:25.0-3
d8494f7
- Escape macros in %%changelog
d8494f7
efc84d4
* Wed Feb 07 2018 Patrick Uiterwijk <patrick@puiterwijk.org> - 1:25.0-2
efc84d4
- Backport patch to fix appliance-creator
efc84d4
1ec641e
* Sat Oct 21 2017 Neal Gompa <ngompa13@gmail.com> - 25.0-1
1ec641e
- Bump version to 25.0 (ngompa13)
1ec641e
- Set the correct partition size for minimal Mageia kickstarts (ngompa13)
1ec641e
- editliveos: A full featured replacement for tools/edit-livecd. (fgrose)
1ec641e
- fs.py: Add functions and classes to support Live Image Mounting. (fgrose)
1ec641e
- creator.py, live.py: Allow more options to be passed to functions. (fgrose)
1ec641e
- debug.py: Add support for argparse parser. (fgrose)
1ec641e
- fs.py: Allow more options to be passed to functions. (fgrose)
1ec641e
- util.py: Add a subprocess call that returns standard values. (fgrose)
1ec641e
- Remove absolute directories on external program call paths. (fgrose)
1ec641e
- livecd-iso-to-disk: Allow auto --multi install. (fgrose)
1ec641e
- Fix ARM architecture check (ngompa13)
1ec641e
- Declare the literal "kernel-" as a byte array to fix crash (ngompa13)
1ec641e
- livecd-iso-to-disk: Fix boot configuration for images lacking /EFI (fgrose)
1ec641e
- livecd-iso-to-disk: Fix space evaluation for images lacking /EFI (fgrose)
1ec641e
- Use restorecon instead of setfiles for relabeling (scott)
1ec641e
- liveimage-mount: Add support for OverlayFS overlays. (fgrose)
1ec641e
- livecd-iso-to-disk+pod:  Enable a --copy-overlay option. (fgrose)
1ec641e
- livecd-iso-to-disk+pod:  Enable a --copy-home option. (fgrose)
1ec641e
- livecd-iso-to-disk+pod: Add --overlayfs option for overlay. (fgrose)
1ec641e
- livecd-iso-to-disk+pod: Allow multi installs to live booted devices (fgrose)
1ec641e
- livecd-iso-to-disk: Fix sed for kernelargs. (fgrose)
1ec641e
- livecd-iso-to-disk: Adjust syslinux default menu style, as needed. (fgrose)
1ec641e
1706ad7
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:24.4-3
1706ad7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
1706ad7
91f9d25
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:24.4-2
91f9d25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
91f9d25
032e74d
* Mon May 08 2017 Neal Gompa <ngompa13@gmail.com> - 24.4-1
032e74d
- Bump version to 24.4 (ngompa13)
032e74d
- livecd-iso-to-disk: Fix freespace determination for DVD installer. (fgrose)
032e74d
- livecd-iso-to-disk: Fix labeling of target device filesystem. (fgrose)
032e74d
- Switch the default filesystem to ext4 (ngompa13)
032e74d
3f7ca15
* Wed Apr 12 2017 Neal Gompa <ngompa13@gmail.com> - 24.3-2
3f7ca15
- Include missing sample kickstarts
3f7ca15
d72a396
* Wed Apr 12 2017 Neal Gompa <ngompa13@gmail.com> - 24.3-1
d72a396
- Bump version to 24.3 (ngompa13)
d72a396
- livecd-iso-to-disk: Fix --efi --format code sequence problems. (fgrose)
d72a396
- livecd-iso-to-disk+pod: Add options for automatic boot. (fgrose)
d72a396
- livecd-iso-to-disk+pod: Add --no-overlay & --reset-overlay options. (fgrose)
d72a396
- livecd-iso-to-disk: Remove checkLVM() as it seems unnecessary now. (fgrose)
d72a396
- livecd-iso-to-disk & liveimage-mount: Multi Live Image Boot fixes. (fgrose)
d72a396
- Update minimal Fedora kickstart to use sha512 auth algorithm (ngompa13)
d72a396
- Add minimal Mageia kickstarts to serve as examples (ngompa13)
d72a396
- Use genisoimage instead of mkisofs (ngompa13)
d72a396
084bc81
* Tue Mar 07 2017 Neal Gompa <ngompa13@gmail.com> - 24.2-1
084bc81
- Bump version to 24.2 (ngompa13)
084bc81
- livecd-iso-to-disk+pod: Code cleanups & modernization. (fgrose)
084bc81
- livecd-iso-to-disk: Update partition handling (fgrose)
084bc81
- livecd-iso-to-disk: Replace unneeded uses of awk. (fgrose)
084bc81
- livecd-iso-to-disk+pod: Multi Live Image boot configuration (fgrose)
084bc81
f4ffd7e
* Tue Feb 28 2017 Neal Gompa <ngompa13@gmail.com> - 24.1-1
f4ffd7e
- Fix livecd-iso-to-disk pod text (ngompa13)
f4ffd7e
- Bump version to 24.1 (ngompa13)
f4ffd7e
- Add more primary authors (ngompa13)
f4ffd7e
- liveimage-mount: Add an exception class to allow standalone use. (fgrose)
f4ffd7e
- liveimage-mount: Support multiple concurrent invocations. (fgrose)
f4ffd7e
- liveimage-mount: Extend mount-hacks & overlay options. (fgrose)
f4ffd7e
- liveimage-mount: Support encrypted home filesystems. (fgrose)
f4ffd7e
- liveimage-mount: Add a read-only option for mounting. (fgrose)
f4ffd7e
- liveimage-mount: Add an unmount mode. (fgrose)
f4ffd7e
- liveimage-mount: Don't bypass udev in dmsetup. (fgrose)
f4ffd7e
- livecd-iso-to-disk: Restructure filesystem label handling (fgrose)
f4ffd7e
- livecd-iso-to-disk+pod: Fix missing/outdated boot configurations (fgrose)
f4ffd7e
- livecd-iso-to-disk: Cleanup sed statements (fgrose)
f4ffd7e
- Disable 64bit feature in mke2fs for syslinux>=6.03 (yturgema)
f4ffd7e
1db5d39
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:24.0-4
1db5d39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1db5d39
e3a056a
* Mon Jan 02 2017 Neal Gompa <ngompa13@gmail.com> - 24.0-3
e3a056a
- Move system dependencies for livecd-tools to python-imgcreate-sysdeps (#1409536)
e3a056a
- Ensure pythonX-imgcreate depend on python-imgcreate-sysdeps (#1409536)
e3a056a
7ec7923
* Wed Dec 21 2016 Kevin Fenzi <kevin@scrye.com> - 24.0-2
7ec7923
- Rebuild for Python 3.6
7ec7923
411cc1a
* Tue Dec 06 2016 Brian C. Lane <bcl@redhat.com> - 24.0-1
411cc1a
- Remove unused tmpdir parameter in resize2fs(). (fgrose)
411cc1a
- HACKING: Fix mailing list address (ngompa13)
411cc1a
- README: Fix the mailing list reference (ngompa13)
411cc1a
- Check if FirewallD is installed before running ks firewall commands (ngompa13)
411cc1a
- Merge pull request #6 from Conan-Kudo/yumtodbo (kevin.kofler)
411cc1a
- Fixup and update the README (ngompa13)
411cc1a
- Yum -> DNF; ayum -> dbo (ngompa13)
411cc1a
- Properly exclude packages from the install set (ngompa13)
411cc1a
- Merge pull request #3 from Conan-Kudo/warningfix (kevin.kofler)
411cc1a
- logging.warn -> logging.warning (ngompa13)
411cc1a
- Delete any leftover (Kevin)
411cc1a
- Fix error handling in creator.py (Kevin)
411cc1a
- Merge pull request #2 from Conan-Kudo/fixmakefile (kevin.kofler)
411cc1a
- Fix command for creating symlink in Makefile (ngompa13)
411cc1a
- Fix command for getting Python directory in the Makefile (ngompa13)
411cc1a
- Merge pull request #1 from Conan-Kudo/futurize (kevin.kofler)
411cc1a
- Bump version to 24.0 (ngompa13)
411cc1a
- Fix up README (ngompa13)
411cc1a
- More conversion of strings to bytestrings (ngompa13)
411cc1a
- Convert bytestring to string (ngompa13)
411cc1a
- Replace deprecated string.join() with str.join (ngompa13)
411cc1a
- Fix division to be unambiguous (ngompa13)
411cc1a
- Purge all Python < 2.6 exception handling code (ngompa13)
411cc1a
- 'msg' should be 'message' for CreatorError exceptions (ngompa13)
411cc1a
- More string to bytestring conversions (ngompa13)
411cc1a
- Convert string to bytestring (ngompa13)
411cc1a
- Convert result sliced from bytestring into string (ngompa13)
411cc1a
- More declaring bytestrings as bytestrings (ngompa13)
411cc1a
- Replace file() with open() (ngompa13)
411cc1a
- use six module for urllib import (ngompa13)
411cc1a
- Mark byte being written as byte (ngompa13)
411cc1a
- Prepend file:// for local paths that don't have it already (ngompa13)
411cc1a
- Remove unused import for system-config-keyboard (ngompa13)
411cc1a
- Migrate from urlgrabber to urllib for Python 2/3 compatibility (ngompa13)
411cc1a
- Makefile fixes for setting which Python to use (ngompa13)
411cc1a
- Add support for setting Python interpreter to be used (ngompa13)
411cc1a
- Port to Python 2.6+, 3.3+ (ngompa13)
411cc1a
- Port from yum to dnf. (Kevin)
411cc1a
- Add imgcreate/.gitignore (Kevin)
411cc1a
- Disambiguation (PeteLawler)
411cc1a
b46f486
* Fri Aug 26 2016 Brian C. Lane <bcl@redhat.com> - 23.4-1
b46f486
- Version 23.4 (bcl)
b46f486
- yuminst.LiveCDYum.runInstall: import yum.Errors (sandro.bonazzola)
b46f486
- Wrap all parted calls in LC_ALL=C (#1350253) (bcl)
b46f486
- Fix calling livecd-iso-to-pxeboot with a full path (cadegenn)
b46f486
- Stop truncating /etc/resolv.conf in SELinux module -- fixes #31 (torrancew)
b46f486
- litp: Copy ldlinux.c32 to tftpboot for PXE live setup. (bcl)
b46f486
- Always use rsync to copy Packages (#1343645) (bcl)
b46f486
- Fix extended regular expression [0-9] (fgrose)
b46f486
- Enable loop device as installation target (fgrose)
b46f486
f6f961b
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:23.3-2
f6f961b
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
f6f961b
f643fe2
* Thu May 05 2016 Brian C. Lane <bcl@redhat.com> 23.3-1
f643fe2
- Version 23.3 (bcl)
f643fe2
- litd: add the "rw" argument even if there's no "ro" (#1318470) (lkundrak)
f643fe2
- Remove everything but LiveOS/ from appended ISO (lzap+git)
f643fe2
- support aarch64 (jef199006)
f643fe2
05b7570
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:23.2-4
05b7570
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
05b7570
2df496a
* Thu Oct 15 2015 Brian C. Lane <bcl@redhat.com> 23.2-3
2df496a
- Actually add the source file
2df496a
879a707
* Thu Oct 15 2015 Brian C. Lane <bcl@redhat.com> 23.2-2
879a707
- Version 23.2 (bcl)
879a707
- Use add_drivers for dracut config (#1192030) (bcl)
879a707
- litd: Don't add inst.stage2 to cmdline (bcl)
879a707
- livecd-iso-to-disk: partnum should only be a digit (#1136586) (bcl)
879a707
- Handle devices ending in a digit (#1136586) (bcl)
879a707
54bde93
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:23.1-2
54bde93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
54bde93
89cb226
* Mon Jun 08 2015 Brian C. Lane <bcl@redhat.com> 23.1-1
89cb226
- Version 23.1 (bcl)
89cb226
- litd: All parted calls should use -s mode (#1195478) (bcl)
89cb226
- litd: Make sure device nodes have time to appear (bcl)
89cb226
- Sync usage documentation with livecd-iso-to-disk.pod (fgrose)
89cb226
- Correct misinformation and cover new options (fgrose)
89cb226
- Update repo urls to point to new github location (#1208825) (bcl)
89cb226
- Explicitly add the uas driver to the initrd (#1201983) (bcl)
0057401
- Update repo urls to point to new github location.
0057401
cc60927
* Mon Mar 02 2015 Brian C. Lane <bcl@redhat.com> 23.0-1
cc60927
- Version 23.0 (bcl)
cc60927
- kickstart: Handle resolv.conf being a nonexistent symlink (walters)
cc60927
- Report Kickstart errors without traceback (#1168030) (bcl)
cc60927
- Change console font to eurlatgr (myllynen)
cc60927
- litd: Add missing syslinux modules (#1192137) (bcl)
cc60927
- Note lz4 compression in help (bruno)
cc60927
b295807
* Thu Feb 26 2015 Dennis Gilmore <dennis@ausil.us> - 21.4-2
b295807
- Require python-kickstart since it has teh python2 version of pykickstart
b295807
8df4216
* Mon Oct 27 2014 Brian C. Lane <bcl@redhat.com> 21.4-1
8df4216
- Version 21.4 (bcl)
8df4216
- Ignore case when looking for UEFI boot*efi file (#1156380) (bcl)
8df4216
- Preload the libnss_sss library (#1127103) (bcl)
8df4216
2ba709c
* Mon Oct 20 2014 Brian C. Lane <bcl@redhat.com> 21.3-1
2ba709c
- Version 21.3 (bcl)
2ba709c
- mkefiboot now expects all upper case for BOOT*.EFI (#1154138) (bcl)
2ba709c
- Move __fstype into ImageCreator class (bcl)
2ba709c
- Catch Yum errors and print them (#1119906) (bcl)
2ba709c
f7c0bbb
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:21.2-2
f7c0bbb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f7c0bbb
88e5afb
* Wed Jul 23 2014 Brian C. Lane <bcl@redhat.com> 21.2-1
88e5afb
- Version 21.2 (bcl)
88e5afb
- Abort livecd creation if selinux relabel fails (#1121301) (bcl)
88e5afb
- Add lorax ppc config files to search path (bcl)
88e5afb
- Use inst.repo and inst.stage2 (bcl)
88e5afb
- Use rd.live.overlay instead of overlay (bcl)
88e5afb
e6b851c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:21.1-2
e6b851c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e6b851c
add3563
* Tue Apr 15 2014 Brian C. Lane <bcl@redhat.com> 21.1-1
add3563
- Version 21.1 (bcl)
add3563
- Update live.py for syslinux 6.02-4 (bcl)
add3563
53b4ee4
* Wed Mar 26 2014 Brian C. Lane <bcl@redhat.com> 21.0-1
53b4ee4
- Version 21.0 (bcl)
53b4ee4
- Update kickstart.py for new kickstart (bcl)
53b4ee4
- Update yuminst for new pykickstart (bcl)
53b4ee4
- Cleanup paths in README (bcl)
53b4ee4
- livecd-creator: Make sure kickstart file exists (#1074295) (bcl)
53b4ee4
914ef13
* Fri Jan 31 2014 Brian C. Lane <bcl@redhat.com> 20.4-1
914ef13
- Version 20.4 (bcl)
914ef13
- Fix extlinux check (#1059278) (bcl)
914ef13
- Check kickstart for repo line (#1005580) (bcl)
914ef13
- Catch CreatorError during class init (#1005580) (bcl)
914ef13
- Add docleanup to edit-livecd (#1000744) (bcl)
914ef13
- utf8 decode unicode error strings (#1035248) (bcl)
914ef13
- Remove switch to Permissive (#1051523) (bcl)
914ef13
75aa854
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 20.3-1
75aa854
- Version 20.3 (bcl)
75aa854
- Add missing quote (#1044675) (bcl)
75aa854
7e359f6
* Tue Jan 07 2014 Brian C. Lane <bcl@redhat.com> 20.2-1
75aa854
- Version 20.2 (bcl)
7e359f6
- Use LC_ALL=C for parted calls (#1045854) (bcl)
7e359f6
- Fix to work with the changed yum.config._getsysver (bruno)
7e359f6
- Add check for extlinux tools (#881317) (bcl)
7e359f6
- Cleanup arg parsing a bit (#725047) (bcl)
7e359f6
c848345
* Mon Nov 18 2013 Brian C. Lane <bcl@redhat.com> 20.1-1
c848345
- add 'troubleshooting' submenu with 'basic graphics mode' to UEFI boot menu (awilliam)
c848345
- make UEFI boot menu resemble the BIOS and non-live boot menus more (awilliam)
c848345
- drop 'xdriver=vesa' from basic graphics mode parameters (per ajax) (awilliam)
c848345
- Ensure filesystem modules end up in the live image initramfs. (notting)
c848345
- Don't use mkfs.extN options for any filesystem types. (notting)
c848345
- litd: Add --label option to override LIVE label (helio)
c848345
- liveimage-mount: add missing import (bcl)
c848345
- Change vfat limit from 2047 to 4095 (#995552) (bcl)
c848345
35c98fd
* Wed Aug 07 2013 Brian C. Lane <bcl@redhat.com> 20.0-1
35c98fd
- Version 20.0 (bcl)
35c98fd
- Install docs in unversioned doc directory (#992144) (bochecha)
35c98fd
471dcea
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:19.6-2
471dcea
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
471dcea
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)
d8494f7
- 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
411cc1a
* Fri 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