Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (as text) (annotate) |
clean up some tab/space messes
fat16 mojo
increase sleep to 5s between format tries
logger -> logger.log in x86AT
switch to 3 tries for mkfs instead of looping waiting for dev node to exist
updated all core files with new GPL notice and copyright statement.
x86ArchTemplate: updated lilo code. separated out THREE commands. untested.
fix _configure_lilo_add_windows() for IP -> GLISD stuff
Fix _configure_lilo() for IP using GLISD stuff
change set_flag(flag) to set_flag(flag, True)...*stab* *stab*
change bootloader to allow for both initrd and initramfs.
fixed livecd-kernel bug in bootloader code.
modified ArchTemplate for amd64 and ppc custom kernels. skeleton implementation of _configure_yaboot. small fixes to other templates.
Fix one more corner case with the x86ArchitectureTemplate.py, as we might need to wait for it to disappear.
TEMP UGLY HACK of time.sleep(5).
Bootloader fixups.
fixing bootloader code for no initrd and initrd->initramfs naming change.
Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge Mild changes to GenDialog.
fixed agaffney's missing = and extra : in x86AT. commented out crashing line in the dialog.py gauge code.
Only use float() in partition xml parsing code if type == 'free'
Backend partitioning will create disklabel is none exists. Installprofile defaults to "" now instead of "msdos" for disklabel type.
Factor out MEGABYTE and make sure its used. Change pass to return for null bootloader.
Refactor partition formatting again to include error checking. Allow 'none' for kernel and bootloader specifications. Add .cvsignore files for .py[co].
Refactor code using spawn to reduce duplication.
Change from .1 and .9 to constants for partitioning. Fix free space overwriting bug. Remove a few unused functions from rewrite.
'mkfsopts' parameter is now used and support for creating xfs, jfs, and reiserfs is now in (patch from robbat2)
A few more fixes for templates/x86Archtemplate
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD directly. GLISD can now handle data imported from XML.
Fix a late-night coding error in partitioning
remove duff import
moved the logger line
End point of logical is now adjusted along with start.
Partitioning code now tracks start/end of extended for placing logicals.
Fix >4 primary partitions on non-x86.
Moved 'end >= device_sectors' check out of loop to check for next partition's start point.
Add int() around access to minor key in partition information due to new partition code leaving them as float.
Fixed all bugs that stood in the way of partitioning from a blank disk.
another typo fix
typo fix
Finish overhaul of backend partitioning code.
kernel_args -> bootloader_kernel_args
Patch from zahna for extra arguments to the kernel.
Changed the print statements to logging in the partitioning BE code. the logger may need to be imported to the x86archtemplate. unknown yet.
took chroot out of grub_install command. added back sync to dialogfe
added code to convert MB/%/* to start/end sectors
mildly big changes. First, changed most output to display_on_tty8. Second, added log lines to all templates. small cleanups of old commented lines.
changed output of portmap start to display_on_tty8. fixed bootloader for udev and multiple kernels
added code to allow custom kernel .config.
partition booboo
Various fixes related to the add_users function. Still not yet finished.
create filesystems
Took out unnecessary setting of random livecd root password.
Attempt at detecting and adding windows partitions to lilo.
small misc fixes. typos and such.
Added lilo code and cleaned up lilo code. also do_partitioning renamed to partition
more resizing updates
basic pyparted resize code
clear partition table before third pass
partition() fixes
install.py updates and partition code fixes
partition code move
miniscule updates
rewrote configure_fstab and install_bootloader for new partition format.
removed dummy partition() from x86ArchTemplate
ok large update here. first: removed _depends. second: fixed spawn()s. third: moved _ functions from Utility back to ArchTemplate 4: moved bootloader to x86Template 5: lots of misc other fixes
added clientconfig barebones stuff to dialogfe. just enough to make it work
Added support for different architecture templates.
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.20 |