summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Didn't mean to commit that.Chris Lumens2005-12-051-1/+1
|
* Add some additional SELinux-related programs and an /etc/shells to getChris Lumens2005-12-054-49/+74
| | | | semodule working again.
* * isys/nfsmount_xdr.c (xdr_mountres3_ok): reformat weird tabbing,Peter Jones2005-12-054-7/+19
| | | | | | | and don't type-pun any more. * isys/linkdetect.c (mdio_read): no type-punning. * loader/moduleinfo.c (readModuleInfo): fix typo (+ instead of +=) that gcc41 complains about.
* Ignore checkisomd5 executable.David Cantrell2005-12-021-0/+1
|
* Reworded the media check result dialog to make the result stand out (#174530).David Cantrell2005-12-022-16/+25
|
* Added a checkisomd5 target. Easier to test newt changes this way.David Cantrell2005-12-022-1/+12
|
* - whoever invented string.h and strings.h separately needs to be shot.Peter Jones2005-12-021-0/+1
|
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-1/+10
| | | | * anaconda.spec: Bump version.
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-1/+10
| | | | | * loader2/loader.c (initializeConsole): Hack around the fact that slang doesn't properly enable UTF-8 anymore (#174761)
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-5/+11
| | | | * scripts/mk-images: Fix argument order for mksquashfs, chmod images
* That was pretty dumb of us.Chris Lumens2005-12-011-2/+2
|
* Allow %pre scripts to be in an included file.Chris Lumens2005-12-012-2/+6
|
* In 800x600 mode, set the window size of the release notes viewer to beDavid Cantrell2005-12-012-8/+19
| | | | | 800x420 when the installpackages stage is running. Release notes are readable and the progress bar is still visible.
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-1/+9
| | | | * anaconda.spec: Bump version.
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-4/+18
| | | | | * scripts/mk-images: Add squashfs to module list. Build images as squashfs.
* In Dispatch.bindArgs(), make sure the args parameter is a list or tupleDavid Cantrell2005-12-012-8/+16
| | | | | before running the for loop. When I call this method (??) from the installpackages state, args is a function.
* 2005-12-01 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-013-2/+10
| | | | | | * loader2/loader.c (main): Load squashfs. * loader2/method.c (mountLoopback): Try to mount squashfs too.
* Rewording for the media check prompt dialog.David Cantrell2005-12-012-5/+10
|
* 2005-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-1/+11
| | | | * anaconda.spec: Bump version.
* ... and saveJeremy Katz2005-12-011-1/+1
|
* 2005-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-012-1/+17
| | | | | * scripts/upd-instroot: Try to build policy with semodule so that all the files are there. If it works, will fix #174563
* 2005-11-30 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-302-1/+6
| | | | | * scripts/upd-instroot: Allow system-logos to be used for logo package name
* Some more changes for the release notes viewer. The size is determined inDavid Cantrell2005-11-303-16/+70
| | | | | | gui.py and passed to the release notes viewer on the command line. In the release notes viewer, we figure out where we need to anchor ourself and then move there. Among other things.
* None vs. "" yet again.Chris Lumens2005-11-302-1/+6
|
* Don't try split transactions on non split installation methods (#174033)Paul Nasrat2005-11-302-1/+6
|
* Bump version.Chris Lumens2005-11-292-1/+12
|
* Check for ff:ff:ff:ff:ff:ff as well.Chris Lumens2005-11-292-3/+7
|
* That concludes my goofing off. Unless the release notes are given in HTML,David Cantrell2005-11-291-47/+4
| | | | | | there's not a lot you can do to make it display nicely. <pre> works fine and I see no problems leaving it that way. I did make the window bigger, but that's it.
* Half of this commit is me getting comfortable with Python syntax, the otherDavid Cantrell2005-11-281-3/+44
| | | | | | | half is maybe a reasonable filter for the release notes file viewer. Maybe. Having written a compiler before, this isn't the best way to handle it, but then again it is HTML and that breaks all the rules. I should also point out that this filter isn't complete, but a work in progress.
* Set the release notes viewer window dialog thing to be the entire size ofDavid Cantrell2005-11-282-2/+17
| | | | the root window. It didn't make sense to me to have it smaller.
* 2005-11-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-262-1/+8
| | | | | * loader2/urlinstall.c (mountUrlImage): Fix booting with CD1 and using FTP/HTTP to not look for hdlist. This still isn't ideal
* 2005-11-25 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-252-1/+5
| | | | * bootdisk/ppc/yaboot.conf.3264: Fix ppc32 from CD (#174135)
* Don't be so easily distracted, Chris.Chris Lumens2005-11-231-1/+1
|
* Make sure people know we're using scp to handle the detailed exception.Chris Lumens2005-11-232-2/+6
|
* - add -ff to pvremovePeter Jones2005-11-221-1/+22
| | | | | - write a filter into our temporary lvm.conf - unlink the lvm cache when we write a new config
* updatePaul Nasrat2005-11-221-0/+4
|
* Report no DNS servers if a hostname usedPaul Nasrat2005-11-221-0/+11
|
* 2005-11-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-222-5/+8
| | | | | * loader2/loader.c: Fix /dd.img in initrd (from Dan Carpenter <dcarpenter AT penguincomputing.com> on anaconda-devel-list)
* 2005-11-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-222-0/+70
| | | | | * scripts/upd-kernel: Add a script to create a new initrd for a new kernel version.
* alter the last message just a bit ;)Peter Jones2005-11-211-1/+1
|
* kill 11% mke2fs stallPeter Jones2005-11-212-5/+5
|
* (1) Jeremy said he liked the warning and (2) my fix wasn't actually correct.David Cantrell2005-11-212-6/+1
|
* Add email.Utils to traceOnly loading (#173169).Chris Lumens2005-11-212-0/+2
|
* Fixed one of the progress bars in the GUI frontend (retrieving packageDavid Cantrell2005-11-212-1/+6
| | | | | information). GTK+ needs the percentage between 0 and 1, we were sending very large values. Text mode progress bar unchanged for now.
* more cell ethernetPeter Jones2005-11-211-0/+4
|
* add mambonet for dwmw2Peter Jones2005-11-211-0/+5
|
* Show a more helpful error message.Chris Lumens2005-11-212-3/+10
|
* 2005-11-21 Jeremy Katz <katzj@redhat.com>anaconda-10.90.8-1Jeremy Katz2005-11-213-2/+16
| | | | | | * anaconda.spec: Bump version. * loader2/loader.c: pcspkr breaks on powerpc
* 2005-11-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-202-1/+9
| | | | * anaconda.spec: Bump version.
* 2005-11-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-202-0/+12
| | | | | | | (YumSorter._provideToPkg): If we already have a package installed which provides something, then we should just use that. This makes it so we don't get the UP kernel pulled in when kernel-smp is already selected for installation.