Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more haha | Mike Fulbright | 2002-06-07 | 1 | -0/+0 | |
| | ||||||
* | haha | Mike Fulbright | 2002-06-07 | 1 | -0/+0 | |
| | ||||||
* | commented out seemingly useless code for now | Mike Fulbright | 2002-06-07 | 1 | -2/+6 | |
| | ||||||
* | rely on search path to find binaries | Mike Fulbright | 2002-06-07 | 1 | -5/+5 | |
| | ||||||
* | bump warning up to 75M for /boot | Mike Fulbright | 2002-06-07 | 1 | -1/+1 | |
| | ||||||
* | bump /boot suggestion to 100M | Mike Fulbright | 2002-06-07 | 1 | -1/+1 | |
| | ||||||
* | and actually use the new deletion functionality | Jeremy Katz | 2002-06-07 | 2 | -3/+4 | |
| | ||||||
* | method to go through and remove the logical volumes and volume groups before ↵ | Jeremy Katz | 2002-06-07 | 1 | -0/+18 | |
| | | | | we actually repartition so that we don't confuse the lvm code in the kernel | |||||
* | clearpart needs to go through and delete raid or lvm devices sitting on top ↵ | Jeremy Katz | 2002-06-07 | 1 | -1/+36 | |
| | | | | of physical partitions as it goes through | |||||
* | add support for creating other types of deletes | Jeremy Katz | 2002-06-07 | 1 | -10/+19 | |
| | ||||||
* | add more helper stuff | Jeremy Katz | 2002-06-07 | 1 | -14/+66 | |
| | ||||||
* | add more types of deletes so we can delete preexisting lvm bits | Jeremy Katz | 2002-06-07 | 1 | -0/+44 | |
| | ||||||
* | return 0 on success | Bill Nottingham | 2002-06-07 | 1 | -0/+1 | |
| | ||||||
* | use convenience functions | Jeremy Katz | 2002-06-07 | 1 | -15/+3 | |
| | ||||||
* | bring in preexisting raid partitions also. use new fs sniffer for both raid ↵ | Jeremy Katz | 2002-06-07 | 1 | -22/+58 | |
| | | | | and lvm | |||||
* | add sniffFilesystemType function | Jeremy Katz | 2002-06-07 | 1 | -1/+59 | |
| | ||||||
* | add lvm.vgdeactivate() | Jeremy Katz | 2002-06-07 | 1 | -0/+11 | |
| | ||||||
* | add ability to have preexisting raid requests | Jeremy Katz | 2002-06-07 | 1 | -2/+3 | |
| | ||||||
* | make getting the raid superblock a little more flexible, add a getpagesize ↵ | Jeremy Katz | 2002-06-07 | 2 | -1/+13 | |
| | | | | function | |||||
* | languagesupport is back | Jeremy Katz | 2002-06-07 | 1 | -1/+1 | |
| | ||||||
* | genlocalelist.py now | Jeremy Katz | 2002-06-07 | 1 | -1/+1 | |
| | ||||||
* | perl is broken in the build roots currently, and I never liked perl to | Jeremy Katz | 2002-06-07 | 2 | -149/+165 | |
| | | | | begin with. rewrite genlocalelist in python. | |||||
* | start reading in preexisting volume group information and logical volumes | Jeremy Katz | 2002-06-06 | 4 | -16/+182 | |
| | ||||||
* | switch to get_iter_first() | Mike Fulbright | 2002-06-06 | 9 | -13/+13 | |
| | ||||||
* | switch to get_iter_first(), fix bug calling setCurrent | Mike Fulbright | 2002-06-06 | 1 | -4/+4 | |
| | ||||||
* | add messages about which image is being created. also, remove pcmcia ↵ | Jeremy Katz | 2002-06-06 | 1 | -2/+18 | |
| | | | | modules from cdboot.img temporarily due to space constraints | |||||
* | reenable language support screen | Jeremy Katz | 2002-06-06 | 5 | -14/+5 | |
| | ||||||
* | doh | Mike Fulbright | 2002-06-04 | 1 | -4/+0 | |
| | ||||||
* | Cleanup error messages in generic handling code, make sure you dont munge ↵ | Mike Fulbright | 2002-06-04 | 4 | -52/+74 | |
| | | | | members of raid or lvm interactively, and misc cleanups | |||||
* | dont set displaysize for vesa driver cause its busted at the moment | Mike Fulbright | 2002-06-04 | 1 | -1/+5 | |
| | ||||||
* | hopefully fixes the loopback mounted iso ftp/http installs for kickstart ↵ | Jeremy Katz | 2002-06-04 | 1 | -0/+14 | |
| | | | | (#65811) | |||||
* | fix for bug #65671 | Mike Fulbright | 2002-06-04 | 1 | -1/+1 | |
| | ||||||
* | if lilo is being used for bootloader, make sure it gets installed. (#65442) | Jeremy Katz | 2002-06-04 | 1 | -0/+16 | |
| | ||||||
* | broke out ALOT of code from partition_gui.py into separate objects. Its ↵ | Mike Fulbright | 2002-06-04 | 5 | -1393/+1682 | |
| | | | | still not great but a start. | |||||
* | dont want ALL RAID devices, just those which are physical volumes | Mike Fulbright | 2002-06-04 | 1 | -0/+6 | |
| | ||||||
* | fix dialogs up some | Mike Fulbright | 2002-06-04 | 1 | -21/+22 | |
| | ||||||
* | move hack value to constants file at least | Mike Fulbright | 2002-06-04 | 1 | -0/+4 | |
| | ||||||
* | kill more reconfig cruft | Jeremy Katz | 2002-06-03 | 1 | -41/+0 | |
| | ||||||
* | trying to read a label on swap is kind of silly. also, if we fail to read ↵ | Jeremy Katz | 2002-06-03 | 1 | -2/+5 | |
| | | | | the label, we should just fail gracefully anyway | |||||
* | more gnome-core to gnome-session changes | Jeremy Katz | 2002-06-03 | 2 | -4/+4 | |
| | ||||||
* | typo | Mike Fulbright | 2002-06-03 | 1 | -1/+1 | |
| | ||||||
* | normalize utf locales to .UTF-8 as that's what li18nux lists as the locales ↵ | Jeremy Katz | 2002-06-03 | 1 | -0/+1 | |
| | | | | (#65808) | |||||
* | bump version | Jeremy Katz | 2002-06-03 | 1 | -2/+2 | |
| | ||||||
* | a changing of the guard... | Matt Wilson | 2002-05-31 | 1 | -0/+0 | |
| | ||||||
* | lots of fixes for LVM and added raid device to RAID edit menus | Mike Fulbright | 2002-05-31 | 1 | -68/+110 | |
| | ||||||
* | use stock gtk cancel buttons | Mike Fulbright | 2002-05-31 | 1 | -3/+3 | |
| | ||||||
* | get raid devices formatted as physical volumes to show up in list of ↵ | Mike Fulbright | 2002-05-31 | 1 | -3/+45 | |
| | | | | potential members for a volume group | |||||
* | remove unused code, try fixing dialog to meet style guide | Mike Fulbright | 2002-05-31 | 1 | -15/+10 | |
| | ||||||
* | lvm on top of raid now works via kickstart | Jeremy Katz | 2002-05-31 | 2 | -5/+3 | |
| | ||||||
* | katzj says "foiled again\!" | Mike Fulbright | 2002-05-31 | 1 | -1/+1 | |
| |