| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix $UPDATES for real | Jeremy Katz | 2008-03-19 | 1 | -1/+1 | |
| | | | | | It would help if I could type I suspect | |||||
| * | Put "ide-cd_mod" in the list of modules to pull in. | Peter Jones | 2008-03-19 | 1 | -1/+1 | |
| | | ||||||
| * | Use i586 kernel (#437641) | Jeremy Katz | 2008-03-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fix shell quoting on numbers > 9, and fix an error message. | Peter Jones | 2008-03-14 | 1 | -3/+3 | |
| | | ||||||
| * | Include efibootmgr in the instroot | Peter Jones | 2008-03-14 | 1 | -0/+1 | |
| | | ||||||
| * | List netinst.iso/boot.iso in .treeinfo (#436089) | Jeremy Katz | 2008-03-10 | 1 | -1/+1 | |
| | | | | | This is a little lame but forced by the file format | |||||
| * | Convinced to change the name back to boot.iso | Jeremy Katz | 2008-03-10 | 1 | -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 exists | Jeremy Katz | 2008-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | Fix horkage with busybox stuff. There's now start-stop-daemon | Jeremy Katz | 2008-03-06 | 1 | -1/+1 | |
| | | ||||||
| * | Pass the --archlist option to yumdownloader | Jesse Keating | 2008-03-06 | 1 | -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 Keating | 2008-03-04 | 1 | -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 Jones | 2008-03-04 | 1 | -1/+2 | |
| | | ||||||
| * | Revert the memtest86 bits for EFI, since this gets run on multiple arches. | Peter Jones | 2008-03-04 | 1 | -4/+2 | |
| | | ||||||
| * | Test for using efi rather than arch==ia64 | Peter Jones | 2008-03-04 | 1 | -1/+1 | |
| | | ||||||
| * | Don't copy memtest86 in on EFI since it won't work. | Peter Jones | 2008-03-04 | 1 | -2/+6 | |
| | | ||||||
| * | If we don't find a kernel package, then give a better error | Jeremy Katz | 2008-03-03 | 1 | -0/+5 | |
| | | ||||||
| * | Add virtio_pci in hopes of getting virtio working | Jeremy Katz | 2008-03-02 | 1 | -1/+1 | |
| | | ||||||
| * | Remove rescue cd creation scripts | Jeremy Katz | 2008-02-28 | 4 | -391/+0 | |
| | | ||||||
| * | Take --updates with location of additional updates beyond the package set used | Jeremy Katz | 2008-02-28 | 2 | -2/+21 | |
| | | | | | | For testing purposes, add the ability to use a --updates to buildinstall for getting additional updates for testing. | |||||
| * | Change the ISOs we build | Jeremy Katz | 2008-02-28 | 5 | -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 available | Jeremy Katz | 2008-02-28 | 3 | -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 build | Jeremy Katz | 2008-02-27 | 1 | -2/+2 | |
| | | ||||||
| * | Fix backwards logic for yum verbosity | Jeremy Katz | 2008-02-27 | 1 | -1/+1 | |
| | | ||||||
| * | More crud to deal with the fact that rawhide trees are composed weird | Jeremy Katz | 2008-02-26 | 1 | -2/+2 | |
| | | ||||||
| * | Fix up symlinks that could be broken with our movement here (#434882) | Will Woods | 2008-02-25 | 1 | -0/+14 | |
| | | ||||||
| * | Follow symlinks when looking for the anaconda-runtime package. | Jesse Keating | 2008-02-25 | 1 | -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 Granados | 2008-02-22 | 1 | -1/+1 | |
| | | | | | of pwd. | |||||
| * | We are not using $p anymore | Joel Andres Granados | 2008-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | We don't need productpath anymore, so stop taking it as an option | Jeremy Katz | 2008-02-17 | 1 | -9/+1 | |
| | | ||||||
| * | Set yum output level based on whether or not we've passed --debug or not | Jeremy Katz | 2008-02-17 | 1 | -1/+2 | |
| | | | | | This helps to make the log output a little bit easier to read | |||||
| * | Clean up invocation of mk-images from buildinstall | Jeremy Katz | 2008-02-17 | 2 | -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 buildinstall | Jeremy Katz | 2008-02-17 | 2 | -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/.treeinfo | Jeremy Katz | 2008-02-17 | 2 | -21/+2 | |
| | | ||||||
| * | Don't depend on product path for finding the anaconda-runtime package | Jeremy Katz | 2008-02-17 | 1 | -2/+3 | |
| | | ||||||
| * | Make buildinstall a little clearer | Jeremy Katz | 2008-02-17 | 1 | -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 chroots | Jeremy Katz | 2008-02-17 | 1 | -2/+2 | |
| | | ||||||
| * | Fix up firmware inclusion. This didn't actually ever work. | Jeremy Katz | 2008-02-14 | 1 | -35/+36 | |
| | | ||||||
| * | Fix up the groff related stuff for man pages to be done in the correct place | Jeremy Katz | 2008-02-14 | 2 | -8/+7 | |
| | | | | | | We should be doing the linking for the groff stuff in upd-instroot as it isn't relevant for the initrds | |||||
| * | remove yumcache | Jeremy Katz | 2008-02-14 | 2 | -104/+0 | |
| | | ||||||
| * | Don't do fixmtimes anymore | Jeremy Katz | 2008-02-14 | 3 | -67/+0 | |
| | | | | | | squashfs doesn't do the 0 mtime trick for compression, so stop "fixing" up mtimes in pyc files | |||||
| * | Don't compress translations | Jeremy Katz | 2008-02-14 | 1 | -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 scripts | Jeremy Katz | 2008-02-14 | 1 | -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 Katz | 2008-02-14 | 1 | -26/+21 | |
| | | ||||||
| * | Keep /etc/nsswitch.conf and /etc/shells | Jeremy Katz | 2008-02-14 | 1 | -0/+2 | |
| | | ||||||
| * | Stop forcing passive mode for FTP by patching urllib | Jeremy Katz | 2008-02-14 | 1 | -25/+0 | |
| | | | | | If we really need passive mode for installs, let's just set it properly | |||||
| * | We don't use timezones.gz anymore anywhere | Jeremy Katz | 2008-02-14 | 1 | -8/+0 | |
| | | ||||||
| * | We shouldn't need to remove files that are only in -devel packages | Jeremy Katz | 2008-02-14 | 1 | -3/+0 | |
| | | ||||||
| * | Remove some obsolete files from the list to clean up noise in the output | Jeremy Katz | 2008-02-14 | 1 | -3/+0 | |
| | | ||||||
| * | We want nss bits on all arches these days | Jeremy Katz | 2008-02-14 | 1 | -4/+0 | |
| | | ||||||
| * | Just use default /etc/nsswitch.conf and /etc/shells | Jeremy Katz | 2008-02-14 | 1 | -26/+0 | |
| | | ||||||
