summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove pkgorder and splittree; these should be in pungiJeremy Katz2008-06-232-706/+0
|
* Remove support for RHupdates. updates.img is the way to go now.Chris Lumens2008-06-181-10/+0
|
* Fix pkgorder to include deps of kernel early.Peter Jones2008-06-171-4/+11
|
* Deal with udev losing udevcontrol/udevtriggerJeremy Katz2008-06-171-2/+0
| | | | | udev is stopping supporting udevcontrol/udevtrigger as symlinks, so we should change what we call
* Add a mirrorlist option.Jesse Keating2008-06-131-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-*.*.*.soDavid Cantrell2008-06-091-2/+16
| | | | | Avoid having two copies of the dynamic linker in the initrd.
* Make "upd-updates /tmp/updates.img" update everything newer in the currentPeter Jones2008-06-051-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 ONDREJ2008-06-044-6/+30
| | | | * po/sk.po: Typo fix.
* And actually include the bash binary too (#443700)Jeremy Katz2008-05-011-1/+1
|
* Use bash for minstg2 shell (#443700)Jeremy Katz2008-04-291-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 minstg2Jeremy Katz2008-04-291-3/+1
|
* Add missing backslashes for the .profile here document.David Cantrell2008-04-251-1/+1
|
* Label the efi boot filesystem on ia64 as well.Peter Jones2008-04-251-2/+1
|
* Don't use size to determine if a partition is an EFI system partition; instead,Peter Jones2008-04-251-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 Jones2008-04-251-1/+0
|
* label the filesystem in efidisk.img so that HAL and such won't try to mount it.Peter Jones2008-04-251-1/+1
|
* Use the correct ls(1) alias.David Cantrell2008-04-231-1/+1
| | | | The default ls alias does not use -F, so removed that.
* Set PS1 and ls(1) alias for tty2 shell.David Cantrell2008-04-231-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 existsMark McLoughlin2008-04-211-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 Katz2008-04-161-1/+1
|
* find movedJeremy Katz2008-04-151-0/+1
|
* Only include the parts of grub that will work without crazy tricks (#429785)Jeremy Katz2008-04-111-5/+0
|
* upd-kernel: Don't spew stuff to stdoutMark McLoughlin2008-04-101-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 moduleballMark McLoughlin2008-04-101-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 stringMark McLoughlin2008-04-101-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 moreMark McLoughlin2008-04-101-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 destdirMark McLoughlin2008-04-101-1/+1
| | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* upd-kernel: Fix typoMark McLoughlin2008-04-101-1/+1
| | | | Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* ide-cd_mod, not ide-cd_rom (thanks to jwb)Jeremy Katz2008-04-091-1/+1
|
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-092-5/+9
|\
| * More ia64 kernel finding fixage (#441708)Jeremy Katz2008-04-091-1/+5
| |
| * Be as clean as possible when looking for files/directories. (#431392)Joel Andres Granados2008-04-091-4/+4
| |
* | Add read permissions after creating efi{boot,disk}.img .Peter Jones2008-04-091-0/+2
|/
* Fix parted invocation with incomplete device path.Peter Jones2008-04-081-1/+1
|
* Fix typo.Peter Jones2008-04-081-1/+1
|
* Make efidisk.img as well as efiboot.imgPeter Jones2008-04-081-4/+29
|
* Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-082-4/+11
|\
| * When splitting srpms, only link srpms, nothing else.Jesse Keating2008-04-081-0/+2
| | | | | | | | Without this check, splitSRPMS would fail trying to link a directory.
| * Handle ia64 kernel pathJeremy Katz2008-04-081-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 modulesBill Nottingham2008-04-071-2/+2
| |
* | Build efiboot.img on x86_64 and i386 .Peter Jones2008-04-083-14/+39
| |
* | Merge branch 'master' of git+ssh://git.fedoraproject.org/git/hosted/anacondaPeter Jones2008-04-071-1/+1
|\|
| * Correctly label the xen images in the .treeinfo fileJoel Andres Granados2008-04-021-1/+1
| |
* | Add code to create efiboot.img on i386 and x86_64Peter Jones2008-04-072-0/+147
|/
* Update pkgorder group listings to match current Fedora defaults.Jesse Keating2008-03-311-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 changingJeremy Katz2008-03-261-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 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
|