summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refer to GRUB instead of LILO. We should probably change the name of this ↵bfox2001-06-271-2/+2
| | | | file too.
* don't write bootloader config in test modeBill Nottingham2001-06-271-1/+2
|
* move upgrade mounting code into generic function, split bootloader init away ↵Matt Wilson2001-06-279-9/+17
| | | | from what ever the heck is going on with getting the partition requests set up
* import isys; also, put screen.supsend/resume around just the execBill Nottingham2001-06-271-3/+3
|
* attempt to speed up convergenceMike Fulbright2001-06-271-1/+6
|
* fix thisJeremy Katz2001-06-271-1/+1
|
* handle deleting pre-existing extended partitionsMike Fulbright2001-06-271-6/+11
|
* catch bad caseMike Fulbright2001-06-271-0/+2
|
* reconfig mode stepsJeremy Katz2001-06-271-1/+4
|
* don't clobber our network...Jeremy Katz2001-06-271-2/+2
|
* make sensible choice for the default fsMike Fulbright2001-06-271-1/+7
|
* fix double remove corruption in autopartMatt Wilson2001-06-271-0/+19
|
* move anacdump.txt to /tmpBill Nottingham2001-06-271-1/+1
|
* we don't use this, and it breaks / on raid. oopsJeremy Katz2001-06-271-1/+0
|
* set initial size in megabytes, not sectors...Jeremy Katz2001-06-271-1/+1
|
* fix typoBill Nottingham2001-06-271-1/+1
|
* no wonder it's so borkenBill Nottingham2001-06-271-1/+1
|
* fix kickstart bootloader and partitioningJeremy Katz2001-06-276-45/+34
| | | | move setting of the fsset out of gui and tui and into partitioningComplete
* install grub if it doesn't exist and grub is going to be usedMatt Wilson2001-06-271-0/+7
|
* default format = yesMike Fulbright2001-06-271-1/+1
|
* sanity checkJeremy Katz2001-06-271-1/+1
|
* more can't edit None partitionsJeremy Katz2001-06-271-1/+1
|
* oopsMike Fulbright2001-06-271-1/+1
|
* never scroll horizontallybfox2001-06-271-1/+1
|
* reset devices if we've autopartitioned and go back to change our ↵Jeremy Katz2001-06-271-0/+2
| | | | autopartitioning options
* dont let them edit partitioning with no fs_typeMike Fulbright2001-06-271-1/+1
|
* remove some debugging infoMike Fulbright2001-06-271-2/+2
|
* ext3 by default for the betaJeremy Katz2001-06-271-1/+1
|
* we want partedJeremy Katz2001-06-271-0/+1
|
* buildreqsMatt Wilson2001-06-271-1/+1
|
* argh - that wasn't what I meant to do - revertMatt Wilson2001-06-271-4/+4
|
* check ondisk for these packages in case they are on the system and not newer ↵Matt Wilson2001-06-272-4/+15
| | | | in the distro
* turn off syncing for nowMike Fulbright2001-06-261-3/+4
|
* add ddcprobe to regular instrootMike Fulbright2001-06-261-0/+1
|
* refer to disk druidMike Fulbright2001-06-263-4/+5
|
* land new autopartitioning code... should be faster and better.Jeremy Katz2001-06-263-96/+235
| | | | also, fix up some bits so we don't refreshdevices as often
* partitioning.py: skip removable partitions except in expert modeMatt Wilson2001-06-262-34/+46
| | | | exception.py: if not setupFilesystems save dump to a file 'anacdump.txt' in cwd
* build on alphaMatt Wilson2001-06-261-1/+1
|
* more bootloader fixesJeremy Katz2001-06-261-3/+2
|
* ignore .loBill Nottingham2001-06-261-0/+1
|
* remove .depend on make cleanBill Nottingham2001-06-261-1/+1
|
* fixed to reflect the rest of fsystem.umount apiMatt Wilson2001-06-261-1/+1
|
* move library objects to .lo, so python doesn't get confusedMatt Wilson2001-06-262-8/+8
|
* typoMike Fulbright2001-06-261-1/+1
|
* rename pngs to match new compsMatt Wilson2001-06-2610-0/+0
|
* let's try to build for ia64 againJeremy Katz2001-06-261-1/+1
|
* progress bar for formattingJeremy Katz2001-06-261-0/+24
| | | | maybe working parted exception handler
* don't let people edit partitions without an fs typeJeremy Katz2001-06-262-0/+13
|
* use the happy functionsJeremy Katz2001-06-261-1/+1
|
* remove the logicals when you remove the extendedJeremy Katz2001-06-261-11/+15
| | | | various other small fixes