summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for formatting/migrating existing partitionsMike Fulbright2001-07-061-26/+117
|
* i dont know why cvs thinks this changedMike Fulbright2001-07-061-1/+0
|
* make syslog a global object and don't kill it, let init kill it later. #47556Matt Wilson2001-07-063-33/+39
|
* import everythingMatt Wilson2001-07-061-1/+1
|
* set drives to the drives we said we want to use for linux...Jeremy Katz2001-07-061-0/+4
|
* secondary isn't used...Jeremy Katz2001-07-061-1/+1
|
* error handling is done genericlyMatt Wilson2001-07-061-9/+1
|
* some architectures don't care about /boot but want something differentJeremy Katz2001-07-064-6/+24
| | | | instead (say /boot/efi)
* move autopart strings to bottom of fileJeremy Katz2001-07-064-35/+136
| | | | | | bootable requests from partitions can be /boot/efi on ia64 make sure bootable request gets on the earliest drive possible and warn if they go beyond the 1024th cylinder on x86
* oopsMike Fulbright2001-07-061-2/+1
|
* Added support for converting and formatting existing filesystems to a ↵Mike Fulbright2001-07-066-40/+260
| | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning
* integrated changes suggested by docsMike Fulbright2001-07-0614-109/+110
|
* add a message telling the user that a kickstart file is being written to ↵bfox2001-07-051-1/+3
| | | | /root/anaconda-ks.cfg
* fixup names of install classesMike Fulbright2001-07-052-2/+2
|
* change name of screenMike Fulbright2001-07-051-1/+1
|
* if we're reformating a preexisting partition as a new partition type, mark itMike Fulbright2001-07-051-0/+3
|
* minor changes to packing orderbfox2001-07-051-16/+24
|
* disable threads, you MUST use the new pygtk package nowMatt Wilson2001-07-052-2/+1
|
* kill debug spewJeremy Katz2001-07-051-1/+0
|
* ooh, fun. threads still linger within. We need to take the lock or an ↵Matt Wilson2001-07-041-2/+3
| | | | internal gtk function will unlock/lock underneath us, causing hangs later
* fix tuple size for extraModules (47126)Jeremy Katz2001-07-041-1/+1
|
* don't try to write out network ks info if we don't have any net devices (#47019)Jeremy Katz2001-07-041-2/+6
| | | | write out static ip info to ks.cfg properly
* Move the partitioning bits into Partitions object. The diskset should probablyJeremy Katz2001-07-0413-108/+136
| | | | | | | | | | | | | | | | go in here at some point, and arguably the fsset as well, but that should be able to be done without major upheaval. Major changes to note: * id.partitions created * PartitionRequest object folded into Partitions * all of the various autopartitioning variables folded into Partitions * avoid passing just instdata as much as possible other minor fixes which are slipping into this commit * /usr for server install size to 800 megs... 512 is too small :( * kickstart bootloader fix * fix a couple places to use convenience functions instead of part.geom.disk.dev.path * set self.intf for gui autopartitioning so message window works
* more bootloader fixes for yesterdayJeremy Katz2001-07-041-2/+5
|
* typoMatt Wilson2001-07-031-1/+2
|
* strip comments out of package section of kickstart filebfox2001-07-031-0/+8
|
* write out the splashimage pathMatt Wilson2001-07-031-3/+4
|
* oopsMike Fulbright2001-07-031-2/+2
|
* need debugfs and tunefs to work on ext3 systems (bug #26799)Mike Fulbright2001-07-031-0/+4
|
* message consistency and a typo fixJeremy Katz2001-07-031-3/+3
|
* write out bootloader to ks.cfgJeremy Katz2001-07-032-0/+23
|
* revertMatt Wilson2001-07-031-1/+2
|
* reboot directive is backJeremy Katz2001-07-031-2/+1
|
* we can get beyond the length of installsteps with skipping stepsJeremy Katz2001-07-031-2/+2
|
* if the user has requested md5 passwords, write out the root password in theJeremy Katz2001-07-032-3/+7
| | | | autogenerated ks.cfg as an md5 crypted password (46294)
* move the render callback to an idle function. This allows events to be ↵Matt Wilson2001-07-031-1/+7
| | | | serviced in the mainloop before any action that the render callback takes is done. Fixes GUI progress on good kickstart installs
* remove duplicate mount entry in commands, restore umount in listMatt Wilson2001-07-031-1/+1
|
* clearpart --drives=hdaJeremy Katz2001-07-021-8/+13
| | | | closes #14932
* ia64 really installs nowJeremy Katz2001-07-021-3/+4
| | | | | reference paths to initrd and kernel based on kernelLocation only try to boot dos partitions on i386
* don't try to label fat partitions... really, it's a bad ideaJeremy Katz2001-07-021-4/+0
|
* make the directory before installing o it pleaseJeremy Katz2001-07-021-0/+1
|
* stop frobbing cdrom drives as wellMatt Wilson2001-07-021-1/+1
|
* use row data to store the drive since we want to use sorted keys for the listMatt Wilson2001-07-021-3/+4
|
* more bits for ia64Jeremy Katz2001-07-023-3/+30
|
* remove debug printMike Fulbright2001-07-021-1/+1
|
* fix another niggle and add the ia64 bitsJeremy Katz2001-07-021-2/+36
|
* fix dual bootJeremy Katz2001-07-021-2/+2
|
* make some of the bootloader bits more generic in preparation of landing theJeremy Katz2001-07-023-126/+180
| | | | | ia64 bootloader bits. this also makes lilo work again for those poor souls who don't realize how nice grub is :)
* install anaconda.conf into /usr/share/anaconda as wellMatt Wilson2001-07-021-1/+1
|
* read config file from /usr/share/anacondabfox2001-07-021-3/+3
|