Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | go ahead and pull this in | Jeremy Katz | 2003-12-23 | 1 | -6/+1 |
| | |||||
* | require --version (#112416) | Jeremy Katz | 2003-12-19 | 1 | -1/+1 |
| | |||||
* | some module name changes | Jeremy Katz | 2003-12-09 | 1 | -4/+4 |
| | |||||
* | I want this more often... | Jeremy Katz | 2003-12-06 | 1 | -2/+2 |
| | |||||
* | the module is dm-mod even though it's dm_mod in /proc/modules??? | Jeremy Katz | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | add dm_mod | Jeremy Katz | 2003-12-03 | 1 | -1/+1 |
| | |||||
* | pull in lvm2 stuff instead of lvm1 stuff | Jeremy Katz | 2003-12-03 | 1 | -36/+3 |
| | |||||
* | system-config now | Jeremy Katz | 2003-11-20 | 1 | -5/+5 |
| | |||||
* | fix for ppc from jlaska | Jeremy Katz | 2003-11-19 | 1 | -1/+1 |
| | |||||
* | this looks like it fixes depmod with 2.6. also, get rid of the paride hack | Jeremy Katz | 2003-11-18 | 1 | -32/+1 |
| | | | | since we don't support that stuff anymore anyway | ||||
* | try to fix modules.dep | Jeremy Katz | 2003-11-17 | 1 | -1/+1 |
| | |||||
* | make the sys dir | Jeremy Katz | 2003-11-15 | 1 | -0/+1 |
| | |||||
* | more module munging | Jeremy Katz | 2003-11-15 | 1 | -8/+8 |
| | |||||
* | more modules for nfs | Jeremy Katz | 2003-11-14 | 1 | -1/+1 |
| | |||||
* | i686 kernel only atm | Jeremy Katz | 2003-11-14 | 1 | -1/+1 |
| | |||||
* | let's start on 2.6... | Jeremy Katz | 2003-11-14 | 1 | -19/+10 |
| | | | | | try to write some module loading code modules are .ko, not .o | ||||
* | wtf did that come from ?anaconda-before-2.6 | Karsten Hopp | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | most utilities link against libattr now, too | Karsten Hopp | 2003-11-13 | 1 | -0/+1 |
| | |||||
* | most tools in the initrd require libselinux now | Karsten Hopp | 2003-11-13 | 1 | -0/+1 |
| | |||||
* | add patch from Ajay Ramaswamy <xfs@ramaswamy.net> for jfs labels | Jeremy Katz | 2003-11-10 | 1 | -0/+1 |
| | |||||
* | selinux is needed by stuff like busybox and ls now | Jeremy Katz | 2003-11-09 | 1 | -1/+2 |
| | |||||
* | tyop | Jeremy Katz | 2003-11-09 | 1 | -1/+1 |
| | |||||
* | more python 2.3-ifying | Jeremy Katz | 2003-11-09 | 4 | -15/+15 |
| | |||||
* | more steps towards enabling xfs support based on patches from | Jeremy Katz | 2003-11-08 | 2 | -3/+17 |
| | | | | | | Ajay Ramaswamy <xfs@ramaswamy.net>. this set of changes adds the xfs module and utilities to our various lists and makes 'linux xfs' have xfs available | ||||
* | revert last commit | Jeremy Katz | 2003-11-08 | 1 | -0/+3 |
| | |||||
* | some more fixes | Jeremy Katz | 2003-11-07 | 1 | -3/+0 |
| | |||||
* | quoting of tzdata (#109076) | Jeremy Katz | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | more shell quoting fun from forrest | Jeremy Katz | 2003-11-06 | 1 | -1/+1 |
| | |||||
* | don't build rawhide images for now so that we can avoid python2.3 breaking | Jeremy Katz | 2003-11-05 | 1 | -0/+5 |
| | | | | things | ||||
* | - kerberos libs moved to /usr/$LIBDIR/ | Karsten Hopp | 2003-11-05 | 1 | -6/+9 |
| | | | | | | - larger initrd to be able to copy some debugging tools in, should be reduced later - xauth requires libICE, libSM and libXt now ;-( | ||||
* | fix quoting (from Forrest Taylor on anaconda-devel-list) | Jeremy Katz | 2003-10-30 | 1 | -1/+1 |
| | |||||
* | fix silly traceback | Jeremy Katz | 2003-10-22 | 1 | -1/+1 |
| | |||||
* | and we prove, yet again, that I am unable to type | Jeremy Katz | 2003-10-21 | 1 | -1/+1 |
| | |||||
* | don't atof the start time, that makes it different and breaks | Jeremy Katz | 2003-10-20 | 1 | -1/+1 |
| | | | | redhat-config-packages (although I'm going to put a workaround there) | ||||
* | don't make the second stage if we don't have a kernel | Jeremy Katz | 2003-10-20 | 1 | -4/+9 |
| | |||||
* | add productpath to the buildstamp | Jeremy Katz | 2003-10-14 | 1 | -0/+1 |
| | |||||
* | more syntax | Jeremy Katz | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | syntax | Jeremy Katz | 2003-10-14 | 1 | -1/+1 |
| | |||||
* | read product path from the build stamp if possible, default to RedHat if not | Jeremy Katz | 2003-10-14 | 5 | -35/+59 |
| | | | | available. basically notting's patch with some fixes and genhdlist handled | ||||
* | add a proper volid (#107058) | Jeremy Katz | 2003-10-14 | 3 | -3/+3 |
| | |||||
* | use $PRODUCT instead of "Red Hat Linux" hardcoded (from notting) | Jeremy Katz | 2003-10-14 | 1 | -4/+4 |
| | |||||
* | s/LOADERMODULES/INITRDMODULES/ (noticed by Rudi | Jeremy Katz | 2003-10-13 | 1 | -4/+4 |
| | | | | Chiarito <nutello@sweetness.com> on fedora-devel-list) | ||||
* | switch to using redhat-config-date .mo files for timezone info instead of | Jeremy Katz | 2003-10-07 | 1 | -1/+2 |
| | | | | po/timeconfig | ||||
* | try using ppc32 fakearch to get mac moduleball right | Jeremy Katz | 2003-10-02 | 1 | -0/+2 |
| | |||||
* | oops, fix zoneinfo patsh | Jeremy Katz | 2003-10-02 | 1 | -14/+14 |
| | |||||
* | some changes so that we get a mac boot.iso, tweak yaboot.conf naming | Jeremy Katz | 2003-10-01 | 1 | -14/+14 |
| | | | | appropriately | ||||
* | add a few more timezones for ftp/http/hd installs (#105889) | Jeremy Katz | 2003-09-29 | 1 | -7/+14 |
| | |||||
* | add australia to timezone list | Mike Fulbright | 2003-09-26 | 1 | -0/+1 |
| | |||||
* | merge from taroon | Jeremy Katz | 2003-09-20 | 4 | -3/+20 |
| | | | | fairly large merge, but all fairly obvious stuff. will test in a tree tomorrow | ||||
* | some changes for macppc from jlaska. tweaked pseries images to end up in | Jeremy Katz | 2003-09-04 | 2 | -12/+34 |
| | | | | | | | images/pseries/, just continue if a kernel arch doesn't exist. for mac to work, still need to be able to create the boot.iso (which are hybrid hfs cds I think) |