Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add programs from vim-minimal, coreutils, and util-linux-ng. | Chris Lumens | 2009-07-06 | 1 | -2/+32 | |
| | ||||||
* | Move programs that aren't s390-specific into the main image. | Chris Lumens | 2009-07-06 | 1 | -17/+7 | |
| | ||||||
* | No longer symlink binaries to busybox. | Chris Lumens | 2009-07-06 | 3 | -46/+1 | |
| | ||||||
* | Make sure the library directory is always set | Bill Nottingham | 2009-06-30 | 1 | -0/+1 | |
| | | | | | mk-images calls get_dso_deps as well, without a library argument. Since everything there should be of the primary arch, just set a default. | |||||
* | Handle installing multilib into the installer intramfs correctly. | Bill Nottingham | 2009-06-26 | 1 | -6/+20 | |
| | | | | | | | - Call get_file_deps with a an argument that specifies the libdir based on whether the binary is 32-bit or 64-bit. - Check whether the currently cached $LDSO actually works for the binary passed - if not, look for a new one in the passed libdir | |||||
* | Set LIBDIR appropriately on PPC64. | Bill Nottingham | 2009-06-26 | 2 | -2/+2 | |
| | ||||||
* | Use isohybrid to make boot.iso a hybrid image | Jeremy Katz | 2009-06-19 | 1 | -0/+3 | |
| | | | | | | | isohybrid in newer syslinux makes an iso image bootable off of CD or able to be dd'd onto a USB stick for booting that way. To make this really nice, we need to change the second stage finding so that it gets found on the USB stick, but one step at a time | |||||
* | Include libwrap library for sshd and telnet in s390 installs | Joel Granados Moreno | 2009-06-16 | 2 | -0/+2 | |
| | | | | | | This is a port from the RHEL5 patch to make sure that this lib is present so sshd and telnet can work properly in s390. RHEL5 reference bug (#473955). | |||||
* | Convert scripts/ to Makefile.am | David Cantrell | 2009-06-09 | 2 | -37/+27 | |
| | ||||||
* | It's /sbin/fsadm, not /sbin/e2fsadm (#504043). | Chris Lumens | 2009-06-04 | 1 | -1/+1 | |
| | ||||||
* | ipcalc is copied to /usr/lib. | Joel Granados Moreno | 2009-05-29 | 1 | -1/+1 | |
| | ||||||
* | We need ipcalc for new s390 installation script. | Joel Granados Moreno | 2009-05-28 | 2 | -0/+2 | |
| | ||||||
* | Install a en_US.UTF-8 locale in the first stage image. | Bill Nottingham | 2009-05-18 | 1 | -0/+2 | |
| | | | | We need a UTF-8 locale so that isprint() and wc* do the right thing. | |||||
* | upd-instroot: Add gdbserver | Adam Jackson | 2009-05-11 | 1 | -1/+2 | |
| | ||||||
* | Yet another font package name has changed (#499322). | Chris Lumens | 2009-05-11 | 1 | -2/+2 | |
| | ||||||
* | Update EFI CD booting code in mk-images | Peter Jones | 2009-05-07 | 4 | -33/+69 | |
| | | | | | Update the efi image creation code to reflect what we've actually been using for two plus months. | |||||
* | IBM improvements to linuxrc.s390 (#475350) | David Cantrell | 2009-05-06 | 1 | -0/+2 | |
| | | | | | IBM has reworked linuxrc.s390 to provide a better initial configuration experience for users. | |||||
* | Include fsck.ext4 and mkfs.ext4 in the images (#497996). | Chris Lumens | 2009-04-28 | 1 | -4/+2 | |
| | ||||||
* | Fix image generation so all ELF binaries have their deps included (#495231). | Chris Lumens | 2009-04-13 | 1 | -2/+2 | |
| | ||||||
* | Add more Indic fonts (#494261, pnemade). | Chris Lumens | 2009-04-09 | 1 | -4/+9 | |
| | ||||||
* | Put e100 (and other) firmware in its own directory if needed (#494778). | Chris Lumens | 2009-04-08 | 1 | -1/+9 | |
| | ||||||
* | Preserve symlinks and only collect deps on ELF executables. | David Cantrell | 2009-04-08 | 1 | -22/+33 | |
| | | | | | | | | | The mount and umount commands will have a bunch of symlinks, so if the command we are installing is a symlink, preserve it. Only use -s on install(1) if the command we are installing is an ELF executable. Since there's a check for that, use it to fire off get_dso_deps() for only ELF executables. | |||||
* | Update font package names for ml_IN, si_LK, etc. (#493792, #493794). | Chris Lumens | 2009-04-03 | 1 | -4/+5 | |
| | ||||||
* | Start with a basic /etc/hosts file (#491634) | David Cantrell | 2009-03-24 | 2 | -0/+2 | |
| | | | | | NetworkManager likes having an /etc/hosts file to start with on the system. It doesn't want to "own" the file, only touch and poke at it. | |||||
* | Write the same arch to .discinfo as iutil.getArch() gives us (#490977). | Chris Lumens | 2009-03-24 | 1 | -1/+1 | |
| | ||||||
* | Revert "mount and umount commands are in /sbin now, remove from /usr/sbin" | David Cantrell | 2009-03-20 | 1 | -0/+6 | |
| | | | | This reverts commit 8683176aef29562f6e7505a7727b79f94e1c8a8c. | |||||
* | mount and umount commands are in /sbin now, remove from /usr/sbin | David Cantrell | 2009-03-19 | 1 | -6/+0 | |
| | | | | | We don't need these commands in both locations, /sbin will be sufficient. | |||||
* | Place all mount.* commands in /sbin | David Cantrell | 2009-03-18 | 1 | -2/+8 | |
| | | | | | | | This is required for 'mount -t TYPE SOURCE MOUNTPOINT' to work. NTFS is supported through fuse, so we don't have it listed in /proc/filesystems, but if /sbin/mount.ntfs exists, then we can mount ntfs like any other filesystem. | |||||
* | Install udev rules in /lib/udev/rules.d instead of in runtime dir | Hans de Goede | 2009-03-16 | 1 | -1/+0 | |
| | | | | | Install the udev rules in /lib/udev/rules.d instead of in runtime dir, so that they are available for use directly on the livecd. | |||||
* | Merge in changes present in anaconda pkgcvs. | David Cantrell | 2009-03-05 | 2 | -37/+55 | |
| | ||||||
* | Install storage/ with the rest, include it and booty in images. | David Lehman | 2009-03-04 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'master' into storage | David Lehman | 2009-03-04 | 5 | -19/+32 | |
|\ | | | | | | | | | | | | | | | | | Conflicts: anaconda fsset.py iutil.py iw/partition_gui.py partedUtils.py | |||||
| * | Don't use -quiet with mkisofs. | Peter Jones | 2009-03-03 | 1 | -1/+1 | |
| | | | | | | | | | | "mkisofs -quiet" basically just means the log doesn't have useful info. So, don't use -quiet. | |||||
| * | tightvnc -> tightvnc | David Cantrell | 2009-03-03 | 1 | -2/+2 | |
| | | | | | | | | VNC package name changed. | |||||
| * | Add the missing .rpm to the rpm2cpio call | Jesse Keating | 2009-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | Redo how artwork package is discovered. | Peter Jones | 2009-03-02 | 1 | -2/+7 | |
| | | | | | | | | | | Basically revert c5fcb418, but use ${brandpkgname}-logos instead of system-logos, so we don't have to rely on it being noarch. | |||||
| * | Update syslinux path to /usr/share instead of /usr/lib | Jesse Keating | 2009-03-02 | 3 | -8/+8 | |
| | | | | | | | | Signed-off-by: David Cantrell <dcantrell@redhat.com> | |||||
| * | Use "i?86" instead of i586 _or_ i386. | Peter Jones | 2009-03-02 | 1 | -1/+1 | |
| | | | | | | | | This way if the experiment fails, we don't have to switch it again. | |||||
| * | Switch mk-images.efi to use grub.i586 instead of grub.i386. | Peter Jones | 2009-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | Since, you know, there's not going to be a grub.i386 any more, I figured we ought to ask for the right package. | |||||
| * | Fix package name for the logos package when building EFI images. | Peter Jones | 2009-03-02 | 1 | -1/+1 | |
| | | | | | | | | This hopefully will make efi images get created again... | |||||
| * | Kernel module hid is called usbhid | Niels de Vos | 2009-03-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Include module usbhid if this module is available. Module hid does not exist anymore (renamed). On normal RHEL/Fedora-kernels this is not an issue as usbhid is compiled into the kernel. Signed-off-by: Niels de Vos <niels.devos@wincor-nixdorf.com> | |||||
| * | Generate EFI-bootable CDs on x86 and x86_64. | Peter Jones | 2009-02-25 | 1 | -1/+5 | |
| | | | | | | | | | | Require a newer version of genisoimage that supports EFI booting, and use it in mk-images.x86 when efiboot.img exists. | |||||
| * | Remove implicit BUILDARCH->BASEARCH conversion | Will Woods | 2009-02-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | For simplicity's sake - and because we might actually want to do --arch i686 someday - remove the i.86->i386 conversion added in commit 990bcf14. We're doing that in buildinstall now. | |||||
| * | Generate valid treeinfo on i586 | Will Woods | 2009-02-25 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | BUILDARCH is now i586, but mk-images is internally mapping that to i386. If mk-images and maketreeinfo.py disagree about the arch, we end up with an invalid treeinfo file - the "arch" value won't match any images-$arch section. And then virt-install and other things can't find kernel images and stuff goes kaboom. Therefore: explicitly pass BASEARCH to mk-images, rather than relying on the implicit mapping therein, and pass the same value to maketreeinfo.py. | |||||
* | | Update packaging and makefile system for the new booty module. | Chris Lumens | 2009-03-04 | 1 | -2/+1 | |
|/ | ||||||
* | Translate i?86 into i386 as a base arch. | Jesse Keating | 2009-02-20 | 1 | -2/+2 | |
| | ||||||
* | Teach upd-instroot about i586 arch, for sake of glibc.i586/openssl.i586 | Jesse Keating | 2009-02-20 | 1 | -6/+8 | |
| | ||||||
* | Remove the qla2xxx line from mk-images again (wwoods). | Chris Lumens | 2009-02-18 | 1 | -3/+0 | |
| | ||||||
* | Fix broken shell syntax from 3bdcd64d2 | Jesse Keating | 2009-02-18 | 1 | -0/+1 | |
| | ||||||
* | The VLGothic-fonts package has changed name and location (#486080). | Chris Lumens | 2009-02-18 | 1 | -3/+3 | |
| |