summaryrefslogtreecommitdiffstats
path: root/loader2
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-13 Matt Wilson <msw@rpath.com>Jeremy Katz2006-03-131-1/+4
| | | | | | | * Makefile.inc: Add flag for whether or not to use SELinux. * isys/Makefile: Conditionalize SELinux. * isys/isys.c: Likewise. * loader2/Makefile: Likewise.
* add sis190Bill Nottingham2006-03-081-0/+4
|
* 2006-03-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-03-061-0/+1
| | | | | | * anaconda: Add magic 'vesa' flag to force the X driver to be vesa instead of the native * loader2/loader.c: Add it here.
* * rescue.py: Added runShell() to handle spawning the tty1 shell forDavid Cantrell2006-03-031-11/+18
| | | | | | | rescue mode and set the controlling tty (#182222). * loader2/init.c: Do not disable Ctrl+C, Ctrl+Z, and friends if we're starting in rescue mode. Set controlling tty before dup2() calls.
* 2006-02-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-271-0/+0
| | | | | * loader2/keymaps-x86_64: Add a keymap override * loader2/keymaps-i386: Likewise.
* 2006-02-27 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-271-0/+0
| | | | * loader2/keymaps-x86_64: Add a keymap override
* * loader2/dietstubs.c: Removed bogl stuff.David Cantrell2006-02-231-25/+0
|
* 2006-02-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-222-32/+4
| | | | | | | | | | | | | | | | | | * lang-table: Set all previously bterm using languages to "none" for the fact that we can't handle them in text-mode anymore * textw/language_text.py (LanguageWindow.__call__): Remove bterm special-casing. * text.py (InstallInterface.run): Likewise. * loader2/lang.c (setupLanguage): Likewise. * language.py (Language.fixLang): No more "bterm" font * stubs/unicode-lite.c: Don't require wlite * stubs/Makefile: Don't link against wlite * loader2/Makefile: No more linking to bterm here either * isys/lang.c: Remove bterm support code. * isys/lang.h: And declaration. * isys/Makefile (LOADLIBES): No more linking to bterm * isys/isys.c (start_bterm): Remove this * anaconda.spec (BuildPreReq): Bye-bye bogl
* 2006-02-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-201-0/+2
| | | | * loader2/net.c: Actually set mtu
* 2006-02-19 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-191-1/+1
| | | | | * loader2/hdinstall.c: Try to mount as ext3 also now that we have the module
* 2006-02-09 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-091-1/+1
| | | | * loader2/loader.c (startNewt): Fix my dumb typo
* 2006-02-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-091-0/+16
| | | | | | | * loader2/loader.c (doShell): Add support for exec'ing busybox in msh mode if it's present on suspend. We won't include it in standard initrds, but for debugging, the ability to chain multiple initrds is going to be beautiful.
* Get debuginfo for loaderPaul Nasrat2006-02-081-1/+0
|
* 2006-02-06 Patrick Mansfield <patmans@us.ibm.com>Jeremy Katz2006-02-063-2/+11
| | | | | | | * loader2/hardware.c: Load iscsi modules if requested. * loader2/loader.c: Add iscsi flag parsing. Ask for network if iscsi is being used. * loader2/loader.h: Add iscsi flag.
* Pass --loglevel if nopass is set or not.David Cantrell2006-02-061-1/+1
|
* 2006-02-03 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-02-031-8/+32
| | | | * loader2/module-info: Update for current driver set.
* Sync up libunicode-lite with wcstubs and build it as a static library toChris Lumens2006-01-242-114/+2
| | | | link into the loader (#178386).
* - add pyrc.py supportPeter Jones2006-01-201-2/+8
|
* Attempt to eject the CD drive if we're in kickstart and given the --ejectChris Lumens2006-01-191-0/+1
| | | | parameter to halt or shutdown (#177554).
* Added mptsas entry to module-info.David Cantrell2006-01-181-0/+4
|
* Not every caller wants to put the product on the front of the URL (#178001).Chris Lumens2006-01-171-7/+12
|
* 2006-01-06 Jeremy Katz <katzj@redhat.com>Jeremy Katz2006-01-071-1/+2
| | | | | | | | | * anaconda.spec: Bump version. * lang-table: Remove sr@Latn until po files exist * loader2/Makefile: Make msgmerge quiet. Fix noisiness from charset in the generated loader.po
* 2005-12-20 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-201-0/+24
| | | | | * loader2/loader.c: Give a stacktrace on SIGSEGV to make things easier to debug.
* Use loaderData instead of $LANG to determine which keyboard we shouldChris Lumens2005-12-193-5/+8
| | | | default to in the list (#172266).
* 2005-12-15 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-151-2/+2
| | | | | * loader2/loader.h (FL_UB): Don't reuse a define (oops) and use & instead of &&.
* 2005-12-12 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-123-12/+13
| | | | | | | | * loader2/loader.c: Temporary handling of 'ub' command line flag to say to try ub instead of usb-storage. * loader2/loader.h: Add ub flag definition. * loader2/usb.c (usbInitialize): Load usb-storage/ub if there is something which looks relevant
* 2005-12-08 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-12-082-6/+5
| | | | | | | * loader2/loader.c: remove slang hack * loader2/wcstubs.c (nl_langinfo): We can't do this in a statically linked binary, so lie to slang some more.
* it'd help if they told me the right namePeter Jones2005-12-071-2/+2
|
* - add another card nobody bothered to tell us about ahead of time.Peter Jones2005-12-061-0/+4
|
* * isys/nfsmount_xdr.c (xdr_mountres3_ok): reformat weird tabbing,Peter Jones2005-12-051-1/+1
| | | | | | | 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-021-16/+20
|
* Added a checkisomd5 target. Easier to test newt changes this way.David Cantrell2005-12-021-1/+8
|
* - 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-011-1/+7
| | | | | * 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-2/+4
| | | | | | * 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-011-5/+5
|
* 2005-11-26 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-261-1/+3
| | | | | * loader2/urlinstall.c (mountUrlImage): Fix booting with CD1 and using FTP/HTTP to not look for hdlist. This still isn't ideal
* Report no DNS servers if a hostname usedPaul Nasrat2005-11-221-0/+11
|
* 2005-11-22 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-221-5/+5
| | | | | * loader2/loader.c: Fix /dd.img in initrd (from Dan Carpenter <dcarpenter AT penguincomputing.com> on anaconda-devel-list)
* more cell ethernetPeter Jones2005-11-211-0/+4
|
* add mambonet for dwmw2Peter Jones2005-11-211-0/+5
|
* 2005-11-21 Jeremy Katz <katzj@redhat.com>anaconda-10.90.8-1Jeremy Katz2005-11-211-1/+6
| | | | | | * anaconda.spec: Bump version. * loader2/loader.c: pcspkr breaks on powerpc
* 005-11-18 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-181-1/+1
| | | | | * loader2/selinux.h (ANACONDA_CONTEXT): Fix for new context types since the kernel no longer can do the mapping itself.
* 2005-11-17 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-0/+2
| | | | * loader2/loader.c: dmraid flag handling
* 2005-11-16 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-171-1/+1
| | | | | * anaconda_log.py (DEFAULT_LEVEL): Back to info for default. * loader2/log.c: Likewise.
* add qla2400Peter Jones2005-11-151-0/+4
|
* need -ldevmapper here, tooPeter Jones2005-11-151-1/+2
|
* add megaraid_sasPeter Jones2005-11-151-0/+4
|
* 2005-11-14 Jeremy Katz <katzj@redhat.com>Jeremy Katz2005-11-141-0/+1
| | | | * loader2/net.c (wait_for_link): Log warning if no network link detected