summaryrefslogtreecommitdiffstats
path: root/loader2/loader.c
Commit message (Expand)AuthorAgeFilesLines
* another taroon merge. tagged before as before-taroon-merge, after asJeremy Katz2003-04-241-8/+44
* remove debuginfoMike Fulbright2003-04-031-2/+0
* typoMike Fulbright2003-04-011-2/+2
* some enhancements to vnc modeMike Fulbright2003-03-311-5/+18
* added vnc capabilityMike Fulbright2003-03-311-1/+3
* add graphical mode flag and modify call to find red hat CDs to new mechanismMike Fulbright2003-03-281-1/+5
* merge taroon branch up until now. tagged as before-taroon-merge before andJeremy Katz2003-03-211-18/+32
* and allow usb on hammer here tooJeremy Katz2003-03-201-5/+0
* look for libunicode-lite in either libdir (#86320)Jeremy Katz2003-03-191-0/+2
* reprobe devices before checking for cdrom, etc so that you can hotplug yourJeremy Katz2003-02-211-0/+1
* if you only have one device, don't ask which of multiple ones you want toJeremy Katz2003-02-201-12/+19
* add a way to skip the probe if we're going into loadDriverFromMedia fromJeremy Katz2003-02-181-2/+2
* support bind mounts for upgrade/rescue mode.Jeremy Katz2003-02-181-4/+4
* move method from cmdline settings to a function.Jeremy Katz2003-02-131-16/+1
* and set the info in loaderData... we only use this in kickstart right now,Jeremy Katz2003-02-111-0/+5
* okay, I'm tired of wrapper scripts for LD_LIBRARY_PATH....Jeremy Katz2003-02-111-2/+9
* so I can do test mode for kickstart loader stuffJeremy Katz2003-02-101-3/+11
* move loading of st.o for rescue mode tape support to loaderMike Fulbright2003-02-071-1/+4
* we can't just translate at the beginning because the language gets changedJeremy Katz2003-02-071-1/+7
* list drivers manually loaded in the list (#83624)Jeremy Katz2003-02-061-23/+29
* temporary workaround for hardware suckage; #82122 is a blocker + reminderJeremy Katz2003-01-171-9/+7
* bump up copyright for things we have changed this year so farMike Fulbright2003-01-141-1/+1
* strip the product nameJeremy Katz2003-01-131-0/+8
* don't substitute PRODUCTNAME at build time and instead read it fromJeremy Katz2003-01-131-3/+24
* better ld_library_path for new openssl requiring krb5Jeremy Katz2003-01-071-1/+1
* spacing irks meMike Fulbright2003-01-031-1/+1
* if you get to manual device selectoin and don't have any devices ofJeremy Katz2003-01-031-2/+2
* don't do the unicode keymap if we're in test modeJeremy Katz2002-12-181-1/+2
* LD_PRELOAD libunicode-lite.so.1 if it exists (only ftp/http/hd)Jeremy Katz2002-12-181-0/+5
* only set the unicode keymap up once. if we do it while X is running,Jeremy Katz2002-12-171-0/+1
* allow opt-out of vga16Matt Wilson2002-12-171-1/+4
* escape %Matt Wilson2002-12-171-2/+2
* flush stdoutMatt Wilson2002-12-171-0/+2
* use real function callsMatt Wilson2002-12-171-2/+2
* enable utf-8 on console tooMatt Wilson2002-12-171-3/+7
* load vga16fbJeremy Katz2002-12-171-4/+9
* clean up lang.c, remove duplicate codewMatt Wilson2002-12-171-1/+11
* initialize the console font really really earlyJeremy Katz2002-12-131-2/+2
* write out /tmp/scsidisks after we're done loading modules with theJeremy Katz2002-12-131-0/+4
* always load fontMatt Wilson2002-12-131-0/+6
* this should get cardbus working. works in test mode, but I need toJeremy Katz2002-12-121-1/+1
* amazing how much better it works if I look for /proc/bus/pci/devices instead ...Jeremy Katz2002-12-121-3/+2
* support loading multiple driver disks (#62888)Jeremy Katz2002-12-111-2/+2
* manual device loading for noprobe caseJeremy Katz2002-12-111-3/+44
* * add a usecancel param for the driver disk dialog so we can use it even ifJeremy Katz2002-12-111-21/+62
* merge telnet mode back inJeremy Katz2002-12-091-1/+6
* handle rescue mode fast-pathing for cdromJeremy Katz2002-12-091-2/+7
* handle detached floppies correctlyJeremy Katz2002-12-091-16/+34
* move hardware functions into their own fileJeremy Katz2002-12-091-166/+14
* normalize keyboard load error, remove unneeded codeMatt Wilson2002-12-091-2/+0