Commit Graph

76 Commits

Author SHA1 Message Date
Brian C. Lane
d71ee14324 - livemedia-creator: Handle virt-install failure cleanup (bcl@redhat.com)
- livemedia-creator: Fail when there are missing packages (bcl@redhat.com)
- Keep virtio_console harder. (dshea@redhat.com)
2014-06-19 16:46:28 -07:00
Dennis Gilmore
a1a67d988b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 01:56:27 -05:00
Brian C. Lane
ebd1882489 - Add --add-template{,-var} (walters@verbum.org)
- runtime-install: Add rpm-ostree, move dnf here (walters@verbum.org)
- Update copyright statements (bcl@redhat.com)
- livemedia-creator: Cleanup docstrings (bcl@redhat.com)
- livemedia-creator: Cleanup some style issues (bcl@redhat.com)
- Cleanup other misc pylint warnings (bcl@redhat.com)
- Cleanup pylorax pylint warnings (bcl@redhat.com)
- Add pylint testing (bcl@redhat.com)
- Require uboot-tools when running on arm (dennis@ausil.us)
- Obsolete appliance-tools-minimizer (#1084110) (bcl@redhat.com)
- livemedia-creator: Copy fsimage if hardlink fails (bcl@redhat.com)
- Turn on debug output for mkefiboot (bcl@redhat.com)
- Clean up download and install output (bcl@redhat.com)
- Install specific lohit fonts instead of all of them (#1090390)
  (bcl@redhat.com)
- Update grub2-efi.cfg for aarch64 to more closely match x86 (#1089418).
  (dmarlin@redhat.com)
- Install rdma so that dracut will use it along with libmlx4 (#1089564)
  (bcl@redhat.com)
2014-05-12 17:24:52 -07:00
Dennis Gilmore
7fc00eb28f Require uboot-tools on arm arches so e can make u-boot wrapped
- versions of the kernel and initramfs's
2014-04-26 21:34:55 -05:00
Brian C. Lane
b771e1fe1a - Update syslinux 6.02 support for noarch change (bcl@redhat.com)
- runtime-cleanup: Do install GPG (walters@verbum.org)
2014-04-15 13:46:47 -07:00
Brian C. Lane
520d8c6b38 - Update to support syslinux 6.02 (bcl@redhat.com)
- livemedia-creator: Add support for making tarfiles (bcl@redhat.com)
- livemedia-creator: Allow disk sizes to be < 1GiB (bcl@redhat.com)
- livemedia-creator: Check fsimage kickstart for single partition
  (bcl@redhat.com)
- livemedia-creator: Output all the errors at once (bcl@redhat.com)
- livemedia-creator: Update documentation to reflect new options
  (bcl@redhat.com)
- livemedia-creator: Make --make-fsimage work with virt-install
  (bcl@redhat.com)
2014-04-10 17:27:59 -07:00
Brian C. Lane
5ed738df41 - Use BOOTAA64.efi for AARCH64 bootloader filename (#1080113) (bcl@redhat.com)
- Stop removing curl after adding it (bcl@redhat.com)
- move image-minimizer to lorax (#1082642) (bcl@redhat.com)
- support ppc64le in lorax (hamzy@us.ibm.com)
2014-04-02 17:17:21 -07:00
Brian C. Lane
f4e8e4a8da - Install bzip2 for liveimg tar.bz2 support (bcl@redhat.com)
- Remove obsolete firstaidkit packages (#1076237) (bcl@redhat.com)
- livemedia-creator: Add option to create qcow2 disk images (bcl@redhat.com)
- Add support for creating qcow2 images (bcl@redhat.com)
- utf-8 encode yum actions before displaying them (#1072362) (bcl@redhat.com)
2014-03-26 17:34:58 -07:00
Brian C. Lane
897f05e62a - Use string for releasever not int (#1067746) (bcl@redhat.com)
- createrepo is needed by driver disks (#1016004) (bcl@redhat.com)
- Improve aarch64 UEFI support (#1067671) (dmarlin@redhat.com)
- livemedia-creator: Set the product and release version env variables
  (#1067746) (bcl@redhat.com)
- Check initrd size on ppc64 and warn (#1060691) (bcl@redhat.com)
- Remove drivers and modules on ppc64 (#1060691) (bcl@redhat.com)
2014-02-28 16:49:06 -08:00
Brian C. Lane
9fa0a77065 - livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
(bcl@redhat.com)
- Don't remove libraries from bind-libs-lite (dshea@redhat.com)
- Include all the example kickstarts (#1019728) (bcl@redhat.com)
- Remove floppy and scsi_debug from initrd (#1060691) (bcl@redhat.com)
2014-02-10 10:47:22 -08:00
Brian C. Lane
b0b96234f2 - Install aajohan-comfortaa-fonts (#1047430) (bcl@redhat.com)
- Include mesa-dri-drivers (#1053940) (bcl@redhat.com)
2014-02-04 18:43:26 -08:00
Brian C. Lane
0b93c7bbe0 - Activate anaconda-shell@.service on switch to empty VT (#980062)
(wwoods@redhat.com)
- flush data to disk after mkfsimage (#1052175) (bcl@redhat.com)
- livemedia-creator: Use findkernels instead of KernelInfo (bcl@redhat.com)
- Print error when kickstart is missing (#1052872) (bcl@redhat.com)
2014-01-24 16:40:40 -08:00
Brian C. Lane
6029d9eadd - Add initial 64-bit ARM (aarch64) support (#1034432) (dmarlin@redhat.com) 2013-12-17 17:04:27 -08:00
Brian C. Lane
7113bdca92 - s390 switch to generic condev (#1042766) (bcl@redhat.com)
- sort glob output before using it (bcl@redhat.com)
- Bless grub2 for PPC (#1020112) (catacombae@gmail.com)
- livemedia-creator: Cleanup temp yum files (#1025837) (bcl@redhat.com)
- lorax: pass size from Lorax.run to create_runtime (#903385) (bcl@redhat.com)
2013-12-16 09:47:58 -08:00
Brian C. Lane
001209247e - drop 'xdriver=vesa' from basic graphics mode parameters (per ajax)
(awilliam@redhat.com)
- Include partx (#1022899) (bcl@redhat.com)
- Run compressions in multiple threads (vpodzime@redhat.com)
- Do not remove libdaemon from the runtime environment (#1028938)
  (vpodzime@redhat.com)
- Set UEFI defaults to match BIOS (#1021451,#1021446) (bcl@redhat.com)
- livemedia-creator: Add minimal disk example kickstart (#1019728)
  (bcl@redhat.com)
2013-11-18 14:50:34 -08:00
Brian C. Lane
9273360190 - ARM: install the dtb files into the install tree. (dennis@ausil.us)
- ARM: Don't install or deal with in templates, no longer existing kernels
  (dennis@ausil.us)
- kernel changed seperator for flavours from . to + update regular expression
  (dennis@ausil.us)
- Keep virtio_console module (#1019564) (bcl@redhat.com)
- Add macboot option (#1012529) (bcl@redhat.com)
2013-10-16 17:06:51 -07:00
Brian C. Lane
577e9cc524 - drop dracut args from config files (#1008054) (bcl@redhat.com)
- livemedia-creator: Update example kickstart (bcl@redhat.com)
2013-09-25 09:54:44 -07:00
Brian C. Lane
6435e0aba7 - Yaboot to grub2 conversion cleanup. (dwa@redhat.com)
- Firstboot is not an anaconda dependency (vpodzime@redhat.com)
- Revert "Switch to cgit url for Source0" (bcl@redhat.com)
- Switch to cgit url for Source0 (bcl@redhat.com)
2013-09-09 16:33:17 -07:00
Brian C. Lane
3b60413a77 - Revert change to Source0 pointing to cgit url. 2013-09-03 16:01:53 -07:00
Brian C. Lane
7d9b1543ef - remove firewalld from installroot (#1002195) (bcl@redhat.com)
- Make sure grubby is installed for initrd creation (#1001896) (bcl@redhat.com)
- GRUB2 as the ISO boot loader for POWER arch (pfsmorigo@br.ibm.com)
- Require hfsplus-tools on Fedora x86_64 (bcl@redhat.com)
2013-09-03 15:30:15 -07:00
Brian C. Lane
b0c2f0f0d8 - Make sure we have a theme settings file in place. (clumens@redhat.com)
- Keep liblzo2.* (#997643) (dshea@redhat.com)
- Make sure dracut uses no-hostonly mode (bcl@redhat.com)
- Run spice-vdagentd without systemd-logind integration (#969405)
  (dshea@redhat.com)
2013-08-23 16:57:45 -07:00
Dennis Gilmore
b1a3aeb558 Require hfsplus-tools on Fedora x86_64 builds 2013-08-21 12:39:27 -05:00
Brian C. Lane
9675a26e0d - Add a dist target that copies the archive to fedorahosted (bcl@redhat.com)
- dracut-nohostonly and dracut-norescue got renamed for dracut >= 030
  (harald@redhat.com)
- EFI and related packages are only for x86_64 (pjones@redhat.com)
- Don't remove xkeyboard-config message files (#972236) (dshea@redhat.com)
2013-08-01 10:03:24 -07:00
Brian C. Lane
03dcc45b15 - Add manpage for lorax (bcl@redhat.com)
- Add manpage for livemedia-creator (bcl@redhat.com)
- livemedia-creator: pass inst.cmdline for headless installs (#985487)
  (bcl@redhat.com)
- Stop using /usr/bin/env (#987028) (bcl@redhat.com)
- livemedia-creator: clarify required package errors (#985340) (bcl@redhat.com)
- Include device-mapper-persistent-data in images for thinp support.
  (dlehman@redhat.com)
2013-07-26 15:59:36 -07:00
Brian C. Lane
7461c1f7a5 - Let sshd decide which keys to create (#971856) (bcl@redhat.com)
- Don't remove thbrk.tri (#886250) (bcl@redhat.com)
- Switch from xorg-x11-fonts-ethiopic to sil-abyssinica-fonts (#875664)
  (bcl@redhat.com)
- Make ignoring yum_lock messages in anaconda easier. (clumens@redhat.com)
- Bump image size up to 2G (#967556) (bcl@redhat.com)
- livemedia-creator: Fix logic for anaconda test (#958036) (bcl@redhat.com)
2013-06-13 17:10:45 -07:00
Brian C. Lane
f952f49efd - Add command for opening anaconda log file to history (mkolman@gmail.com)
- Do not install chrony and rdate explicitly (vpodzime@redhat.com)
2013-05-21 16:09:44 -07:00
Brian C. Lane
c13c71a2aa - Remove /var/log/journal so journald won't write to overlay
(wwoods@redhat.com)
- Leave /etc/os-release in the initrd (#956241) (bcl@redhat.com)
- no standalone modutils package (dan@danny.cz)
- remove no longer supported arm kernel variants add the new lpae one
  (dennis@ausil.us)
- livemedia-creator: Update example kickstarts (bcl@redhat.com)
- livemedia-creator: Ignore rescue kernels (bcl@redhat.com)
2013-04-29 11:46:49 -07:00
Brian C. Lane
e09e49ec48 - Let devices get detected and started automatically. (dlehman@redhat.com)
- Fix import of version (bcl@redhat.com)
- fix version query and add one to the log file (hamzy@us.ibm.com)
- Do not remove files required by tools from the s390utils-base package.
  (jstodola@redhat.com)
2013-04-15 12:19:53 -07:00
Brian C. Lane
1df0cc8839 - Print & log messages on scriptlet/transaction errors (wwoods@redhat.com)
- sysutils: add -x to cp in linktree (wwoods@redhat.com)
- treebuilder: fix "Can't stat exclude path "/selinux"..." message
  (wwoods@redhat.com)
- runtime: install dracut-{nohostonly,norescue} (wwoods@redhat.com)
- runtime-install: install shim-unsigned (wwoods@redhat.com)
- Add explicit install of net-tools (#921619) (bcl@redhat.com)
- Don't remove hmac files for ssh and sshd (#882153) (bcl@redhat.com)
- Raise an error when there are no initrds (bcl@redhat.com)
- Add yum logging to yum.log (bcl@redhat.com)
- remove sparc support (dennis@ausil.us)
- Change Makefile to produce .tgz (bcl@redhat.com)
2013-03-19 16:13:56 -07:00
Brian C. Lane
0968815b93 - New Version 19.0
- Remove some env variables (#907692) (bcl@redhat.com)
- Make sure tmpfs is enabled (#908253) (bcl@redhat.com)
2013-02-28 12:12:54 -08:00
Dennis Gilmore
158fe70cbc - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-13 23:50:45 -06:00
Dennis Gilmore
6493e18beb aadd patches for fedup support 2012-11-19 18:52:59 -06:00
Brian C. Lane
dee1bbab31 - Install the yum-langpacks plugin (#868869) (jkeating@redhat.com)
- perl is required by some low-level tools on s390x (#868824) (dan@danny.cz)
2012-11-06 17:52:49 -08:00
Brian C. Lane
1517000f4b - Change the install user's shell for tmux (jkeating@redhat.com)
- Set permissions on the initrd (#863018) (mgracik@redhat.com)
- Remove the default word from boot menu (#848676) (mgracik@redhat.com)
- Disable a whole bunch more keyboard shortcuts (#863823). (clumens@redhat.com)
- use /var/tmp instead of /tmp (bcl@redhat.com)
- remove rv from unmount error log (bcl@redhat.com)
2012-10-11 11:10:27 -07:00
Brian C. Lane
5366015575 - Remove grub 0.97 splash (bcl@redhat.com)
- livemedia-creator: use rd.live.image instead of liveimg (bcl@redhat.com)
2012-09-19 07:48:29 -07:00
Brian C. Lane
9525679db6 - There's no lang-table in anaconda anymore (#857925) (mgracik@redhat.com)
- add convienience functions for running commands (bcl@redhat.com)
- restore CalledProcessError handling (bcl@redhat.com)
- add CalledProcessError to execWith* functions (bcl@redhat.com)
- live uses root not inst.stage2 (bcl@redhat.com)
- Revert "X needs the DRI drivers" (#855289) (bcl@redhat.com)
2012-09-17 11:58:10 -07:00
Brian C. Lane
9cb7705886 - Keep the dracut-lib.sh around for runtime (#851362) (jkeating@redhat.com)
- X needs the DRI drivers (#855289) (bcl@redhat.com)
2012-09-07 17:01:22 -07:00
Brian C. Lane
46bfeb76ec - use inst.stage2=hd:LABEL (#848641) (bcl@redhat.com)
- Disable the maximize/unmaximize key bindings (#853410). (clumens@redhat.com)
2012-08-31 20:15:32 -07:00
Brian C. Lane
32dc82e92d - Revert "Mask the tmp.mount service to avoid tmpfs" (jkeating@redhat.com) 2012-08-30 15:22:31 -07:00
Brian C. Lane
8051dc675c - change grub-cd.efi to gcdx64.efi (#851326) (bcl@redhat.com)
- use wildcard for product path to efi binaries (#851196) (bcl@redhat.com)
- Add yum-plugin-fastestmirror (#849797) (bcl@redhat.com)
- livemedia-creator: update templates for grub2-efi support (bcl@redhat.com)
- imgutils: fix umount retry handling (bcl@redhat.com)
- livemedia-creator: use stage2 instead of root (bcl@redhat.com)
- livemedia-creator: add location option (bcl@redhat.com)
- nm-connection-editor was moved to separate package (#849056)
  (rvykydal@redhat.com)
2012-08-23 15:03:11 -07:00
Brian C. Lane
112881c26e * Thu Aug 16 2012 Brian C. Lane <bcl@redhat.com> 18.14-1
- remove cleanup of some essential libraries (bcl@redhat.com)
- Mask the tmp.mount service to avoid tmpfs (jkeating@redhat.com)
2012-08-16 08:28:52 -07:00
Brian C. Lane
3bb2af21ce * Wed Aug 15 2012 Brian C. Lane <bcl@redhat.com> 18.13-1
- Add a command line option to override the ARM platform. (dmarlin@redhat.com)
- Don't remove krb5-libs (#848227) (mgracik@redhat.com)
- Add grub2-efi support and Secure Boot shim support. (pjones@redhat.com)
- Fix GPT code to allocate space for /2/ tables. (pjones@redhat.com)
- Add platforms to the treeinfo for Beaker support. (dmarlin@redhat.com)
- add logging to lorax (bcl@redhat.com)
- move live templates into their own subdir of share (bcl@redhat.com)
- clean up command execution (bcl@redhat.com)
- livemedia-creator: cleanup logging a bit (bcl@redhat.com)
2012-08-15 11:28:06 -07:00
Dennis Gilmore
8a67b116de Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-27 00:50:58 -05:00
Martin Gracik
831e88c70e * Wed Jul 25 2012 Martin Gracik <mgracik@redhat.com> 18.12-1
- Add 'mvebu' to list of recognized ARM kernels. (dmarlin@redhat.com)
- Cleanup boot menus (#809663) (mgracik@redhat.com)
- Don't remove chvt from the install image (#838554) (mgracik@redhat.com)
- Add llvm-libs (#826351) (mgracik@redhat.com)
2012-07-25 12:51:02 +02:00
Brian C. Lane
8b87e88bcc * Fri Jul 20 2012 Brian C. Lane <bcl@redhat.com> 18.11-1
- livemedia-creator: add some error checking (bcl@redhat.com)
2012-07-20 17:59:12 -07:00
Martin Gracik
a4bd98844e * Tue Jul 10 2012 Martin Gracik <mgracik@redhat.com> 18.10-1
- Don't set a root= argument (wwoods@redhat.com)
  Resolves: rhbz#837208
- Don't remove the id tool (mgracik@redhat.com)
  Resolves: rhbz#836493
- Xauth is in bin (mgracik@redhat.com)
  Resolves: rhbz#837317
- Actually add plymouth to the initramfs (wwoods@redhat.com)
- don't use --prefix with dracut anymore (wwoods@redhat.com)
- newui requires checkisomd5 to run media check. (clumens@redhat.com)
2012-07-10 13:06:08 +02:00
Martin Gracik
23f0c8ce2c * Thu Jun 21 2012 Martin Gracik <mgracik@redhat.com> 18.9-1
- Add initial support for ARM based systems (dmarlin) (mgracik@redhat.com)
- Add plymouth to the installer runtime (wwoods@redhat.com)
- add 'systemctl' command and use it in postinstall (wwoods@redhat.com)
- add dracut-shutdown.service (and its dependencies) (wwoods@redhat.com)
- leave pregenerated locale files (save RAM) (wwoods@redhat.com)
- runtime-cleanup: log broken symlinks being removed (wwoods@redhat.com)
- Add some documentation to LoraxTemplateRunner (wwoods@redhat.com)
- fix '-runcmd' and improve logging (wwoods@redhat.com)
- mkefiboot: add --debug (wwoods@redhat.com)
- pylorax.imgutils: add retry loop and "lazy" to umount() (wwoods@redhat.com)
- pylorax.imgutils: add debug logging (wwoods@redhat.com)
- pylorax: set up logging as recommended by logging module (wwoods@redhat.com)
- remove dmidecode (wwoods@redhat.com)
- clean up net-tools properly (wwoods@redhat.com)
- runtime-cleanup: correctly clean up kbd (wwoods@redhat.com)
- runtime-cleanup: correctly clean up iproute (wwoods@redhat.com)
- runtime-cleanup: drop a bunch of do-nothing removals (wwoods@redhat.com)
- Create missing /etc/fstab (wwoods@redhat.com)
- Fix systemd unit cleanup in runtime-postinstall (wwoods@redhat.com)
- Disable Alt+Tab in metacity (mgracik@redhat.com)
- Add pollcdrom module to dracut (bcl@redhat.com)
2012-06-21 16:55:15 +02:00
Martin Gracik
1a848b3a71 - Check if selinux is enabled before getting the mode (mgracik@redhat.com)
- Add grub2 so that rescue is more useful (bcl@redhat.com)
2012-06-06 16:05:09 +02:00
Martin Gracik
2346c16ace - Comment on why selinux needs to be in permissive or disabled
(mgracik@redhat.com)
- Verify the yum transaction (mgracik@redhat.com)
- Do not remove shared-mime-info (#825960) (mgracik@redhat.com)
- Add a --required switch to installpkg (mgracik@redhat.com)
- livemedia-creator: Hook up arch option (bcl@redhat.com)
- livemedia-creator: Add appliance creation (bcl@redhat.com)
- livemedia-creator: handle failed mount for ami (bcl@redhat.com)
2012-06-04 16:21:43 +02:00
Martin Gracik
829626c53f - Fix the rpm call (mgracik@redhat.com)
- Use selinux python module to get enforcing mode (mgracik@redhat.com)
2012-06-01 12:25:33 +02:00