summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix $UPDATES for realJeremy Katz2008-03-191-1/+1
| | | | It would help if I could type I suspect
* Put "ide-cd_mod" in the list of modules to pull in.Peter Jones2008-03-191-1/+1
|
* Use i586 kernel (#437641)Jeremy Katz2008-03-161-1/+1
|
* Fix shell quoting on numbers > 9, and fix an error message.Peter Jones2008-03-141-3/+3
|
* Include efibootmgr in the instrootPeter Jones2008-03-141-0/+1
|
* List netinst.iso/boot.iso in .treeinfo (#436089)Jeremy Katz2008-03-101-1/+1
| | | | This is a little lame but forced by the file format
* Convinced to change the name back to boot.isoJeremy Katz2008-03-101-1/+1
| | | | | | At least for in the tree, having the ISO as boot.iso helps tools such as virt-manager, which is a convincing reason to leave it. When pungi copies into the iso/ directory, it's probably reasonable to change the name
* Don't use the bits from $UPDATES unless $UPDATES existsJeremy Katz2008-03-061-1/+1
|
* Fix horkage with busybox stuff. There's now start-stop-daemonJeremy Katz2008-03-061-1/+1
|
* Pass the --archlist option to yumdownloaderJesse Keating2008-03-061-1/+1
| | | | | | | This is necessary on ppc where we are trying to download the ppc64 kernel from a ppc environment. Requires an updated yum-utils that supports the --archlist option to yumdownloader, but I don't know the n-v-r of that build yet, so no change to anaconda.spec yet.
* Add --archlist to repoquery call.Jesse Keating2008-03-041-1/+1
| | | | | | This is necessary for composing ppc, where the compose is done on ppc, but we want to find a ppc64 kernel. By default, repoquery won't return results that don't match the running arch.
* Handle efibootmgr and grub.efi in upd-instroot.Peter Jones2008-03-041-1/+2
|
* Revert the memtest86 bits for EFI, since this gets run on multiple arches.Peter Jones2008-03-041-4/+2
|
* Test for using efi rather than arch==ia64Peter Jones2008-03-041-1/+1
|
* Don't copy memtest86 in on EFI since it won't work.Peter Jones2008-03-041-2/+6
|
* If we don't find a kernel package, then give a better errorJeremy Katz2008-03-031-0/+5
|
* Add virtio_pci in hopes of getting virtio workingJeremy Katz2008-03-021-1/+1
|
* Remove rescue cd creation scriptsJeremy Katz2008-02-284-391/+0
|
* Take --updates with location of additional updates beyond the package set usedJeremy Katz2008-02-282-2/+21
| | | | | For testing purposes, add the ability to use a --updates to buildinstall for getting additional updates for testing.
* Change the ISOs we buildJeremy Katz2008-02-285-27/+31
| | | | | | Stop building boot.iso (and diskboot.img) in preference for building a netinst.iso with the boot bits as well as the second stage. This will replace the rescue image and is overall far more useful
* Take advantage of yum repos being availableJeremy Katz2008-02-283-63/+63
| | | | | | Instead of doing tricks with find, use repoquery and yumdownloader to download things like anaconda-runtime and kernels and firmware packages. This also has the nice side effect of letting us run buildinstall against an http repo
* Move doPostImages to be run after the second stage buildJeremy Katz2008-02-271-2/+2
|
* Fix backwards logic for yum verbosityJeremy Katz2008-02-271-1/+1
|
* More crud to deal with the fact that rawhide trees are composed weirdJeremy Katz2008-02-261-2/+2
|
* Fix up symlinks that could be broken with our movement here (#434882)Will Woods2008-02-251-0/+14
|
* Follow symlinks when looking for the anaconda-runtime package.Jesse Keating2008-02-251-1/+1
| | | | | This bit rawhide creation as we use a symlink to the packages on an NFS share to run buildinstall against. Fugly but it works.
* Lets redirect to /dev/null to ensure that what we get in DIR is the result ↵Joel Andres Granados2008-02-221-1/+1
| | | | of pwd.
* We are not using $p anymoreJoel Andres Granados2008-02-181-1/+1
|
* We don't need productpath anymore, so stop taking it as an optionJeremy Katz2008-02-171-9/+1
|
* Set yum output level based on whether or not we've passed --debug or notJeremy Katz2008-02-171-1/+2
| | | | This helps to make the log output a little bit easier to read
* Clean up invocation of mk-images from buildinstallJeremy Katz2008-02-172-32/+64
| | | | | | | Use named options when passing things to mk-images so that it's more clear as to what's going on. Also, make things like arch more explict. This also adds support for output from mk-images to go elsewhere, although that's currently not used by anything
* Clean up invocation of upd-instroot from buildinstallJeremy Katz2008-02-172-55/+49
| | | | | | Use named options when passing things to upd-instroot so that it's more clear as to what's going on. Explicitly pass the arch we're building for rather than trying to derive it based on the anaconda-runtime package
* Remove some legacy stuff that's no longer relevant from .discinfo/.treeinfoJeremy Katz2008-02-172-21/+2
|
* Don't depend on product path for finding the anaconda-runtime packageJeremy Katz2008-02-171-2/+3
|
* Make buildinstall a little clearerJeremy Katz2008-02-171-14/+10
| | | | | Make buildinstall a little bit clearer by making variable names more obvious and also using mktemp'd dirs
* Use $LIBDIR instead of lib globbing to avoid problems with chrootsJeremy Katz2008-02-171-2/+2
|
* Fix up firmware inclusion. This didn't actually ever work.Jeremy Katz2008-02-141-35/+36
|
* Fix up the groff related stuff for man pages to be done in the correct placeJeremy Katz2008-02-142-8/+7
| | | | | We should be doing the linking for the groff stuff in upd-instroot as it isn't relevant for the initrds
* remove yumcacheJeremy Katz2008-02-142-104/+0
|
* Don't do fixmtimes anymoreJeremy Katz2008-02-143-67/+0
| | | | | squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files
* Don't compress translationsJeremy Katz2008-02-141-8/+0
| | | | | Since we use a compressed filesystem, compressing the translations doesn't really buy us much if anything
* Don't manually duplicate things from package %post scriptsJeremy Katz2008-02-141-31/+0
| | | | | Now that we install packages and get scripts run, we don't need to run the contents of the scripts by hand
* Remove some unused options (--discs and --buildinstdir)Jeremy Katz2008-02-141-26/+21
|
* Keep /etc/nsswitch.conf and /etc/shellsJeremy Katz2008-02-141-0/+2
|
* Stop forcing passive mode for FTP by patching urllibJeremy Katz2008-02-141-25/+0
| | | | If we really need passive mode for installs, let's just set it properly
* We don't use timezones.gz anymore anywhereJeremy Katz2008-02-141-8/+0
|
* We shouldn't need to remove files that are only in -devel packagesJeremy Katz2008-02-141-3/+0
|
* Remove some obsolete files from the list to clean up noise in the outputJeremy Katz2008-02-141-3/+0
|
* We want nss bits on all arches these daysJeremy Katz2008-02-141-4/+0
|
* Just use default /etc/nsswitch.conf and /etc/shellsJeremy Katz2008-02-141-26/+0
|