Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
set_stage_tarball_uri() doesn't raise an exception on a blank string.
Commented out spawn() debugging prints
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in the install profile if available.
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in the install profile if available.
Switch _emerge() call to spawn() call in livecd-kernel code to pass environment variables.
small changes to setup_network_post. moved adding to runlevel of net.x to after the device gets symlinked. added domainname runlevel command.
Removed call to mkvardb in livecd-kernel code as it's now done by catalyst.
minor fix (hopefully) to livecd-kernel code
lots of stuff in both FEs and backend...read the ChangeLogs :P
should emerge hotplug and coldplug before adding them to runlevel.
Remove command to 'rm /tmp/spawn.sh' as it breaks the piping.
added new hash_password() function to GLIUtility
added logfile parameter to spawn() calls
took chroot out of grub_install command. added back sync to dialogfe
Changed chroot wrapper code in spawn() to write the wrapper the python way instead of the bash way to avoid quote conflicts.
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo.
Added 'origminor' parameter to GLIStorageDevice and GLIInstallProfile
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in stage1() and stage2()
spawn() outputs to the actual tty8 with display_on_tty8 flag. Compile output logfile moved into /mnt/gentoo in prepare_chroot(). Removed fifo code in gtkfe
Fixed a couple bugs in add_netmount() in GLIInstallProfile. Fixed netmounts code in dialogfe
added code to convert MB/%/* to start/end sectors
Add sigunmask.c contributed by d_m (on freenode) to counteract python's retarted behavior regarding threads and signals.
add 2>&1 to cmd in spawn()
chmod a+x generated script in spawn()
change exitsuccess() back
spawn() automatically creates wrapper script for commands run inside chroot so multiple commands and redirection can be used.
Modified GLIUtility.exitsuccess() to work with return value from commands.getstatusoutput instead of os.waitpid()
Removed default values for stage tarball URI and portage tree URI from InstallProfile. These should be set by the FEs. also added services step to ArchTemplate and coldplug/hotplug runlevels to the genkernel step. Possibly fixed CC DHCP bug with -n. (thx agaffney)
Small fix for setting the default gateway. Also added feature to dialogfe.
switch spawn() over to using commands.getstatusoutput instead of fork/waitpid
only write new resolv.conf if there are dns servers listed.
more true -> True typos
Fixed a bunch of true -> True typos.
quick fix for fifo
added progress bar to dialogfe and fix logger bug in ArchTemplate.
moved lang to __init__
renamed GLISayWhat to GLILocalization
created GLISayWhat module
updated the TODO list
fix 'emerge -p blah' loop and add GRP option to Stage.py
initial code for quickpkg GRP support
added quickpkg to TODO list
check for dhcp in the network stuff and emerge it if it is
Changed the raising of 'warning' exceptions to a simple log of the error so that the installer can continue.
mildly big changes. First, changed most output to display_on_tty8. Second, added log lines to all templates. small cleanups of old commented lines.
escape fix
undo change with fix
minor GLIStorageDevice fix from BenUrban
changed tty8 output to a fifo
more updates to TODO list. hopefully we'll soon start removing items instead of adding them.
GLIStorageDevice fixes and finished moving stuff to PartProperties
updated TODO list again to keep everyone in sync on remaining tasks.
updated TODO list
small fix. see changelog
fixed custom kernels and added runtime pretend to dialogfe
changed output of portmap start to display_on_tty8. fixed bootloader for udev and multiple kernels
added code to allow custom kernel .config.
more changes. nothing big.
partition booboo
is_uri() only checked if portage_tree_snapshot_uri isn't blank
undo last change
swapon failure isn't an error for now
Added things to the TODO list. and forgot a /
Various fixes related to the add_users function. Still not yet finished.
fixed NFS mounting code
partition data fix
create filesystems
Took out unnecessary setting of random livecd root password.
breaking everything
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
changelog
basic pyparted resize code
clear partition table before third pass
partition() fixes
Added mount_network_shares. not able to test it from this computer. will test when i get back to school. also added start_portmap to the client_controller as an always-do. agaffney says this is needed for NFS mounts to work.
install.py updates and partition code fixes
fix ChangeLog
forgot about the set_root_password
Added grp_install and services
whoops
partition code move
one more fix + changelog b/c i am a good listener
rewrote configure_fstab and install_bootloader for new partition format.
my midday update on GLI
added mount_local_partitions
more sectors instead of cylinders changes
removed depends stuff from Installprofile
GLIStorageDevice ignores freespace <=100 sectors
sectors instead of cylinder for partitioning
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
typo fix and gtkfe updates
Added a function to GLIUtility to pull a value from a make.conf-style config file
Added code in GLIArchitectureTemplate.py to write netmounts into fstab
split network mounts from partition data and updated ChangeLog (in case spyderous is looking over my shoulder :P)
changed the way GLIStorageDevice.py gets ext2/3 free space
We're supposed to update this way more often :)
Added GLIPartitionTools.py
see ChangeLog
added _edit_config() to InstallTemplate
ChangeLog update
updated changelog. added sax parsing to InstallProfile, fixed accessors, clean up, added pydoc, and more. added initial unit test code current tests pass but need a lot of work.
added skeleton misc files
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 |