summaryrefslogtreecommitdiffstats
path: root/todo.py
Commit message (Expand)AuthorAgeFilesLines
* read lang-table from /etc if necessaryMatt Wilson2000-02-021-1/+3
* use lang-tableMatt Wilson2000-02-021-20/+15
* set the mouse for X configuration properlyMatt Wilson2000-02-021-4/+2
* got raid swap workingMatt Wilson2000-02-011-1/+1
* o upgrade code rebuilds the db to a tmp dir and opens that db toMatt Wilson2000-02-011-10/+14
* fixed --iscrypted for rootMatt Wilson2000-02-011-2/+3
* removed obsolete badBlockCheckErik Troan2000-01-311-1/+0
* basic changes to get new lilo code workingMatt Wilson2000-01-281-23/+11
* hostname stuff not committed in treeMatt Wilson2000-01-271-1/+25
* reworked lilo config into separate lilo.py, fixed numerous bugs (nowErik Troan2000-01-251-203/+6
* removed dumb log messageMatt Wilson2000-01-201-2/+0
* 1) improved makeBootdisk probeMatt Wilson2000-01-201-0/+13
* umountFilesystem takes a parameter (oops)Matt Wilson2000-01-181-1/+1
* turn off swap when upgrades are backed upMatt Wilson2000-01-181-9/+1
* del the ts before the db, there's a reference there?Matt Wilson2000-01-171-1/+1
* only umount on upgrade during depcheckMatt Wilson2000-01-171-1/+1
* only del db if we're upgradingMatt Wilson2000-01-171-1/+2
* missing argument to opendbMatt Wilson2000-01-171-1/+1
* more upgrade deps checking - it's making me sickMatt Wilson2000-01-171-6/+9
* move this conditional code to todoMatt Wilson2000-01-171-4/+5
* more fixupsMatt Wilson2000-01-171-1/+1
* delay unmount in upgrade examineMatt Wilson2000-01-171-1/+4
* little debuggingMatt Wilson2000-01-171-0/+2
* fixes to upgrade depencency checking code, and GNOME autoselect codeMatt Wilson2000-01-171-6/+20
* set rpmmacro for supported languageMatt Wilson2000-01-121-1/+3
* removed ts.add stuffMatt Wilson2000-01-111-1/+1
* put debug log in tmpMatt Wilson2000-01-111-1/+1
* loopback installs work in tuiMatt Wilson2000-01-101-2/+11
* fixed up jaz/zip stuffMatt Wilson2000-01-101-8/+15
* added support for removable storage (zip/jaz). Not tested yet, but won'tpbrown2000-01-101-0/+26
* Use new fstab functions to set up milo/abootMatt Wilson2000-01-101-3/+3
* removed old Drives object (now, hopefully, unused)Matt Wilson2000-01-101-6/+1
* merge from Alpha/SPARC branchMatt Wilson2000-01-061-8/+5
* s/self.makeFilesystems ()/self.fstab.makeFilesystems ()Matt Wilson2000-01-051-1/+1
* debuggingMatt Wilson2000-01-051-0/+8
* updated X configurationMatt Wilson2000-01-041-3/+4
* lilo needs to display existing raid devices as boot choiceMatt Wilson2000-01-011-0/+4
* don't set LINGUASMatt Wilson1999-12-311-1/+0
* various fixes for raid upgrades (which seem to work now)Matt Wilson1999-12-291-0/+4
* changes for raid upgrades (not done yet)Matt Wilson1999-12-281-49/+20
* fix for lilo on non-raid systemsMatt Wilson1999-12-281-1/+1
* boot/root on raid should work nowErik Troan1999-12-271-19/+14
* pop up error dialog on exception from copyMatt Wilson1999-12-221-2/+6
* graphical partitioning seems to be completely working againErik Troan1999-12-221-9/+0
* removed some redundant initializationsErik Troan1999-12-161-3/+2
* turn lilo linear on by defaultErik Troan1999-12-161-1/+1
* fdisk partitioning works with new fstab stuffErik Troan1999-12-161-9/+1
* 1) more fstab-ish updatesErik Troan1999-12-111-1/+1
* moved timezone configuration into textw/timezone.pyErik Troan1999-12-111-2/+3
* began isolating ddruid, fstab, and raid stuff into separate fstab.pyErik Troan1999-12-081-233/+34