Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ignore nag screen in ks mode | Mike Fulbright | 2002-06-25 | 1 | -0/+2 |
| | |||||
* | don't enforce that 0<percent<=100 unless they specify a percent on the lvsize | Jeremy Katz | 2002-06-11 | 1 | -1/+1 |
| | |||||
* | need to do bootloadersetup if not doing a bootloader --upgrade (#65735) | Jeremy Katz | 2002-06-11 | 1 | -0/+5 |
| | |||||
* | kickstart directive can control firstboot now | Jeremy Katz | 2002-06-10 | 1 | -0/+20 |
| | |||||
* | make sure people specify a valid percentage | Jeremy Katz | 2002-06-09 | 1 | -0/+2 |
| | |||||
* | you can specify lv percentage in kickstart | Jeremy Katz | 2002-06-09 | 1 | -2/+7 |
| | |||||
* | languagesupport is back | Jeremy Katz | 2002-06-07 | 1 | -1/+1 |
| | |||||
* | typo | Mike Fulbright | 2002-06-03 | 1 | -1/+1 |
| | |||||
* | start to pretend to work with lvm on top of raid, but we really don't yet | Jeremy Katz | 2002-05-30 | 1 | -0/+16 |
| | |||||
* | I can do kickstart installs to lvm now. sweet. | Jeremy Katz | 2002-05-29 | 1 | -10/+103 |
| | |||||
* | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -0/+13 |
| | | | | our own translate.py | ||||
* | 1) removed language support, 2) removed frame buffer support, 3) Merged 7.3 ↵ | Mike Fulbright | 2002-05-21 | 1 | -1/+1 |
| | | | | X changes into HEAD | ||||
* | handle multiple network device configuration better from kickstart (#64108) | Jeremy Katz | 2002-05-09 | 1 | -1/+5 |
| | |||||
* | better handling of raid and /boot/efi setting filesystem type to avoid | Jeremy Katz | 2002-05-06 | 1 | -13/+14 |
| | | | | people being silly and causing things to break (#63821) | ||||
* | merge bootloader changes from HEAD | Jeremy Katz | 2002-04-22 | 1 | -3/+1 |
| | |||||
* | more merging fun from the hampton branch. I'm pretty sure this doesn't | Jeremy Katz | 2002-04-19 | 1 | -2/+17 |
| | | | | work now, at least in gui. text mode might, though | ||||
* | merge %include from branch | Jeremy Katz | 2002-02-28 | 1 | -16/+41 |
| | |||||
* | handle %packages --ignoredeps and %packages --resolvedeps so that people | Jeremy Katz | 2002-02-22 | 1 | -0/+7 |
| | | | | | can control the handling of any spurious dependencies when using kickstart. if neither is specified, keep the previous behavior (#57297) | ||||
* | allow specifying raid device with --device md0 as opposed to just --device 0 | Jeremy Katz | 2002-02-20 | 1 | -0/+2 |
| | |||||
* | oops | Jeremy Katz | 2002-02-14 | 1 | -3/+3 |
| | |||||
* | move a lot more out of partitioning.py... a lot of the functions are now | Jeremy Katz | 2002-02-14 | 1 | -6/+11 |
| | | | | methods of request classes or the Partitions class | ||||
* | even more fun... move Partitions object to partitions.py and adjust accordingly. | Jeremy Katz | 2002-02-13 | 1 | -3/+3 |
| | | | | | move the Request object into partRequests.py and actually make it a nicer object with subclasses for the various types. | ||||
* | stage2 of the partitioning.py cleanup | Jeremy Katz | 2002-02-07 | 1 | -3/+4 |
| | | | | | | | * move the following functions from partitioning.py -> raid.py isRaid5, isRaid1, isRaid0, get_raid_min_members, get_raid_max_spares * update other sources accordingly | ||||
* | really fix kickstart raid (#59270) | Jeremy Katz | 2002-02-04 | 1 | -9/+19 |
| | |||||
* | uniqueID *must* be an int. convert what we're given in kickstart to be an ↵ | Jeremy Katz | 2002-02-04 | 1 | -1/+9 |
| | | | | int (#59270) | ||||
* | support setting the raid device | Jeremy Katz | 2002-02-01 | 1 | -1/+2 |
| | |||||
* | now kickstart upgrades have a chance in hell of working | Jeremy Katz | 2002-01-31 | 1 | -3/+8 |
| | |||||
* | so kickstart has a chance in hell of working | Jeremy Katz | 2002-01-25 | 1 | -1/+1 |
| | |||||
* | whee! merge the first bunch of changes from the 390 branch. this | Jeremy Katz | 2001-12-27 | 1 | -0/+2 |
| | | | | | | | incorporates most of the python changes as well as the isys changes. email with what hasn't been applied coming later after I either finish merging the rest or decide to stop for the night | ||||
* | oops, this could never work (#57600) | Jeremy Katz | 2001-12-17 | 1 | -1/+1 |
| | |||||
* | merge from branch | Jeremy Katz | 2001-11-01 | 1 | -0/+3 |
| | |||||
* | make cleardrive accept multiple drives properly (#54293) | Jeremy Katz | 2001-10-04 | 1 | -3/+3 |
| | |||||
* | merge fix from 7-2-branch | Jeremy Katz | 2001-09-21 | 1 | -1/+1 |
| | |||||
* | merge changes from 7-2-branch | Jeremy Katz | 2001-09-18 | 1 | -2/+2 |
| | |||||
* | don't require a size specification with a --onpart, *sigh* (#53759) | Jeremy Katz | 2001-09-18 | 1 | -1/+1 |
| | |||||
* | some kickstart partitioning sanity checks (52969) | Jeremy Katz | 2001-09-04 | 1 | -0/+5 |
| | |||||
* | set id.upgrade on kickstart upgrades also | Jeremy Katz | 2001-08-23 | 1 | -0/+1 |
| | |||||
* | 1) fix kickstart interactive mode when no bootloader args are used (#52169) | Matt Wilson | 2001-08-21 | 1 | -1/+1 |
| | | | | | 1) preserve ide-scsi arguments set up in KernelArguments.__init__ when using kickstart | ||||
* | ondrive= is supposed to be recognized, and start & end are ints | Jeremy Katz | 2001-08-17 | 1 | -3/+4 |
| | |||||
* | int'ify the number of spares (51563) | Jeremy Katz | 2001-08-13 | 1 | -1/+1 |
| | |||||
* | more fixme comments removed since done | Jeremy Katz | 2001-08-09 | 1 | -7/+0 |
| | |||||
* | 'part swap --recommended' will give you what autopartitioning would have ↵ | Jeremy Katz | 2001-08-06 | 1 | -1/+7 |
| | | | | given you for swap (50815) | ||||
* | more pychecker fun | Jeremy Katz | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | add --enablecache for kickstart | Jeremy Katz | 2001-07-31 | 1 | -2/+8 |
| | |||||
* | oops, unbreak kickstart for installs | Jeremy Katz | 2001-07-24 | 1 | -3/+3 |
| | |||||
* | new step: find root parts, remove those bits from the interfaces for | Jeremy Katz | 2001-07-23 | 1 | -1/+13 |
| | | | | | | findinstall, hook up kickstart upgrade, mounting the root for an upgrade will mount the first in the list (which if you've gone through the interface is the only one, but if kickstart, upgrades the first install found) | ||||
* | minor parsing change for outputing ks.cfg (not user visible) | Jeremy Katz | 2001-07-23 | 1 | -1/+1 |
| | |||||
* | bytes for inode just happily works now on ext2 fs's (which is all we really ↵ | Jeremy Katz | 2001-07-23 | 1 | -2/+7 |
| | | | | understand it for right now) | ||||
* | do something with onparts | Jeremy Katz | 2001-07-23 | 1 | -1/+3 |
| | |||||
* | actually hook up ldaptls via kickstart | Jeremy Katz | 2001-07-22 | 1 | -1/+2 |
| |