Commit Graph

367 Commits

Author SHA1 Message Date
Miro Hrončok 2a1712aaac Rebuild for Python 3.6 2016-12-19 18:20:36 +01:00
Brian C. Lane dff2bd1187 - New lorax documentation - 26.2 (bcl@redhat.com)
- runtime-postinstall: PYTHONDIR is no longer used. (bcl@redhat.com)
- Only require edk2-ovmf on supported arches. (bcl@redhat.com)
2016-12-06 16:29:03 -08:00
Brian C. Lane c6043a8c3f - add exception for lulzbot-marlin-firmware (pbrobinson@gmail.com)
- drop kexec arch conditional for aarch64 (pbrobinson@gmail.com)
- imgutils: Don't relabel /ostree (walters@verbum.org)
- Added option to remove packages (parallel to installpkgs) (riehecky@fnal.gov)
- templates: When a subprocess fatally errors, output its stderr directly (walters@verbum.org)
2016-11-22 09:26:51 -08:00
Brian C. Lane 0bc221a5ea - Add missing fonts (#1370118) (vponcova@redhat.com)
- drop ssh server key generation for s390(x) (#1383641) (dan@danny.cz)
2016-10-17 17:40:20 -07:00
Brian C. Lane 6fef7db6ba - Bump version to 26.0 (bcl@redhat.com)
- adapt to DNF 2.0 API changes (i.gnatenko.brain@gmail.com)
2016-09-30 09:15:51 -07:00
Brian C. Lane 3ff46ffa9c - Fix broken sshd.inst boot option (#1378378) (jjelen@redhat.com)
- Don't log dracut initrd regeneration messages into /tmp/syslog (#1369439) (rvykydal@redhat.com)
- Use imjournal for rsyslogd instead of sharing /dev/log with journal (#1369439) (rvykydal@redhat.com)
- livemedia-creator: Check for packaging failures in the logs (#1374809) (bcl@redhat.com)
- templates: Enusre basic.target.wants dir exists for rngd (walters@verbum.org)
2016-09-26 12:09:34 -07:00
Brian C. Lane 920fb7e9ce - Keep fsfreeze in install environment (#1315468) (rmarshall@redhat.com)
- Add ppc64le kernel path (mkumatag@in.ibm.com)
- Install storaged-iscsi to the runtime (#1347415) (vpodzime@redhat.com)
2016-09-08 12:16:58 -07:00
Brian C. Lane 581624922c - lorax: Add --rootfs-size (#1368743) (bcl@redhat.com)
- Revert "Use size=10 by default" (bcl@redhat.com)
2016-08-23 11:57:15 -07:00
Kevin Fenzi 5b67735bb1 Actually apply last patch 2016-08-20 10:00:42 -06:00
Dennis Gilmore 1a42984490 revert Use size=10 by default (walters@verbum.org)
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-19 17:27:08 -05:00
Dennis Gilmore 114851e449 acctually apply the lsof patch
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-19 14:13:28 -05:00
Dennis Gilmore cf9e78283c bump release
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-19 09:17:18 -05:00
Dennis Gilmore 32f7f584fd add patch to run lsof as well as fuser and ls on mount points
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-19 09:16:16 -05:00
Dennis Gilmore 9807b8261d add a patch to do a ls of /dev/shm for testing of lives
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2016-08-18 16:34:49 -05:00
Brian C. Lane 630f383df1 - as of Fedora 25 s390x now has docker (pbrobinson@fedoraproject.org)
- ppc64le doesn't have pcmciatools (pbrobinson@fedoraproject.org)
- add grub2-tools to aarch64, drop duplicate grubby (pbrobinson@fedoraproject.org)
- Allow supplying a disk image for PXE live systems (code@schoeller.se)
- Use size=10 by default (walters@verbum.org)
2016-08-12 17:44:35 -07:00
Brian C. Lane 5c1ec2415c - New lorax documentation - 25.12 (bcl@redhat.com)
- Don't install python3-dnf-langpacks (vpodzime@redhat.com)
2016-07-28 07:59:38 -07:00
Brian C. Lane 849ebc3c41 - Fix aarch64 installs due to missing/unsupported packages
(pbrobinson@gmail.com)
- Keep fb_sys_fops module needed for ast support (#1272658) (bcl@redhat.com)
2016-07-20 17:53:43 -07:00
Fedora Release Engineering d5fea97688 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 07:51:58 +00:00
Brian C. Lane aceebe3232 - Installing *-firmware should be optional (bcl@redhat.com) 2016-07-13 07:29:57 -07:00
Brian C. Lane f4bc93fe27 - Fix installpkg error handling (bcl@redhat.com)
- Switch installpkg default to --required (bcl@redhat.com)
- Keep all of the kernel drivers/target/ modules (#1348381) (bcl@redhat.com)
- Keep the pci utilities for use in kickstarts (#1344926) (bcl@redhat.com)
- Make sure cmdline config file exists (#1348304) (bcl@redhat.com)
- Stop using undocumented DNF logging API (bcl@redhat.com)
2016-07-08 17:18:36 -07:00
Brian C. Lane 114136860b - livemedia-creator: Always copy novirt logs before cleanup (bcl@redhat.com) 2016-06-02 17:16:19 -07:00
Brian C. Lane 6eacccbee6 - do not remove libutempter as tmux gained a dep on it (dennis@ausil.us)
- New lorax documentation - 25.6 (bcl@redhat.com)
- Update lmc UEFI support to use the edk2-ovmf package (bcl@redhat.com)
2016-05-27 17:03:11 -07:00
Brian C. Lane 6d411cb8e7 - Add efi, product, and updates image paths to treeinfo (bcl@redhat.com)
- livemedia-creator: Update make-pxe-live to support missing initramfs
  (bcl@redhat.com)
- Rebuild initramfs if it is missing (bcl@redhat.com)
- Add a new error to the log monitor. (bcl@redhat.com)
- Fix DataHolder to handle hasattr (bcl@redhat.com)
2016-05-13 16:46:20 -07:00
Brian C. Lane 07cf13a48e - Add example kickstart for Atomic PXE live no-virt (bcl@redhat.com)
- Update ostree boot handling (bcl@redhat.com)
- pylorax: Add delete option to umount (bcl@redhat.com)
- Refactor PXE live creation code (bcl@redhat.com)
- Change --make-pxe-live --no-virt use a fsimage (bcl@redhat.com)
- Allow ostreesetup kickstart (bcl@redhat.com)
2016-04-29 19:02:00 -07:00
Brian C. Lane 46bac7650b - livemedia-creator: Make sure make-iso kickstart includes dracut-live
(bcl@redhat.com)
- livemedia-creator: Simplify cleanup for no-virt (bcl@redhat.com)
- Copying same file shouldn't crash (#1269213) (bcl@redhat.com)
2016-04-18 10:51:47 -07:00
Brian C. Lane 626cb1ef0b - livemedia-creator: Use correct suffix on default image names (#1318958)
(bcl@redhat.com)
- livemedia-creator: Pass -Xbcj to mksquashfs (bcl@redhat.com)
- templates: On 32 bit systems limit the amount of memory xz uses
  (bcl@redhat.com)
- ltmpl: Add compressor selection and argument passing to installimg
  (bcl@redhat.com)
- livemedia-creator: Update example kickstarts (bcl@redhat.com)
- image-minimizer: Fix argument parsing (bcl@redhat.com)
- livemedia-creator: Check selinux state and exit (bcl@redhat.com)
- livemedia-creator: Catch dnf download error (bcl@redhat.com)
- templates: Fix runtime_img check (bcl@redhat.com)
- Remove gnome-icon-theme (dshea@redhat.com)
- Exclude unused firmware from package selection. (dshea@redhat.com)
- Add a means of excluding packages from a glob (dshea@redhat.com)
- Clean up /dev. (dshea@redhat.com)
- Remove /var/lib/dnf (dshea@redhat.com)
- Remove a bunch of stuff pulled in by webkitgtk (dshea@redhat.com)
- lorax-lmc-virt now uses qemu not libvirt and virt-install (bcl@redhat.com)
- New lorax documentation - 25.2 (bcl@redhat.com)
- Use Sphinx to generate manpages (bcl@redhat.com)
- livemedia-creator: Use sphinx-argparse to document args (bcl@redhat.com)
- Move argument parsers into pylorax.cmdline (bcl@redhat.com)
- livemedia-creator: Fix off by 1024 error (bcl@redhat.com)
- Create UDF iso when stage2 is >= 4GiB (#1312158) (bcl@redhat.com)
2016-03-30 14:37:59 -07:00
Brian C. Lane 393c91836e - Not all arches currently have docker (#1317632) (pbrobinson@gmail.com) 2016-03-15 11:59:05 -07:00
Brian C. Lane 4b91920303 Add the 25.1 spec file 2016-03-09 16:49:35 -08:00
Brian C. Lane 14d3c712db - Change location of basearch to dnf.rpm.basearch (#1312087) (bcl@redhat.com)
- livemedia-creator: Change fsck.ext4 discard failures to errors
  (bcl@redhat.com)
- pylorax: proc.returncode can be None (bcl@redhat.com)
- livemedia-creator: Create runtime using kickstart partition size
  (bcl@redhat.com)
- livemedia-creator: Update kickstarts for rawhide (bcl@redhat.com)
- pylorax: Fix undefind strings on subprocess crash (bcl@redhat.com)
- Keep /usr/bin/xrdb (#1241724) (dshea@redhat.com)
- Install the libblockdev-lvm-dbus plugin (#1264816) (vpodzime@redhat.com)
- livemedia-creator: Bump default releasever to 25 (bcl@redhat.com)
- Add docker-anaconda-addon (bcl@redhat.com)
- livemedia-creator: Use qemu instead of virt-install (bcl@redhat.com)
- Bump version to 25.0 (bcl@redhat.com)
2016-03-09 16:45:56 -08:00
Brian C. Lane 8d3f144ea7 - Add glibc-all-langpacks (#1312607) (dshea@redhat.com) 2016-03-01 18:07:10 -08:00
Brian C. Lane 3a03f49ddf - templates: Reinstate gpgme-pthread.so for ostree (walters@verbum.org)
- Include grub2-efi-modules on the boot.iso (#1277227) (bcl@redhat.com)
- Keep modules needed for ast video driver support (#1272658) (bcl@redhat.com)
2016-02-25 10:06:07 -08:00
Brian C. Lane f31f321258 - Put the NM loglevel config in the right place. (bcl@redhat.com) 2016-02-19 17:40:17 -08:00
Brian C. Lane dd8ecd53a0 - configure NetworkManager to loglevel=DEBUG (#1274647) (rvykydal@redhat.com)
- New lorax documentation - 24.10 (bcl@redhat.com)
2016-02-19 17:18:56 -08:00
Brian C. Lane 0076416d05 - Add rng-tools and start rngd.service by default (#1258516) (bcl@redhat.com)
- livemedia-creator: Stop passing --repo to anaconda (#1304802)
  (bcl@redhat.com)
- livemedia-creator: Add /usr/share/lorax/templates.d/ support (bcl@redhat.com)
- Move templates to /usr/share/lorax/templates.d/99-generic (bcl@redhat.com)
- Add check for templates.d in the sharedir (bcl@redhat.com)
- Add documentation for the lorax command and templates (bcl@redhat.com)
- Remove the removal of the eintr checker, which has been removed
  (dshea@redhat.com)
2016-02-12 16:00:07 -08:00
Dennis Gilmore 0fdf978f14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 04:27:25 +00:00
Brian C. Lane 5c45fad1f1 - livemedia-creator: Add kernel-modules and kernel-modules-extra to examples
(bcl@redhat.com)
- livemedia-creator: Make sure the rootfs.img can be compressed
  (bcl@redhat.com)
2016-01-13 17:30:10 -08:00
Brian C. Lane 3b23bae479 - Make arm .treeinfo match reality (dennis@ausil.us)
- Add --iso-name to use with --iso-only (bcl@redhat.com)
2016-01-12 08:46:03 -08:00
Brian C. Lane 80cc0948fa - Add kpartx to Requires (bcl@redhat.com)
- Prefix temporary files and directories with lmc- (bcl@redhat.com)
- Add --iso-only option to --make-iso (bcl@redhat.com)
- livemedia-creator: Fix calculation of disk_size in some cases
  (logans@cottsay.net)
- docs: Update documentation for livemedia-creator (bcl@redhat.com)
- livemedia-creator: Add --image-type and --qemu-args options (bcl@redhat.com)
- pylorax: Add mkqemu_img function, alias mkqcow2 to it. (bcl@redhat.com)
- Update things to make pylint 1.5.1 happy (bcl@redhat.com)
- Write a list of debuginfo packages to /root/debug-pkgs.log (#1068675)
  (bcl@redhat.com)
- Also remove uboot from live arm.tmpl (bcl@redhat.com)
- no longer make u-boot wrapped kernels (dennis@ausil.us)
- Fix chronyd not working in the installation (#1288905) (jkonecny@redhat.com)
- Update Lorax documentation - 24.6 (bcl@redhat.com)
- Update docs for product.img (bcl@redhat.com)
2016-01-08 16:40:34 -08:00
Brian C. Lane 3970f01a0a - livemedia-creator: Raise an error if url is used without networking
(fabiand@fedoraproject.org)
- livemedia-creator: Fix a small typo (fabiand@fedoraproject.org)
- livemedia-creator: Use discard during installation
  (fabiand@fedoraproject.org)
- livemedia-creator: Use cache=unsafe for the installation disk
  (fabiand@fedoraproject.org)
- Remove requires for pocketlint as it is not used in build process
  (bcl@redhat.com)
- Include qemu modules in the initrd (bcl@redhat.com)
- livemedia-creator: Check kickstart for shutdown (#1207959) (bcl@redhat.com)
- livemedia-creator: Correctly handle not mounting image (bcl@redhat.com)
- livemedia-creator: Use hd:LABEL for stage2 iso (bcl@redhat.com)
- Add support for .repo files (#1264058) (bcl@redhat.com)
- livemedia-creator: Actually pass vcpus to virt-install (bcl@redhat.com)
- paste is needed by os-prober (#1275105) (bcl@redhat.com)
2015-12-02 17:48:59 -08:00
Robert Kuska 612142f2aa Remove requires for pocketlint as it is not used in build process 2015-11-11 10:12:21 +01:00
Peter Robinson f500c82865 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 14:45:26 +00:00
Brian C. Lane b892b76118 - Add --virt-uefi to boot the VM using OVMF (bcl@redhat.com)
- Enable gtk inspector. (dshea@redhat.com)
- lorax: Improve argument parsing and help (bcl@redhat.com)
- lorax: Add --sharedir to override configuration path (bcl@redhat.com)
2015-11-06 17:22:08 -08:00
Brian C. Lane 27517b4485 - livemedia-creator: Allow novirt ostree partitioned images (#1273199)
(bcl@redhat.com)
- Add documentation and kickstart for --make-vagrant (bcl@redhat.com)
- livemedia-creator: Make --make-vagrant work with --no-virt (bcl@redhat.com)
- livemedia-creator: Add --make-vagrant command (bcl@redhat.com)
- Add selinux switch to mktar (bcl@redhat.com)
- livemedia-creator: Make --make-oci work with --no-virt (bcl@redhat.com)
- Add documentation for --make-oci (bcl@redhat.com)
- livemedia-creator: Add --make-oci for Open Container Initiative images
  (bcl@redhat.com)
- Add submount directory to PartitionMount class (bcl@redhat.com)
- Keep libthread so that gdb will work correctly (#1269055) (bcl@redhat.com)
- Update Lorax documentation - 24.3 (bcl@redhat.com)
2015-10-28 18:16:43 -07:00
Brian C. Lane 863bf59c10 - Do not let systemd-tmpfiles set up /etc on boot (dshea@redhat.com)
- Fix the concatenation of error output. (dshea@redhat.com)
- Add findmnt command (jkonecny@redhat.com)
- Reduce the size of macboot.img (#952747) (bcl@redhat.com)
- rsa1 keys are not supported any more by our openssh (dan@danny.cz)
- Look for crashes from the anaconda signal handler. (dshea@redhat.com)
- Include gdb in the boot.iso (dshea@redhat.com)
- Do not install weak deps in boot.iso (bcl@redhat.com)
- Require correct dnf version for API changes (bcl@redhat.com)
- Drop multiprocessing for do_transaction (#1208296) (bcl@redhat.com)
- Add a font that supports Urdu characters (#1004717) (bcl@redhat.com)
- livemedia-creator: Remove random-seed from images (#1258986) (bcl@redhat.com)
- Don't include early microcode in initramfs (#1258498) (bcl@redhat.com)
2015-10-06 15:02:25 -07:00
Brian C. Lane 2511e94be6 - drop fedup-dracut and friends (wwoods@redhat.com)
- don't build upgrade.img anymore (wwoods@redhat.com)
- livemedia-creator: no-virt fsimage should only use / size from ks
  (bcl@redhat.com)
- Update lmc docs for new mock (bcl@redhat.com)
- No longer offer a rescue boot menu option on liveinst (#1256061).
  (clumens@redhat.com)
- document --timeout in livemedia-creator man page (atodorov@redhat.com)
- Add enough of shadow-utils to create new user accounts. (dshea@redhat.com)
- Update Lorax documentation - 24.1 (bcl@redhat.com)
- Add lldptool (#1085325) (rvykydal@redhat.com)
2015-08-31 17:28:23 -07:00
Brian C. Lane a55e13454b - some of the PowerPC utilities (powerpc-utils and fbset) need perl too
(pbrobinson@gmail.com)
- Add a default vconsole.conf to the boot.iso (#1250260) (bcl@redhat.com)
- Return the output from failed commands in CalledProcessError (bcl@redhat.com)
- Add dracut-live for livemedia kickstart example (bcl@redhat.com)
2015-08-07 17:11:59 -07:00
Brian C. Lane 2a25279def - Bump version to 24.0 (bcl@redhat.com)
- Use execReadlines in livemedia-creator (bcl@redhat.com)
- Add execReadlines to executils. (bcl@redhat.com)
- Add reset_lang argument to everything in executils. (bcl@redhat.com)
2015-07-30 14:55:10 -07:00
Brian C. Lane 8f97dab916 - Add a new makefile target that does everything needed for jenkins. (clumens@redhat.com)
- Revert "Revert "Turn off ldconfig"" (dshea@redhat.com)
- Add back libraries needed by spice-vdagent (dshea@redhat.com)
- Remove some junk that didn't work anyway (dshea@redhat.com)
- Add a verification step to Lorax.run. (dshea@redhat.com)
- Create an empty selinux config file (#1243168) (bcl@redhat.com)
- Update Lorax documentation - 23.13 (bcl@redhat.com)
2015-07-21 15:35:14 -07:00
Brian C. Lane 06c41c3b4b - Add a bit more overhead to the root filesystem size (bcl@redhat.com)
- network: turn slaves autoconnection on (rvykydal@redhat.com)
- Keep hyperv_fb driver in the image (#834791) (bcl@redhat.com)
2015-07-10 17:03:53 -07:00
Brian C. Lane 6c42e14e3c - Explicitly add kernel-modules and kernel-modules-extra (bcl@redhat.com) 2015-06-26 17:42:09 -07:00