diff options
author | 2007-01-05 03:21:15 +0000 | |
---|---|---|
committer | 2007-01-05 03:21:15 +0000 | |
commit | 35b3fe65efbe54254bdc272f1517299032cdd2b9 (patch) | |
tree | 684701e1bedf53885bbf8496d9f23709b8598126 /ChangeLog | |
parent | reordered functions. removed references to the client-config (diff) | |
download | gli-35b3fe65efbe54254bdc272f1517299032cdd2b9.tar.gz gli-35b3fe65efbe54254bdc272f1517299032cdd2b9.tar.bz2 gli-35b3fe65efbe54254bdc272f1517299032cdd2b9.zip |
install_profile() to self._install_profile
fix reference to arch instaed of self._arch
updating changelog
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/gli/branches/overhaul@1579 f8877401-5920-0410-a79b-8e2d7e04ca0d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -2,6 +2,23 @@ # Copyright 2005-2006 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.686 2006/09/15 16:37:11 agaffney Exp $ + 04 Jan 2007; Preston Cody <codeman@gentoo.org> + ClientController: + took out the preinstall steps. these will now be handled by the frontends. + The actual code for the steps can be put in GLIUtility if necessary. + IP: + Took out partitioning. Added mounts. + Moved root mount point over from CF + Removed RP-PPPoE. was never used. + AT: + reordered functions. removed references to the client-config + fixed fstab and other locations that used mountpoints to use the new mounts. + removed unused rc.conf function. + other smaller touchups. + gli-dialog: + install_profile() to self._install_profile + fix reference to arch instaed of self._arch + 01 Jan 2007; Preston Cody <codeman@gentoo.org> fixing all instances of WINDOWSKEYS to WINDOWKEYS added space in AT debug line. |