summaryrefslogtreecommitdiffstats
path: root/scripts/upd-instroot
Commit message (Collapse)AuthorAgeFilesLines
* Remove things from scripts/ that lorax obsoletes.Chris Lumens2011-07-071-1362/+0
|
* Generate locale files on requestMartin Sivak2011-02-141-9/+7
|
* Don't write our own udev persistent net rules; use udev's generator.Bill Nottingham2011-02-041-1/+3
|
* Suddenly, we need gnome-themes-standard.Ales Kozumplik2011-01-141-1/+3
| | | | | Due to changes related to gtk-3, we have to have Adwaita theme files in the image to keep the nice themed look (buttons, window decorations).
* Add /sbin to the $PATH for the shell on tty2.Chris Lumens2011-01-071-1/+1
|
* Remove mknod-stub. We have the full one around now.Chris Lumens2011-01-051-1/+0
|
* Add /sbin/cio_ignore to the KEEPFILE list on s390xDavid Cantrell2010-12-221-0/+1
| | | | | | | We need this command to handle clearing the cio_ignore blacklist. Related: rhbz#633469 (cherry picked from commit fcbcea085aa69adbb082b75fbf285f9956cc30b9)
* Add losetup to the install image, re-remove it from isys (#662183).Chris Lumens2010-12-101-1/+1
| | | | | Part of the removal never happened in the first place, and part of it got overwritten when I pushed the install image merging patch series.
* Add /usr/sbin/chreipl to KEEPFILE.David Cantrell2010-12-091-0/+1
| | | | | | | | We need this to change the IPL device before rebooting, plus it fixes the broken lsreipl symlink in the initrd.img on s390x. Related: rhbz#632325 (cherry picked from commit 2422dc268571269de3e172a90d13eecd78362598)
* Use wipefs from util-linux-ng instead of dd to wipe old sigs.David Lehman2010-12-071-0/+1
| | | | This should cover all the formats recognized by blkid. Finally.
* Add chroot command to bash_history.Peter Jones2010-12-031-0/+1
| | | | More reliable than the rescue image...
* iscsi: partial offload drivers.Ales Kozumplik2010-12-031-0/+1
| | | | | | | Includes brcm_iscsiuio daemon for bnx2i cards as well as loading the drivers and spawning the daemons in stage2 storage code. Related: rhbz#442980
* Add rdate, tty, which to install imageMartin Gracik2010-12-011-2/+5
| | | | Resolves: rhbz#654432
* Add biosdevname to installer environmentMatt Domsch2010-11-291-1/+2
|
* Add ntpdate to install.img (#614399)Martin Gracik2010-11-261-1/+2
|
* It's /usr/bin/gdbserver.Ales Kozumplik2010-11-251-1/+1
| | | | Related: rhbz#442980
* use different approach to tweak gconf settings in the image (#642358).Ales Kozumplik2010-11-041-46/+14
| | | | | | | | | | | Previously we used an .xml file. That bore two problems: a) the xml contained paths to schmas making the tweaking code longer and error-prone when the schema paths change. b) the syntax we used to call gconftool-2 is not really documented in gconftool's manpage. The patch calls gconftool-2 directly, with specific paths, exactly in the same way livecd spin kickstarts do.
* Add logpicker to keepfile list in upd-instroot.Tomas Mlcoch2010-10-221-0/+1
|
* Include the SELinux policy file, not just the directory.Chris Lumens2010-10-201-1/+1
|
* Fix up copying of firmware.Chris Lumens2010-10-151-2/+0
|
* Step 2 of merging installer images: Move most everything out of makeinitrd.Chris Lumens2010-10-151-14/+215
| | | | | | There's no need for all this file creation, installation, and copying to exist in makeinitrd when it could just as easily be in upd-instroot with everything else.
* Step 1 of merging installer images: Don't copy files into a new root.Chris Lumens2010-10-151-13/+10
| | | | | | This eliminates almost all the calls to instbin in makeinitrd. Since the images are being merged, there's no need to copy to a second root just to pack them up there.
* No longer do the bin -> usr/bin copy song and dance.Chris Lumens2010-10-151-21/+0
|
* Add logpicker support into Makefiles, anaconda.spec.in, configure.ac and ↵Tomas Mlcoch2010-10-111-0/+1
| | | | upd-instroot.
* Remove losetup and unlosetup from isysBrian C. Lane2010-09-031-1/+0
| | | | No longer used. mount can now handle loop devices itself.
* Various upd-instroot cleanups, most importantly for firstaidkit (#627758).Chris Lumens2010-09-021-14/+10
| | | | | | | | * Don't put slashes after firstaidkit paths as find doesn't like that. * kernel-wrapper is ppc-specific, so conditionalize its inclusion. * rpmpopt is always in /usr/lib/rpm. * Include kacst font packages and fix font names. * No subdirectories under PYTHONPATH ever need to be mentioned.
* Shrink locale-archive down to just what we support.Chris Lumens2010-08-301-2/+11
| | | | This saves about 63 MB of uncompressed space.
* Remove the icon-theme.cache file from the initrd.Chris Lumens2010-08-301-0/+1
| | | | | | This saves about 6 MB of uncompressed space. It's also not strictly needed since we're running out of memory anyway so icon lookups should be pretty quick without it. Also, anaconda doesn't load very many icons.
* Remove /etc/selinux/targeted/modules/active from the initrdChris Lumens2010-08-301-1/+4
| | | | This saves about 8 MB of uncompressed space.
* Remove the DRI modules from the initrd.Chris Lumens2010-08-301-2/+1
| | | | This saves about 30 MB of uncompressed space.
* Kill joe.Peter Jones2010-08-251-16/+1
| | | | We really don't need joe in the instroot. Really.
* Require tigervnc-server-minimal to remove perl from livecd (#627280).Chris Lumens2010-08-251-1/+1
|
* NetworkManager uses a different config file now (#623937).Chris Lumens2010-08-181-1/+1
| | | | | We now need to include NetworkManager.conf instead of nm-system-settings.conf due to a packaging change.
* Remove telnet support.David Lehman2010-08-171-2/+1
| | | | See ssh(1) for information about using ssh.
* Update buildinstall because of new man package nameMartin Gracik2010-07-301-6/+6
| | | | | Package man was renamed to man-db, and also the man.config has been renamed to man_db.conf
* Include pyconfig*.h so that we can actually run python2.7 .Peter Jones2010-07-291-0/+1
| | | | | Python 2.7 uses pyconfig-64.h (modulo the platform) to determine some things at runtime, so we need to have it in the install.img .
* Include modprobe file for Mellanox 10GB driver (#611997)David Cantrell2010-07-281-1/+2
| | | | Include /etc/modprobe.d/libmlx4.conf from the libmlx4 package.
* Add uname to initrd.img (#614770)David Cantrell2010-07-161-1/+1
|
* Add the gobject-introspection package (#613695)Martin Gracik2010-07-141-1/+2
| | | | | Also don't remove the needed libraries from libdir, when creating the install.img.
* add mime.cache to the stage2 image (#609596).Ales Kozumplik2010-07-081-1/+3
| | | | | needed by gtk.gdk.pixbuf_new_from_file() when opening a file. this is due to the recent updates to the gtk2 library.
* fix: kickstart sshpw command dysfunctional (#602308).Ales Kozumplik2010-06-111-0/+8
| | | | | this is because /etc was missing a couple of dummy files libuser absolutely needs in order not to fail.
* fix error saving screenshots during package install (#594826).Ales Kozumplik2010-06-101-0/+14
| | | | | | | | fixed by copying contents of /mnt/sysimage/tmp/anaconda-screenshots too. also disable the metacity screenshot shortcuts so no errors are seen. in fact, we are now catching PrintScrn to do a screenshot ourselves.
* Restarting anaconda.Ales Kozumplik2010-06-071-0/+1
| | | | | | | Provides a shell script that restarts stage2 anaconda by killing it along with everything it has spwawned (X server, metacity). This also needs some support by the loader.
* Add nm-c-e translations to stage 2 (#594982)Radek Vykydal2010-05-261-0/+1
|
* set the resolution with resolution= from the cmdline (#594918).Ales Kozumplik2010-05-261-0/+1
| | | | | | tested x86_64 and vmware. note that the xrandr call does nothing if --dpi=96 is also present, so I didn't use it. The fonts can therefore look smaller/larger than usual.
* Add missing rpm macros file to get rid of the rpm warningsMartin Sivak2010-05-201-0/+1
| | | | Related: rhbz#593941
* Add the rpmrc file to the initrd.img (#508242)Martin Gracik2010-05-201-0/+1
| | | | | We need to have this file so the rpm routines don't show up warnings that it's missing.
* Add lsof command to initrd.imgMartin Gracik2010-05-171-1/+2
|
* Add hmac file for sshd (#592186)Martin Gracik2010-05-171-0/+1
| | | | | This file is needed so sshd can be run when fips mode is enabled.
* Add nslookup to the install.img (#591064)Martin Gracik2010-05-171-1/+3
|