Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove pkgorder and splittree; these should be in pungi | Jeremy Katz | 2008-06-23 | 2 | -706/+0 | |
| | ||||||
* | Remove support for RHupdates. updates.img is the way to go now. | Chris Lumens | 2008-06-18 | 1 | -10/+0 | |
| | ||||||
* | Fix pkgorder to include deps of kernel early. | Peter Jones | 2008-06-17 | 1 | -4/+11 | |
| | ||||||
* | Deal with udev losing udevcontrol/udevtrigger | Jeremy Katz | 2008-06-17 | 1 | -2/+0 | |
| | | | | | udev is stopping supporting udevcontrol/udevtrigger as symlinks, so we should change what we call | |||||
* | Add a mirrorlist option. | Jesse Keating | 2008-06-13 | 1 | -0/+17 | |
| | | | | | | This option allows us to pass a mirrorlist into buildinstall instead of or in addition to baseurls. This will allow the yum object to make use of a list of potential mirrors should it have difficulties downloading something. | |||||
* | Link ld-linux.so.2 to ld-*.*.*.so | David Cantrell | 2008-06-09 | 1 | -2/+16 | |
| | | | | | Avoid having two copies of the dynamic linker in the initrd. | |||||
* | Make "upd-updates /tmp/updates.img" update everything newer in the current | Peter Jones | 2008-06-05 | 1 | -17/+45 | |
| | | | | working directory /if/ it's a git+ssh checkout of anaconda. | |||||
* | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 4 | -6/+30 | |
| | | | | * po/sk.po: Typo fix. | |||||
* | And actually include the bash binary too (#443700) | Jeremy Katz | 2008-05-01 | 1 | -1/+1 | |
| | ||||||
* | Use bash for minstg2 shell (#443700) | Jeremy Katz | 2008-04-29 | 1 | -1/+1 | |
| | | | | | busybox's shell isn't really happy running on tty2, it just exits immediately whenever a command is run. Let's just switch to using bash | |||||
* | Revert PS1 and PATH changes as they don't work with busybox as used in minstg2 | Jeremy Katz | 2008-04-29 | 1 | -3/+1 | |
| | ||||||
* | Add missing backslashes for the .profile here document. | David Cantrell | 2008-04-25 | 1 | -1/+1 | |
| | ||||||
* | Label the efi boot filesystem on ia64 as well. | Peter Jones | 2008-04-25 | 1 | -2/+1 | |
| | ||||||
* | Don't use size to determine if a partition is an EFI system partition; instead, | Peter Jones | 2008-04-25 | 1 | -1/+1 | |
| | | | | check that it's not our install image. | |||||
* | Don't dd the image from /dev/zero _and_ use "mkdosfs -C <image> <blockcount>" | Peter Jones | 2008-04-25 | 1 | -1/+0 | |
| | ||||||
* | label the filesystem in efidisk.img so that HAL and such won't try to mount it. | Peter Jones | 2008-04-25 | 1 | -1/+1 | |
| | ||||||
* | Use the correct ls(1) alias. | David Cantrell | 2008-04-23 | 1 | -1/+1 | |
| | | | | The default ls alias does not use -F, so removed that. | |||||
* | Set PS1 and ls(1) alias for tty2 shell. | David Cantrell | 2008-04-23 | 1 | -1/+3 | |
| | | | | | Make the prompt and ls command more like the final system. Removed \u@\h from the prompt, but it's still more useful. | |||||
* | $XORGDRIVERS no longer exists | Mark McLoughlin | 2008-04-21 | 1 | -1/+0 | |
| | | | | | | | Just a tiny leftover from Jeremy's switch to using xorg-x11-drivers. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | Add missing / (Doug Chapman, #442751) | Jeremy Katz | 2008-04-16 | 1 | -1/+1 | |
| | ||||||
* | find moved | Jeremy Katz | 2008-04-15 | 1 | -0/+1 | |
| | ||||||
* | Only include the parts of grub that will work without crazy tricks (#429785) | Jeremy Katz | 2008-04-11 | 1 | -5/+0 | |
| | ||||||
* | upd-kernel: Don't spew stuff to stdout | Mark McLoughlin | 2008-04-10 | 1 | -10/+10 | |
| | | | | | | | Make it easier to spot errors by not spewing stuff to stdout. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | upd-kernel: Update to not use moduleball | Mark McLoughlin | 2008-04-10 | 1 | -14/+9 | |
| | | | | | | | We now just keep a tree of compressed modules rather than a moduleball, so handle updating that new format. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | upd-kernel: Use kernel-uname-r provides to find version string | Mark McLoughlin | 2008-04-10 | 1 | -7/+1 | |
| | | | | | | | | Recent kernels have changed the format of the version string, so just use the kernel-uname-r provides to get it. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | mk-images: Module balls are no more | Mark McLoughlin | 2008-04-10 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | notting removed module balls some time ago: commit 7971fbec83064b096a6592055d66df573bdb8eea Author: Bill Nottingham <notting@redhat.com> Date: Wed Dec 19 14:53:45 2007 -0500 Don't ship module balls; just ship a 'normal' /lib/modules and /lib/firmware tree. but mk-images still has some remnants of them. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | upd-kernel: Fix handling of existing destdir | Mark McLoughlin | 2008-04-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | upd-kernel: Fix typo | Mark McLoughlin | 2008-04-10 | 1 | -1/+1 | |
| | | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com> | |||||
* | ide-cd_mod, not ide-cd_rom (thanks to jwb) | Jeremy Katz | 2008-04-09 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda | Peter Jones | 2008-04-09 | 2 | -5/+9 | |
|\ | ||||||
| * | More ia64 kernel finding fixage (#441708) | Jeremy Katz | 2008-04-09 | 1 | -1/+5 | |
| | | ||||||
| * | Be as clean as possible when looking for files/directories. (#431392) | Joel Andres Granados | 2008-04-09 | 1 | -4/+4 | |
| | | ||||||
* | | Add read permissions after creating efi{boot,disk}.img . | Peter Jones | 2008-04-09 | 1 | -0/+2 | |
|/ | ||||||
* | Fix parted invocation with incomplete device path. | Peter Jones | 2008-04-08 | 1 | -1/+1 | |
| | ||||||
* | Fix typo. | Peter Jones | 2008-04-08 | 1 | -1/+1 | |
| | ||||||
* | Make efidisk.img as well as efiboot.img | Peter Jones | 2008-04-08 | 1 | -4/+29 | |
| | ||||||
* | Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda | Peter Jones | 2008-04-08 | 2 | -4/+11 | |
|\ | ||||||
| * | When splitting srpms, only link srpms, nothing else. | Jesse Keating | 2008-04-08 | 1 | -0/+2 | |
| | | | | | | | | Without this check, splitSRPMS would fail trying to link a directory. | |||||
| * | Handle ia64 kernel path | Jeremy Katz | 2008-04-08 | 1 | -2/+7 | |
| | | | | | | | | | | The ia64 kernel is under /boot/efi not /boot. Fix up our finding of the vmlinuz (patch from Yi Zhan <yi.zhan@intel.com> #441470) | |||||
| * | fix compression of modules | Bill Nottingham | 2008-04-07 | 1 | -2/+2 | |
| | | ||||||
* | | Build efiboot.img on x86_64 and i386 . | Peter Jones | 2008-04-08 | 3 | -14/+39 | |
| | | ||||||
* | | Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anaconda | Peter Jones | 2008-04-07 | 1 | -1/+1 | |
|\| | ||||||
| * | Correctly label the xen images in the .treeinfo file | Joel Andres Granados | 2008-04-02 | 1 | -1/+1 | |
| | | ||||||
* | | Add code to create efiboot.img on i386 and x86_64 | Peter Jones | 2008-04-07 | 2 | -0/+147 | |
|/ | ||||||
* | Update pkgorder group listings to match current Fedora defaults. | Jesse Keating | 2008-03-31 | 1 | -6/+7 | |
| | | | | | | This brings default installs back to just first three CDs, 2 CDs if Office and Productivity is deselected, and one CD if everything is deselected. | |||||
* | Make a little bit more future proof for kernel version changing | Jeremy Katz | 2008-03-26 | 1 | -2/+2 | |
| | | | | | uname -r as reported by the kernel should be figured out based on some files that get written, not by depending on "knowing" that it's version-release | |||||
* | 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 | |
| |