summaryrefslogtreecommitdiffstats
path: root/textw
Commit message (Collapse)AuthorAgeFilesLines
* pass fstab into getSiloImagesMatt Wilson2000-02-051-1/+1
|
* pass fstab to getSiloMbrDefaultMatt Wilson2000-02-051-1/+1
|
* some more typosMatt Wilson2000-02-051-2/+2
|
* use the right functions to get bootpart and boothdMatt Wilson2000-02-051-1/+2
|
* massive silo change over to new lilo styleMatt Wilson2000-02-051-11/+20
|
* check useraccountMatt Wilson2000-02-041-1/+10
|
* got rid of timezone flashMatt Wilson2000-02-021-0/+1
|
* o upgrade code rebuilds the db to a tmp dir and opens that db toMatt Wilson2000-02-011-1/+2
| | | | | | | calculate the upgrade set. When the user OKs the upgrade, the old db is deleted and the new rebuilt db is moved into place. o lilo/fstab checks for testing mode. o added a iutil.rmrf() function to recursively remove directories
* if timezone /usr/share file dne, don't display any time at allErik Troan2000-01-251-3/+6
|
* reworked lilo config into separate lilo.py, fixed numerous bugs (nowErik Troan2000-01-252-22/+41
| | | | merges upgraded lilo.cf file into new one)
* added F1 helpErik Troan2000-01-241-2/+10
|
* loopback installs work in tuiErik Troan2000-01-102-10/+19
|
* Misc sparc fixes.jakub2000-01-101-1/+2
|
* don't add/edit a user if you hit cancelMatt Wilson2000-01-051-19/+19
|
* fix for early swap turnonMatt Wilson2000-01-051-2/+2
|
* use fstab.savePartitionsMatt Wilson2000-01-051-1/+1
|
* check for blank user idsMatt Wilson2000-01-051-1/+5
|
* make make clean cleanerBill Nottingham2000-01-031-0/+3
|
* added initial LoopSizeWindow implementationErik Troan2000-01-011-1/+52
|
* various fixes for raid upgrades (which seem to work now)Erik Troan1999-12-291-2/+5
|
* changes for raid upgrades (not done yet)Erik Troan1999-12-281-0/+2
|
* boot/root on raid should work nowErik Troan1999-12-271-1/+2
|
* kickstart w/ raid partitions worksErik Troan1999-12-231-1/+1
|
* fixes inspired by kickstartErik Troan1999-12-221-20/+36
|
* graphical partitioning seems to be completely working againErik Troan1999-12-221-3/+0
|
* fdisk partitioning works with new fstab stuffErik Troan1999-12-161-15/+8
|
* added time displayErik Troan1999-12-112-1/+105
|
* began isolating ddruid, fstab, and raid stuff into separate fstab.pyErik Troan1999-12-082-25/+18
|
* moved import of fsedit to be conditionalMike Fulbright1999-12-031-1/+4
|
* Changed references to gettext to gettext_rhMike Fulbright1999-11-166-6/+6
| | | | Dr Mike <drmike@redhat.com>
* Several changes to build structure - contact Dr Mike if you hit problems.Mike Fulbright1999-11-121-3/+5
| | | | | | | | | | | | | I've made most of the Makefile's use the Makefile.inc include in the root of the anaconda src tree to get the python path, instead of having it defined in many different places. In the top level Makefile I added a install target called install-unconfig. This target installs the anaconda script and associated support files with the intention of being able to run anaconda in unconfig mode after a successful install. This mode is automatically selected if the executed script is called 'anaconda-unconfig', or the '-U' command line parameter is used.
* Make disabling of shadow passwords work in TUI.jakub1999-11-111-1/+1
|
* silo append setting, rpmmodule test case changes, gnome-map module CFLAGS changeMatt Wilson1999-11-101-0/+9
|
* merge from 6.1 branchMatt Wilson1999-10-221-2/+14
|
* Silo install fixups.jakub1999-10-051-1/+1
|
* Find out reasonable default for MBR. Fix the MBR radio buttons.jakub1999-10-041-4/+8
|
* Bugfix.jakub1999-10-041-1/+4
|
* More SILO hacks.jakub1999-09-291-28/+51
|
* fixMatt Wilson1999-09-261-0/+2
|
* fix for text mode NIS, remove deugger on <Ctrl+Z>, remove debugging line in ↵Matt Wilson1999-09-251-16/+16
| | | | installclass
* added earlySwap for kickstartErik Troan1999-09-251-9/+10
|
* got read/only disk druid working for fdisk installsErik Troan1999-09-241-3/+6
|
* needed to:Erik Troan1999-09-241-1/+14
| | | | | | 1) reread ddruid partition table after writing stuff 2) close all file descriptors referring to the disk before running fdisk -- this means killing any existing ddruid object
* turn on swap early for machines with <= 32 MB of RAMErik Troan1999-09-231-1/+1
|
* reset mount partitions before adding new mount pointsErik Troan1999-09-231-0/+1
|
* only autopartition on freshly created ddruid instancesErik Troan1999-09-221-4/+2
|
* from jjMatt Wilson1999-09-221-0/+197
|
* log somethingMatt Wilson1999-09-221-1/+3
|
* more lang changesMatt Wilson1999-09-205-14/+9
|
* skip lilo when you tell it to skipErik Troan1999-09-191-0/+1
|