summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Use $LIBDIR to find the boot-wrapper file.Jesse Keating2009-10-061-4/+4
| | | | | | Instead of using the hardcoded library path, use a variable which is set in mk-images, as it seems that they can work across arch like this, and we typically only have one wrapper file available to us at compose time.
* Remove an errant popd. Probably cut/paste error.Jesse Keating2009-10-051-1/+0
|
* Only add the .img file to .treeinfo if it exists.Jesse Keating2009-10-051-4/+12
|
* Make the netboot dir before trying to use itJesse Keating2009-10-051-0/+1
|
* Add wget to the initrd, which is required for rhts.Chris Lumens2009-10-022-1/+3
|
* Surround the stage2= parameter in quotes for RHEL (#526863).Chris Lumens2009-10-021-1/+1
|
* Correct makeupdates script to work with deleted files.Joel Granados Moreno2009-10-021-7/+17
| | | | | | | | | | | This patch avoids a traceback when trying to copy a deleted file. * scripts/makeupdates (doGitDiff): used 'git diff --name-status tag' to get the list of changed files. (pruneFile, isysChanged): Adjust for file name parsing. We should stop looking for the '|' character and we should analyze the first character which contains the status of the file with respect to tag. For now we only skip the deleted files.
* Wait for mdraid arrays to become clean before reboot / haltHans de Goede2009-09-301-0/+4
| | | | | | | With the new external metadata mdraid support we need to wait for raid sets to become clean (iow for mdmon to have finished updating the metadata) before rebooting. Otherwise we get a full array sync on the first boot after installation.
* Add the packages needed to support libcurl.Chris Lumens2009-09-301-6/+5
|
* Need an extra \ on the PS1 line in /.profileDavid Cantrell2009-09-291-1/+1
| | | | Need \\$ and not just \$ in PS1.
* Korean font package name changed (#525597)David Cantrell2009-09-291-1/+1
| | | | un-core-fonts-dotum -> un-core-dotum-fonts
* Move S390MODS to inside makeBootImages(), remove libiscsi_tcp.David Cantrell2009-09-251-4/+1
| | | | | | | | | | Since s390x is building a list of arch-specific modules for the initrd.img based on what exists in /lib/modules/VERSION/kernel/s390, we need to build the list inside makeBootImages() so that all required variables are set up and the kernel is unpacked. Remove libiscsi_tcp from the list since the iscsi modules are included when INITRDMODS is expanded in mk-images.
* Simplify s390x module list generation.David Cantrell2009-09-241-50/+3
| | | | | | Only pull in kernel modules in kernel/drivers/s390 as well as libiscsi_tcp. The mk-images script takes care of dependency resolution and regenerating the modules.dep file.
* Read cmsfs* commands from $IMGPATH/usr/sbin in mk-imagesDavid Cantrell2009-09-241-1/+1
|
* Use correct kernel-bootwrapper on ppc64.David Cantrell2009-09-232-3/+4
| | | | | | In scripts/upd-instroot, include kernel-bootwrapper on ppc and ppc64 in the $PACKAGES list. And make sure we keep and use /usr/lib64/kernel-wrapper files.
* Preserve whitespace in $CDLABEL in mk-images.x86David Cantrell2009-09-221-3/+3
| | | | | | | Wrap $CDLABEL in single quotes and use eval to preserve whitespace in $CDLABEL when running $mkisocmd. Patch from Dennis Gregorovic <dgregor@redhat.com>.
* Add --brand switch support to buildinstall script.David Cantrell2009-09-221-6/+12
|
* ybin, mkofboot, and ofpath moved from /usr/sbin to /sbin (#524608).Chris Lumens2009-09-221-3/+3
|
* Use whiptail instead of dialog in rescue mode, supports serial line better ↵Martin Sivak2009-09-221-2/+2
| | | | and looks nicer
* Start with all modules from kernel/drivers/s390 on s390x (#524566)David Cantrell2009-09-211-2/+12
| | | | | | | The modules.ccwmap file is not in the latest kernel tree for whatever tree. Start the s390x module list with all modules from the s390-specific module subdirectory in /lib/modules, then read in any additional ones that might apply to the installation.
* Do not require dhcpv6-client, package is now obsolete.David Cantrell2009-09-211-1/+1
| | | | | dhcpv6 and dhcpv6-client have been obsoleted by the dhcp and dhclient packages. No longer require dhcpv6 or dhcpv6-client in anaconda.
* Add 'install' user to start anaconda on s390x.David Cantrell2009-09-211-3/+7
| | | | | | | | | | This is a usability improvment. Once you've booted up the kernel and initrd on s390x, you are told to ssh in to the host to start the installation. In the past, we had rigged the root account to launch loader on the first login and a shell on subsequent logins. In this patch, I've added an 'install' user that has loader for the shell. The root user still has bash for the shell. Also change the recommendation to run 'ssh -X' rather than 'ssh -x'.
* Set a default shell prompt for s390x installs.David Cantrell2009-09-211-1/+2
|
* All the nss libraries have moved from /lib to /usr/lib (#524410).Chris Lumens2009-09-211-7/+7
|
* Call $LDSO --verify for the binary file -inside- the chroot. This fixes ↵Thomas Jarosch2009-09-211-6/+8
| | | | | | building x86 boot images on a x86_64 host system. Also don't try to verify the binary if $LDSO is empty.
* Just grab everything in a /usr/share/fonts/lohit* directory (#523906).Chris Lumens2009-09-181-13/+1
| | | | | | Apparently, font maintainence requires renaming and moving font packages at least once every six months. Hopefully we can be a little more resistant to changes with this patch, but I'm not hopeful.
* NetworkManagerSystemSettings.service no longer exists.Jesse Keating2009-09-171-1/+0
|
* udevsettle is no longer used (udevadm settle is called instead) so don't put ↵Jesse Keating2009-09-171-1/+0
| | | | it in images.
* nm-system-settings is no longer shipped.Jesse Keating2009-09-172-2/+0
|
* Port from PolicyKit to polkitJesse Keating2009-09-172-18/+16
| | | | A few path changes, a few new files, and a few less files
* Initialize the opts variable.Joel Granados Moreno2009-09-171-0/+1
| | | | | * scripts/makeupdates : Prevent a trace back caused by trying to use an uninitialized opts var.
* Add the help messages for the new options of makeupdates script.Joel Granados Moreno2009-09-171-0/+2
| | | | * scripts/makeupdates (usage): Add help messages for --tag and --offset.
* Revert "The Madan font should no longer be used (apparently). (#523906)."Chris Lumens2009-09-171-1/+2
| | | | This reverts commit 17d5177bb8be5c2d005906b4386664962d008173.
* The Madan font should no longer be used (apparently). (#523906).Chris Lumens2009-09-171-2/+1
|
* copy the sparc boot loader on all sparc archesDennis Gilmore2009-09-161-1/+1
|
* make sure we include sparc boot loaders on all sparc archesDennis Gilmore2009-09-161-1/+1
|
* make sure we get the sparc64 kernel on sparcDennis Gilmore2009-09-161-1/+1
|
* make a call to rpmutils to get the basearch works on all arches that dont ↵Dennis Gilmore2009-09-161-3/+4
| | | | have anaconda built on the basearch
* load_policy has moved from /usr/sbin to /sbin (#523506).Chris Lumens2009-09-152-1/+2
|
* Collect all modules from modules.{ccwmap|networking} on s390x (#522519)David Cantrell2009-09-151-4/+50
| | | | | | | | | | Collect all modules listed in modules.ccwmap and modules.networking for inclusion in the initrd.img for s390x. Removed some module names from mk-images.s390 that don't appear to exist anywhere in the kernel RPM anymore. Use $S390EXTRAMODS to list modules for inclusion that are not in a mapfile. Added expandModuleDeps() to make sure dependent modules are collected.
* Copy cmsfscat from /usr/sbin, not /usr/bin.David Cantrell2009-09-151-1/+2
| | | | | Make sure cmsfscat makes it in to the s390x initrd, it lives in /usr/sbin after upd-instroot has run.
* Add python-{nss,volume_key} to stage2, volume_key to rescueMiloslav Trmač2009-09-141-3/+4
|
* dmidecode is in /usr/sbin, not /usr/bin.Chris Lumens2009-09-101-1/+1
|
* Add cmsfscat to the initrd on s390 as well (#522535).Chris Lumens2009-09-101-1/+1
|
* Fix the gawk/awk symlink mess in the initrd (#522535).Chris Lumens2009-09-102-2/+2
|
* No longer use /usr/bin/env (#521337).Chris Lumens2009-09-101-1/+1
|
* No longer require xfsdump, since anaconda doesn't use it anywhere (#522180).Chris Lumens2009-09-091-2/+1
|
* Skip all Makefiles and the liveinst subdirectory in 'make updates'David Cantrell2009-09-041-2/+3
|
* Add top back to the stage2 image.Chris Lumens2009-09-041-0/+1
|
* Include ui, liveinst, and lang-table strings in po updates (#515411)David Cantrell2009-09-021-1/+1
| | | | | | | | | | | | | | | | We were losing strings from liveinst/liveinst.desktop.in, ui/*.glade, and lang-table whenever update-po would run. Expand the po/ Makefiles with Rules-lang-table, Rules-glade, and Rules-liveinst. These files add targets that generate the source files that the main po Makefile targets will read. Use intltool-extract to generate these source files from the glade files and the liveinst files. For lang-table, construct a source file manually. Modify scripts/getlangnames.py to open *.gmo files instead of *.mo files. In the ui/ and liveinst/ subdirs, add the *.h files to CLEANFILES so a 'make clean' operation will clear them out.