Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for formatting/migrating existing partitions | Mike Fulbright | 2001-07-06 | 1 | -26/+117 |
| | |||||
* | i dont know why cvs thinks this changed | Mike Fulbright | 2001-07-06 | 1 | -1/+0 |
| | |||||
* | make syslog a global object and don't kill it, let init kill it later. #47556 | Matt Wilson | 2001-07-06 | 3 | -33/+39 |
| | |||||
* | import everything | Matt Wilson | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | set drives to the drives we said we want to use for linux... | Jeremy Katz | 2001-07-06 | 1 | -0/+4 |
| | |||||
* | secondary isn't used... | Jeremy Katz | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | error handling is done genericly | Matt Wilson | 2001-07-06 | 1 | -9/+1 |
| | |||||
* | some architectures don't care about /boot but want something different | Jeremy Katz | 2001-07-06 | 4 | -6/+24 |
| | | | | instead (say /boot/efi) | ||||
* | move autopart strings to bottom of file | Jeremy Katz | 2001-07-06 | 4 | -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 | ||||
* | oops | Mike Fulbright | 2001-07-06 | 1 | -2/+1 |
| | |||||
* | Added support for converting and formatting existing filesystems to a ↵ | Mike Fulbright | 2001-07-06 | 6 | -40/+260 |
| | | | | different filesystem type before installing. Also consolidated some common messages shared between TUI and GUI partitioning | ||||
* | integrated changes suggested by docs | Mike Fulbright | 2001-07-06 | 14 | -109/+110 |
| | |||||
* | add a message telling the user that a kickstart file is being written to ↵ | bfox | 2001-07-05 | 1 | -1/+3 |
| | | | | /root/anaconda-ks.cfg | ||||
* | fixup names of install classes | Mike Fulbright | 2001-07-05 | 2 | -2/+2 |
| | |||||
* | change name of screen | Mike Fulbright | 2001-07-05 | 1 | -1/+1 |
| | |||||
* | if we're reformating a preexisting partition as a new partition type, mark it | Mike Fulbright | 2001-07-05 | 1 | -0/+3 |
| | |||||
* | minor changes to packing order | bfox | 2001-07-05 | 1 | -16/+24 |
| | |||||
* | disable threads, you MUST use the new pygtk package now | Matt Wilson | 2001-07-05 | 2 | -2/+1 |
| | |||||
* | kill debug spew | Jeremy Katz | 2001-07-05 | 1 | -1/+0 |
| | |||||
* | ooh, fun. threads still linger within. We need to take the lock or an ↵ | Matt Wilson | 2001-07-04 | 1 | -2/+3 |
| | | | | internal gtk function will unlock/lock underneath us, causing hangs later | ||||
* | fix tuple size for extraModules (47126) | Jeremy Katz | 2001-07-04 | 1 | -1/+1 |
| | |||||
* | don't try to write out network ks info if we don't have any net devices (#47019) | Jeremy Katz | 2001-07-04 | 1 | -2/+6 |
| | | | | write out static ip info to ks.cfg properly | ||||
* | Move the partitioning bits into Partitions object. The diskset should probably | Jeremy Katz | 2001-07-04 | 13 | -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 yesterday | Jeremy Katz | 2001-07-04 | 1 | -2/+5 |
| | |||||
* | typo | Matt Wilson | 2001-07-03 | 1 | -1/+2 |
| | |||||
* | strip comments out of package section of kickstart file | bfox | 2001-07-03 | 1 | -0/+8 |
| | |||||
* | write out the splashimage path | Matt Wilson | 2001-07-03 | 1 | -3/+4 |
| | |||||
* | oops | Mike Fulbright | 2001-07-03 | 1 | -2/+2 |
| | |||||
* | need debugfs and tunefs to work on ext3 systems (bug #26799) | Mike Fulbright | 2001-07-03 | 1 | -0/+4 |
| | |||||
* | message consistency and a typo fix | Jeremy Katz | 2001-07-03 | 1 | -3/+3 |
| | |||||
* | write out bootloader to ks.cfg | Jeremy Katz | 2001-07-03 | 2 | -0/+23 |
| | |||||
* | revert | Matt Wilson | 2001-07-03 | 1 | -1/+2 |
| | |||||
* | reboot directive is back | Jeremy Katz | 2001-07-03 | 1 | -2/+1 |
| | |||||
* | we can get beyond the length of installsteps with skipping steps | Jeremy Katz | 2001-07-03 | 1 | -2/+2 |
| | |||||
* | if the user has requested md5 passwords, write out the root password in the | Jeremy Katz | 2001-07-03 | 2 | -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 Wilson | 2001-07-03 | 1 | -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 list | Matt Wilson | 2001-07-03 | 1 | -1/+1 |
| | |||||
* | clearpart --drives=hda | Jeremy Katz | 2001-07-02 | 1 | -8/+13 |
| | | | | closes #14932 | ||||
* | ia64 really installs now | Jeremy Katz | 2001-07-02 | 1 | -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 idea | Jeremy Katz | 2001-07-02 | 1 | -4/+0 |
| | |||||
* | make the directory before installing o it please | Jeremy Katz | 2001-07-02 | 1 | -0/+1 |
| | |||||
* | stop frobbing cdrom drives as well | Matt Wilson | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | use row data to store the drive since we want to use sorted keys for the list | Matt Wilson | 2001-07-02 | 1 | -3/+4 |
| | |||||
* | more bits for ia64 | Jeremy Katz | 2001-07-02 | 3 | -3/+30 |
| | |||||
* | remove debug print | Mike Fulbright | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | fix another niggle and add the ia64 bits | Jeremy Katz | 2001-07-02 | 1 | -2/+36 |
| | |||||
* | fix dual boot | Jeremy Katz | 2001-07-02 | 1 | -2/+2 |
| | |||||
* | make some of the bootloader bits more generic in preparation of landing the | Jeremy Katz | 2001-07-02 | 3 | -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 well | Matt Wilson | 2001-07-02 | 1 | -1/+1 |
| | |||||
* | read config file from /usr/share/anaconda | bfox | 2001-07-02 | 1 | -3/+3 |
| |