Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean up images bits so that we don't have three copies of the initrd and ↵ | Jeremy Katz | 2002-08-02 | 1 | -18/+15 | |
| | | | | kernel taking up space on the cd | |||||
* | I wonder how long bootloader --location=none hasn't worked... | Jeremy Katz | 2002-08-02 | 1 | -0/+3 | |
| | ||||||
* | fix mbr/partition handling for kickstart (#70380) | Jeremy Katz | 2002-08-02 | 2 | -7/+7 | |
| | ||||||
* | write out lvm information to anaconda-ks.cfg (#69230) | Jeremy Katz | 2002-08-02 | 1 | -1/+67 | |
| | ||||||
* | handle auto in fstabs sanely but be careful about it (#67120) | Jeremy Katz | 2002-08-02 | 1 | -2/+12 | |
| | ||||||
* | pass down drives from clearpart so that we only init the drives you list for ↵ | Jeremy Katz | 2002-08-02 | 1 | -4/+7 | |
| | | | | doing a clearpart on (#64160) | |||||
* | better fix for 69783. check if /var/tmp is a symlink. if not, remove it ↵ | Jeremy Katz | 2002-08-02 | 1 | -9/+7 | |
| | | | | and create one (this is the ramdisk, so we don't need to worry about race conditions really... really :). if it's already there as a link, just log what it points to for sanity's sake | |||||
* | refresh-po | Jeremy Katz | 2002-08-02 | 33 | -16674/+20386 | |
| | ||||||
* | back to not specifying anaconda explicitly, soxgettext thinks its C. ↵ | Jeremy Katz | 2002-08-02 | 1 | -4/+2 | |
| | | | | otherwise, we need to msgcat and it starts getting unhappy with a raw pot file | |||||
* | don't lose entries from zonetab which are relevant such as 'Pacific Time' ↵ | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | | | | when 'Pacific Time - north Yukon' exists | |||||
* | not used now that translations are in comps module | Jeremy Katz | 2002-08-02 | 1 | -35/+0 | |
| | ||||||
* | explicitly list anaconda and tell xgettext that it's a python file | Jeremy Katz | 2002-08-02 | 1 | -2/+4 | |
| | ||||||
* | remove unused module | Jeremy Katz | 2002-08-02 | 3 | -359/+1 | |
| | ||||||
* | really get rid of comps translation | Jeremy Katz | 2002-08-02 | 1 | -1/+0 | |
| | ||||||
* | update po files from elvis, 02 aug 2002 | Jeremy Katz | 2002-08-02 | 7 | -3936/+3791 | |
| | ||||||
* | tweak (#70447) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | ||||||
* | add a period (#70431) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | ||||||
* | spelling sucks (#70427) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | ||||||
* | translate the label (#70422) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | ||||||
* | mark for translation (#70419) | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | ||||||
* | don't need to translate from comps-master anymore. translations are in the ↵ | Jeremy Katz | 2002-08-02 | 1 | -2/+1 | |
| | | | | comps module | |||||
* | oops, this isn't right but would only be an impact if there were multiple ↵ | Jeremy Katz | 2002-08-02 | 1 | -1/+1 | |
| | | | | versions of packages in a header list | |||||
* | copyright | Matt Wilson | 2002-08-01 | 1 | -0/+1 | |
| | ||||||
* | don't fall over on import failure | Matt Wilson | 2002-08-01 | 1 | -2/+20 | |
| | ||||||
* | use translated group names and descriptions if available | Jeremy Katz | 2002-08-01 | 2 | -5/+32 | |
| | ||||||
* | we can't get a native type unless it's really a partition, so fall back to ↵ | Jeremy Katz | 2002-08-01 | 1 | -1/+4 | |
| | | | | just saying Foreign if we can't | |||||
* | always write this out if Mouse0 is not a usb mouse | Mike Fulbright | 2002-08-01 | 1 | -1/+2 | |
| | ||||||
* | wrap another waitpid that can die | Mike Fulbright | 2002-08-01 | 1 | -1/+6 | |
| | ||||||
* | not initializing data bad | Mike Fulbright | 2002-08-01 | 1 | -0/+2 | |
| | ||||||
* | be more picky about what we allow as a volume or logical volume name | Mike Fulbright | 2002-08-01 | 1 | -7/+12 | |
| | ||||||
* | tweak space | Mike Fulbright | 2002-08-01 | 1 | -1/+0 | |
| | ||||||
* | pack dialog better | Mike Fulbright | 2002-08-01 | 1 | -10/+20 | |
| | ||||||
* | oops, the main boot.img and bootnet.img build were here too... still only do ↵ | Jeremy Katz | 2002-08-01 | 1 | -0/+31 | |
| | | | | those and no language specific boot images | |||||
* | add mini-wm | Mike Fulbright | 2002-08-01 | 1 | -0/+1 | |
| | ||||||
* | build mini-wm | Mike Fulbright | 2002-08-01 | 1 | -1/+7 | |
| | ||||||
* | added mini-wm to file list | Mike Fulbright | 2002-08-01 | 1 | -0/+1 | |
| | ||||||
* | function to execute mini-wm | Mike Fulbright | 2002-08-01 | 1 | -0/+11 | |
| | ||||||
* | run the mini-wm! | Mike Fulbright | 2002-08-01 | 1 | -0/+9 | |
| | ||||||
* | mini-wm from otaylor | Mike Fulbright | 2002-08-01 | 1 | -0/+84 | |
| | ||||||
* | fix problems with static/dhcp situations and also some padding issues | Mike Fulbright | 2002-07-31 | 1 | -17/+36 | |
| | ||||||
* | i18n'ized boot disks are a thing of the past due to space constraints | Jeremy Katz | 2002-07-31 | 1 | -31/+0 | |
| | ||||||
* | get comps.xml from multiple sources | Mike Fulbright | 2002-07-31 | 4 | -5/+46 | |
| | ||||||
* | dont die on bad sizes | Mike Fulbright | 2002-07-31 | 1 | -1/+5 | |
| | ||||||
* | log more stuff to help with bug reports | Mike Fulbright | 2002-07-31 | 1 | -8/+21 | |
| | ||||||
* | we don't support partitionless upgrades anymore and this code is broken if ↵ | Jeremy Katz | 2002-07-30 | 1 | -11/+0 | |
| | | | | you have a line with just '#' (#70181) | |||||
* | bump the size of initrd-everything so that updates.img are useful for us | Jeremy Katz | 2002-07-30 | 1 | -1/+1 | |
| | ||||||
* | fix hdtree | Mike Fulbright | 2002-07-30 | 1 | -18/+8 | |
| | ||||||
* | import current po files from elvis, make update-po | Matt Wilson | 2002-07-30 | 33 | -12762/+12791 | |
| | ||||||
* | typo!!!! s/peronal/personal/ | Matt Wilson | 2002-07-30 | 1 | -1/+1 | |
| | ||||||
* | fix reference to other screen (#70083) | Jeremy Katz | 2002-07-30 | 1 | -1/+1 | |
| |