summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Append s390x packages to PACKAGES list, exclude /sbin/qetharp-2.4David Cantrell2009-08-281-6/+7
| | | | | | Make sure we append to the $PACKAGES list for s390x. In the KEEPFILE list, replace "sbin/qetharp*" with a line for qetharp and one for qetharp-2.6 so we avoid including qetharp-2.4.
* Add --localscripts option to buildinstall.David Cantrell2009-08-271-31/+44
| | | | | | | | If you are working on the buildinstall scripts, you can pass the --localscripts option to buildinstall to force it to use the scripts from the current directory rather than downloading the anaconda RPM from the repo you specify, unpacking it, and using the scripts from there.
* Add missing dependencies for linuxrc.s390 and lsznet in mk-imagesDavid Cantrell2009-08-272-24/+90
| | | | | | | | | Add back missing programs necessary for linuxrc.s390 and lsznet, plus additional programs that make installation on s390 slightly more enjoyable. In mk-images, note which tools are required by which scripts and which are just there to make life easier.
* Re-enable login of root user in initrd.imgDavid Cantrell2009-08-271-0/+5
|
* Less log clutter with fixing ld64.so.1 symlink in instbin on s390xDavid Cantrell2009-08-271-1/+1
|
* Fix typo in get_dso_deps() for searching /lib on s390xDavid Cantrell2009-08-271-1/+1
|
* Add hfsplus and netconsole kernel modules (#519756, #519785).Chris Lumens2009-08-271-2/+2
|
* Remove the firstadkit-plugin-grub from non-grub archsMartin Sivak2009-08-261-2/+3
|
* Ensure libraries are copied to initrd.img for xauth (#516369)Steffen Maier2009-08-241-2/+6
| | | | And while we're at it, also fix it for dynamically linked cmsfs* binaries.
* Add support for the reiserfs filesystem (#504401)David Cantrell2009-08-191-0/+3
| | | | | | | | | | | | As the bug indicates, the kernel module is still available. I'm not really interested in supporting installation to reiserfs, but I think we should be able to recognize the filesystems in the partitioning UI as well as let people shrink existing reiserfs filesystems to make room for Fedora on more sane filesystems. Detection works as is, but users have to pass 'reiserfs' on the command line to enable installation to reiserfs volumes or to enable resize support.
* Allow creation of an updates image from a tag offset.Joel Granados Moreno2009-08-191-3/+39
| | | | | | * scripts/makeupdates (getArchiveTagOffset): New function to calculate the tag based on an offset. (main): Add the offset option to the arguments.
* Fix copying of shutdown to initrd.img in mk-images for s390x (#517888)Steffen Maier2009-08-181-1/+1
| | | | | This fixes a little typo in shell variable expansion introduced in: http://git.fedorahosted.org/git/anaconda.git?h=70306f69b24e0245479b2faa396c6cb4c472960e
* make tftp images as small as possible. we have a 10mb hardware limitation on ↵Dennis Gilmore2009-08-181-2/+64
| | | | there size
* make sure we correctly make the sparc tftp imageDennis Gilmore2009-08-181-0/+1
|
* make sure we have glibc.sparcv9 installed in sparc installers not glibc.sparcv9vDennis Gilmore2009-08-181-0/+2
|
* add mk-images.sparc scriptDennis Gilmore2009-08-181-0/+109
|
* add support for making sparc imagesDennis Gilmore2009-08-181-0/+4
|
* Add support for specifying a tag to makeupdates.David Lehman2009-08-171-3/+7
|
* Include changed files from the top level in the updates.David Lehman2009-08-171-0/+3
|
* Add dmidecode to the initrd.Chris Lumens2009-08-171-0/+1
|
* Make sure we have the ca cert to handle https repo connections. (517171)Jesse Keating2009-08-121-1/+2
|
* Include ipcalc command in all initrd.img files, not just s390 (#516084)David Cantrell2009-08-101-1/+1
| | | | | | | | | | | | If a user runs dhclient by hand from the installer media (say, if they are using the installer media to just bring up a shell with a Linux environment), they will get the following error: /sbin/dhclient-script: line 384: ipcalc: command not found We have been including ipcalc in the s390 initrd.img, because linuxrc.s390 requires it. Move the inclusion in upd-instroot to all architectures instead.
* upd-instroot: Inspect gtkrc for cursor themeAdam Jackson2009-08-071-0/+5
| | | | | This happened to work before because the icon theme had the same name as the cursor theme.
* upd-instroot: xorg-x11-auth -> xorg-x11-xauthAdam Jackson2009-08-071-1/+1
|
* 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
|