Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
get rid of start position constraints move flag checking inside 'if not free' block
fix a few typos, syntax errors, and wrong var names
more reorg
more reorg and cleanup
more code reorg implement add_partition() and delete_partition()
remove unnecessary set_foo() functions
more partitioning reorganization
src/Partitioning.py: first round of refactoring for Partitioning.py (was GLISD)
move GLISD to Partitioning
adding a new branch for the overhaul of GLI
add dummy labelinfo entry for loop
src/fe/gtk/PartProperties.py: pull list of supported filesystems from GLISD instead of parent
list instead of tuple for ignoredparts
src/GLIStorageDevice.py: properly identify apple_bootstrap partitions
src/GLIStorageDevice.py: pay attention to 'ignoredparts' when reading partition table
src/GLIStorageDevice.py: call reorder_minors() from tidy_partitions() instead of set_partitions_from_disk() add code to reorder_minors() to take extended/logical into consideration with non-free partitions
run env-update && source /etc/profile before emerge -e system
fix check for partitioning naming support in disklabel
fix the fix
only get part name if the disklabel supports it
src/GLIInstallProfile.py: fix handling of int/float for minor
silly me...there's no set_resized() function
skip first 3 steps if partition layout hasn't changed
convert minor to string
whoops, wrong function
src/GLIStorageDevice.py: add get_devnode() fix up detect_devices() to detect cciss/ida arrays src/templates/x86ArchitectureTemplate.py: use get_devnode() instead of figuring out the devnode
updated failure message in gtkfe
src/GLIStorageDevice.py: change detect_devices() to handle change in sysfs in 2.6.16 (from lxnay)
src/GLIStorageDevice.py: set disklabel to default for arch when clearing the partition table src/templates/x86ArchitectureTemplate.py: complete rewrite of first and second passes
src/GLIStorageDevice.py, src/templates/x86ArchitectureTemplate.py: allow iterating over Device object to get partitions
using the right function name helps
reorder functions because python sucks
missing comma
src/GLIStorageDevice.py: allow access to Device object like a dict
src/GLIStorageDevice.py: allow access to Partition object like a dict
minor updates for new GLISD code
src/GLIStorageDevice.py: reorder minor numbers when loading partitions from disk to match the physical partition order
remove free space from inside extended partition when extended is removed
src/GLIStorageDevice.py: overhaul for supporting mac disklabels and partitions out of disk order
look for minors out of order instead of disk position
src/GLIStorageDevice.py: raise an exception if the existing partitions are out of disk order
wait for device node to exist before resizing add -v to ntfsresize command src/GLIStorageDevice.py: return start/end with ip structure pad min ntfs size by 50 MB just to be safe
move ntfs section so it's easier to remove later
whoops...those weren't supposed to disappear
src/GLIPortage.py: use tar to transfer files from image dir to /mnt/gentoo instead of 'cp -a' src/GLIStorageDevice.py,src/GLIInstallProfile.py,src/templates/x86AT.py: 'resized' flag
src/GLIStorageDevice.py: initial support for % if this breaks partitioning, blame codeman...he wanted this :)
src/GLIStorageDevice.py: fix to unallocated space merging when last one is after part 4
typo fix
'Recommended layout' and 'Clear drive' functions
fixes for add_partition() code add new partition working
src/net/server/handlers/WebGLIHandler.py: added support for creating generic disks
src/GLIStorageDevice.py: initial generic disk support
typo
automatically calculate swap size for recommended layout
new sizes for recommended partition layout
add clear_partitions() function
rewrite do_recommended() to be more robust
prevent do_recommended() from being run twice
added do_recommended() function to automatically created 256M/1G/* layout
updated all core files with new GPL notice and copyright statement.
global try/except block around fs resizable detection code
Added stage3 generation code
add notes about 2.4 support.
Fix typos: get_extended() instead of get_extended_partition()
Fix call to get_partition_at()
Change from .1 and .9 to constants for partitioning. Fix free space overwriting bug. Remove a few unused functions from rewrite.
Apply latest long/mkfsopts patch from robbat2
missed a bit of code
Removed start/end from XML output and added mkfsopts to partitioning info.
Minor fix recommended by pychecker
Typo (%$^&#$!) fix in GLIStorageDevice
Indenting issue in GLISD/get_ordered_partition_list. updates to GenDialog partitioning and added default UTC for timezone in IP.
Added GLISD.get_model()
removed print statement from GLISD. more updates to GenDialog.
Fix typo in GLIStorageDevice causing mountopts to be loaded from XML as ['mountopts']
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD directly. GLISD can now handle data imported from XML.
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to handle blank (no disklabel) disks.
GLIStorageDevice cleanup patch from bug #91761
Readded resizing support.
Minor fixes to GLIStorageDevice as suggested by pychecker.
Fixed missing int()s
Fixed == instead of = typos in GLIStorageDevice (pointed out by chotchki)
Update resizing code in GLIStorageDevice
finish documentation in GLIStorageDevice.py
partial documentation in GLIStorageDevice.py
Use blackace's one-liner to add comments for all function for use with pythondoc.
Fixed all bugs that stood in the way of partitioning from a blank disk.
yet another typo
Finish overhaul of backend partitioning code.
tweaks to tidy code
tidy_partitions() function in GLIStorageDevice and remove debug statements (gtkfe also)
Major GLIStorageDevice overhaul...all MB now instead of sectors.
backwards if/else
Check for disklabel type loop and use the device name without a minor.
Added 'origminor' parameter to GLIStorageDevice and GLIInstallProfile
escape fix
undo change with fix
minor GLIStorageDevice fix from BenUrban
GLIStorageDevice fixes and finished moving stuff to PartProperties
partition data fix
more resizing updates
more sectors instead of cylinders changes
GLIStorageDevice ignores freespace <=100 sectors
sectors instead of cylinder for partitioning
undo geometry change
attempting to fix geometry issues
GLIStorageDevice fix
Partition screen...yea!
GLIStorageDevice mods and major enhancements to Partitioning screen in gtkfe
switched to dumpe2fs to determine the free space for a ext2/3 filesystem in GLIStorageDevice
changed the way GLIStorageDevice.py gets ext2/3 free space
modifications to GLIStorageDevice for determining ext2/3 freespace
fix to GLIStorageDevice.py
GLIStorageDevice can determine minimum safe size for ext2/3 and NTFS
minor fix (extra tab) in GLIStorageDevice
committed my GLIStorageDevice.py module
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |