summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Avoid finding the word 'engine' in comments.Jesse Keating2009-08-061-1/+1
| | | | | This was causing us to try and find a "Uses" engine because the gtkrc file had "# Uses the Nodoka theme engine, " in it.
* Don't try to get dso deps of statically linked files.Jesse Keating2009-08-061-1/+2
| | | | | | | | | | This was causing get_dso_deps to go haywire when encountering statically linked things like /sbin/grub. Particularly bad on x86_64 when it would try to use the 64bit LDSO to run the 32bit executable. The output would be bad enough that it would short circuit our loop to install all the things in KEEPFILES. We noticed this because on x86_64 the gtk2 theme is what is listed after /sbin/grub in keepfiles, and we weren't getting our theme on x86_64.
* Add the glade files to the install image so save-to-bugzilla works (#515444).Chris Lumens2009-08-061-0/+1
|
* We do not actually require gtkhtml2 or the python bindings for it.Bill Nottingham2009-08-041-1/+1
|
* Let's not exit from buildinstall.functions, say, everJeremy Katz2009-07-301-5/+2
| | | | | | Exiting from a function being called could leave things in a weird state. The exit makes sense for mkinitrd, maybe less so when building installer images
* Fix CDLABEL substitution in syslinux.cfg for x86 boot.isoJeremy Katz2009-07-291-1/+1
|
* And finish off the removal of rhplJeremy Katz2009-07-291-2/+1
| | | | | Finish off removing the symlinking and requirements for rhpl in anaconda.
* Use keyboard bits from system-config-keyboard nowJeremy Katz2009-07-291-1/+1
| | | | | system-config-keyboard has the keyboard bits now, so let's use those rather than the ones from rhpl
* Put mkdir into /sbin on the initrd, too.Chris Lumens2009-07-291-0/+1
|
* Make sure controlunits.sh is installed to initrd on s390David Cantrell2009-07-281-0/+1
| | | | | | Put controlunits.sh in /usr/lib/anaconda-runtime/loader on s390, install as /sbin/controlunits in the initrd.img, modify linuxrc.s390 to source /sbin/controlunits.
* Add s390utils-cmsfs in upd-instroot for s390David Cantrell2009-07-281-1/+1
|
* Make sure s390 gets /lib/ld64.so.1David Cantrell2009-07-282-0/+10
| | | | If s390 images lack /lib/ld64.so.1, nothing works.
* Just pull in all python modules for stage2Jeremy Katz2009-07-281-34/+1
| | | | | | in stage2. Rather than trying to pick out python module deps, let's just include everything. If it's a huge size hit, we'll blacklist big things we don't need
* Trim PACKAGES list in upd-instroot.David Cantrell2009-07-271-14/+14
| | | | | | | | | | Remove the following packages from the PACKAGES list in upd-instroot: dmapi, liblbxutil, libpixman, libtermcap, policy, pyspi, python-elementtree, raidtools, xorg-x11, xorg-x11-base, xorg-x11-libs, xorg-x11-libs-data, xorg-x11-xkbdata, yum-fedorakmod, open Patch from Jeroen van Meeuwen (Fedora Unity) <kanarip@fedoraunity.org>
* Add scripts/makeupdates to generate updates.img files.David Cantrell2009-07-222-1/+214
| | | | | | | | Move the contents of the 'make updates' target to scripts/makeupdates. Make the recompilation of the _isys module be conditional (if you want to do that, either run 'make updates' as you have been or pass -c to scripts/makeupdates). Running makeupdates without -c will generate an updates.img with just the changed Python files.
* Add python-decorator to the stage2 image for pyparted (#513175).Chris Lumens2009-07-221-1/+2
|
* Set stage2= on x86 boot.isoJeremy Katz2009-07-211-1/+5
| | | | | x86 boot.iso is built with isohybrid, so let's pass what the stage2 will be in that case
* Add a bunch more stuff to the initrd needed for networking.Chris Lumens2009-07-212-2/+14
|
* Add more things to /sbin on the initrd that udev requires.Chris Lumens2009-07-211-0/+5
|
* Add dmesg to the images.Chris Lumens2009-07-211-0/+1
|
* Run firstaidkit-qs script instead of the shell (shows rescue menu) (#508512)Martin Sivak2009-07-161-1/+3
| | | | | Add dialog package required for firstaidkit Create /etc/fstab in ramdisk to make mount commands easier (#440327)
* There is no /bin on the initrd so sleep needs to go into /sbin.Chris Lumens2009-07-141-1/+1
|
* mdmon added to install.imgJacek Danecki2009-07-091-0/+1
| | | | mdmon application is needed to switch imsm md array to read/write mode.
* dhclient now reads config files from /etc/dhcpDavid Cantrell2009-07-061-0/+1
| | | | | Create /etc/dhcp in the initrd image and make sure loader writes dhclient configuration files to /etc/dhcp.
* Put sleep in /bin on the initrd (#505639).Chris Lumens2009-07-061-0/+3
|
* Also include the grep programs.Chris Lumens2009-07-061-4/+5
|
* Add programs from vim-minimal, coreutils, and util-linux-ng.Chris Lumens2009-07-061-2/+32
|
* Move programs that aren't s390-specific into the main image.Chris Lumens2009-07-061-17/+7
|
* No longer symlink binaries to busybox.Chris Lumens2009-07-063-46/+1
|
* Make sure the library directory is always setBill Nottingham2009-06-301-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 Nottingham2009-06-261-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 Nottingham2009-06-262-2/+2
|
* Use isohybrid to make boot.iso a hybrid imageJeremy Katz2009-06-191-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 installsJoel Granados Moreno2009-06-162-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.amDavid Cantrell2009-06-092-37/+27
|
* It's /sbin/fsadm, not /sbin/e2fsadm (#504043).Chris Lumens2009-06-041-1/+1
|
* ipcalc is copied to /usr/lib.Joel Granados Moreno2009-05-291-1/+1
|
* We need ipcalc for new s390 installation script.Joel Granados Moreno2009-05-282-0/+2
|
* Install a en_US.UTF-8 locale in the first stage image.Bill Nottingham2009-05-181-0/+2
| | | | We need a UTF-8 locale so that isprint() and wc* do the right thing.
* upd-instroot: Add gdbserverAdam Jackson2009-05-111-1/+2
|
* Yet another font package name has changed (#499322).Chris Lumens2009-05-111-2/+2
|
* Update EFI CD booting code in mk-imagesPeter Jones2009-05-074-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 Cantrell2009-05-061-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 Lumens2009-04-281-4/+2
|
* Fix image generation so all ELF binaries have their deps included (#495231).Chris Lumens2009-04-131-2/+2
|
* Add more Indic fonts (#494261, pnemade).Chris Lumens2009-04-091-4/+9
|
* Put e100 (and other) firmware in its own directory if needed (#494778).Chris Lumens2009-04-081-1/+9
|
* Preserve symlinks and only collect deps on ELF executables.David Cantrell2009-04-081-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 Lumens2009-04-031-4/+5
|
* Start with a basic /etc/hosts file (#491634)David Cantrell2009-03-242-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.