| 1 |
esammer |
4 |
# ChangeLog for Gentoo Linux Installer
|
| 2 |
robbat2 |
790 |
# Copyright 2005-2005 Gentoo Technologies, Inc.
|
| 3 |
esammer |
4 |
|
| 4 |
agaffney |
876 |
# $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.367 2005/09/03 05:22:11 agaffney Exp $
|
| 5 |
codeman |
773 |
|
| 6 |
agaffney |
791 |
*GLI-0.2 (4 Aug 2005)
|
| 7 |
|
|
|
| 8 |
agaffney |
874 |
3 Sep 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 9 |
|
|
src/GLIArchitectureTemplate.py:
|
| 10 |
|
|
install_packages() sends progress update notifications
|
| 11 |
agaffney |
876 |
src/templates/x86ArchitectureTemplate.py:
|
| 12 |
|
|
increase sleep to 5s between format tries
|
| 13 |
agaffney |
874 |
|
| 14 |
codeman |
873 |
2 Sep 2005; Preston Cody <codeman@gentoo.org>
|
| 15 |
|
|
logger -> logger.log in x86AT
|
| 16 |
|
|
|
| 17 |
codeman |
870 |
1 Sep 2005; Preston Cody <codeman@gentoo.org>
|
| 18 |
|
|
added set_etc_portage to IP. debugging gli-d's support for it.
|
| 19 |
|
|
|
| 20 |
agaffney |
869 |
1 Sep 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 21 |
|
|
src/templates/x86ArchitectureTemplate.py:
|
| 22 |
|
|
switch to 3 tries for mkfs instead of looping waiting for dev node to exist
|
| 23 |
|
|
|
| 24 |
agaffney |
857 |
30 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 25 |
|
|
src/GLIArchitectureTemplate.py:
|
| 26 |
|
|
add _portage_best_version() function and rework install_packages() to allow
|
| 27 |
|
|
for future X of Y tracking
|
| 28 |
agaffney |
860 |
Use best_visible instead of best_version
|
| 29 |
agaffney |
862 |
tracked down and fixed missing = causing empty install extra packages
|
| 30 |
agaffney |
864 |
use = when emerging also
|
| 31 |
agaffney |
865 |
quickpkg hokey pokey
|
| 32 |
agaffney |
867 |
run _get_packages_to_emerge() again with -pk
|
| 33 |
agaffney |
857 |
|
| 34 |
codeman |
848 |
22 Aug 2005; Preston Cody <codeman@gentoo.org>
|
| 35 |
|
|
src/ArchTemplate: removed install_xorg_x11, and put the xorg.conf copying at
|
| 36 |
|
|
the end of install_packages.
|
| 37 |
codeman |
850 |
added updateglid to /src/misc
|
| 38 |
codeman |
851 |
updated all core files with new GPL notice and copyright statement.
|
| 39 |
codeman |
848 |
|
| 40 |
agaffney |
839 |
21 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 41 |
|
|
src/GLIUtility.py:
|
| 42 |
|
|
fix get_snapshot_from_cd() to look in /mnt/livecd/snapshots/ if it can't find
|
| 43 |
|
|
a snapshot in /mnt/cdrom/snapshots/
|
| 44 |
agaffney |
842 |
get_snapshot_from_cd() adds file:// at the beginning
|
| 45 |
agaffney |
846 |
change calls to extra package special case functions to 'self.blah'
|
| 46 |
agaffney |
839 |
|
| 47 |
codeman |
830 |
21 Aug 2005; Preston Cody <codeman@gentoo.org>
|
| 48 |
|
|
src/ArchTemplate: changed "voodoo".
|
| 49 |
codeman |
831 |
changed order of portage sync methods. made a fallback to webrsync if
|
| 50 |
|
|
normal emerge sync fails.
|
| 51 |
codeman |
836 |
removed get_sources_from_cd because it is obsolete.
|
| 52 |
|
|
add special cases to install_packages. remove fatal exception on package
|
| 53 |
|
|
install failure b/c the box will still be bootable.
|
| 54 |
codeman |
837 |
add install_xorg_x11. remove adding of xdm to runlevel. this will now be
|
| 55 |
|
|
handled in the FEs.
|
| 56 |
codeman |
838 |
src/GenDialog: added a bunch of code for dealing with x11-based packages.
|
| 57 |
|
|
awaiting testing.
|
| 58 |
codeman |
830 |
|
| 59 |
agaffney |
826 |
20 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 60 |
|
|
src/GLIStorageDevice.py:
|
| 61 |
|
|
global try/except block around fs resizable detection code
|
| 62 |
agaffney |
828 |
src/GLIArchitectureTemplate.py, src/GLIClientController.py:
|
| 63 |
|
|
install-failed cleanup function
|
| 64 |
agaffney |
826 |
|
| 65 |
codeman |
825 |
18 Aug 2005; Preston Cody <codeman@gentoo.org>
|
| 66 |
|
|
x86ArchTemplate: updated lilo code. separated out THREE commands. untested.
|
| 67 |
|
|
|
| 68 |
codeman |
812 |
16 Aug 2005; Preston Cody <codeman@gentoo.org>
|
| 69 |
codeman |
814 |
GLIGenDialog:
|
| 70 |
|
|
add drive choices for loaded configs.
|
| 71 |
|
|
force snapshot for dynamic_stage3
|
| 72 |
|
|
init the snapshoturi input to the cd snapshot if not already selected.
|
| 73 |
|
|
if dynamic_stage3, skip the make.conf step.
|
| 74 |
|
|
GLIUtility: add get_cd_snapshot_uri() for local snapshots.
|
| 75 |
|
|
this fixes parts 1,2,3,6 of bug 102747 for gli-dialog
|
| 76 |
codeman |
812 |
|
| 77 |
agaffney |
811 |
16 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 78 |
|
|
src/GLIArchitectureTemplate.py:
|
| 79 |
|
|
manually call MAKEDEV in stage3-dynamic code
|
| 80 |
agaffney |
813 |
copy /etc/inittab.old to /etc/inittab in chroot
|
| 81 |
agaffney |
815 |
src/GLIUtility.py:
|
| 82 |
|
|
add beginning of validate_uri() function
|
| 83 |
agaffney |
817 |
add file:/// support to validate_uri()
|
| 84 |
agaffney |
822 |
single quotes when setting livecd password
|
| 85 |
agaffney |
811 |
|
| 86 |
agaffney |
807 |
15 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 87 |
|
|
src/GLIGenDialog.py:
|
| 88 |
|
|
change getmountpoint() to get_mountpoint()
|
| 89 |
agaffney |
808 |
src/misc/updategtkfe:
|
| 90 |
|
|
committed script to automatically download latest snapshot and run gtkfe
|
| 91 |
agaffney |
809 |
src/templates/x86ArchitectureTemplate.py:
|
| 92 |
|
|
fix _configure_lilo_add_windows() for IP -> GLISD stuff
|
| 93 |
agaffney |
810 |
src/GLIArchitectureTemplate.py:
|
| 94 |
|
|
give tmp_minor an initial value in mount_local_partitions so that the value
|
| 95 |
|
|
remain from the previous drive
|
| 96 |
agaffney |
807 |
|
| 97 |
agaffney |
805 |
14 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 98 |
|
|
src/templates/x86ArchitectureTemplate.py:
|
| 99 |
|
|
Fix _configure_lilo() for IP using GLISD stuff
|
| 100 |
agaffney |
806 |
src/GLIArchitectureTemplate.py:
|
| 101 |
|
|
install_cron_daemon() treats "none" specially
|
| 102 |
agaffney |
805 |
|
| 103 |
codeman |
801 |
14 Aug 2005; Preston Cody <codeman@gentoo.org>
|
| 104 |
|
|
old patch from Steven Mertens to resolve bug #96642
|
| 105 |
codeman |
802 |
numerous asthetic changes to GenDialog, no real functionality changes though.
|
| 106 |
|
|
strings renamed for global use if necessary.
|
| 107 |
codeman |
803 |
fix all three parts of bug 102291
|
| 108 |
codeman |
804 |
disable set_etc_portage until fully-written.
|
| 109 |
codeman |
801 |
|
| 110 |
agaffney |
799 |
13 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 111 |
|
|
src/GLIClientController.py:
|
| 112 |
|
|
lower-case http/ftp proxy envvars
|
| 113 |
|
|
|
| 114 |
agaffney |
797 |
12 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 115 |
|
|
src/GLIClientController.py:
|
| 116 |
|
|
log end of pre_install steps to aid in debugging
|
| 117 |
agaffney |
798 |
src/templates/x86ArchitectureTemplate.py:
|
| 118 |
|
|
change set_flag(flag) to set_flag(flag, True)...*stab* *stab*
|
| 119 |
agaffney |
797 |
|
| 120 |
agaffney |
795 |
10 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 121 |
|
|
src/GLIArchitectureTemplate.py
|
| 122 |
|
|
check to make sure that the device node we're wait for to exist isn't of
|
| 123 |
|
|
type 'free'
|
| 124 |
|
|
|
| 125 |
agaffney |
792 |
09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 126 |
|
|
src/GLIGenDialog.py:
|
| 127 |
|
|
convert install_packages to list in set_extra_packages()
|
| 128 |
agaffney |
793 |
check return code of checklist() call in "Manual" section
|
| 129 |
agaffney |
794 |
*actually* fix the first problem
|
| 130 |
agaffney |
792 |
|
| 131 |
robbat2 |
790 |
08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py:
|
| 132 |
|
|
"source /etc/profile" does not ensure the ENV is correctly set up. Use "bash
|
| 133 |
|
|
-l" instead, to ensure a proper environment (important for CONFIG_PROTECT).
|
| 134 |
|
|
|
| 135 |
agaffney |
789 |
06 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 136 |
|
|
src/GLIArchitectureTemplate.py:
|
| 137 |
|
|
re-fix net.eth1+ symlink code...wtf is wrong with cvs?
|
| 138 |
|
|
|
| 139 |
agaffney |
787 |
04 Aug 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 140 |
|
|
Add CDATA support to SimpleXMLParser and add utility functions for it.
|
| 141 |
|
|
|
| 142 |
robbat2 |
786 |
04 Aug 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 143 |
|
|
src/GLIArchitectureTemplate.py:
|
| 144 |
|
|
Fix case where vixie-cron is specified as a full package atom, as we still
|
| 145 |
|
|
don't want to run 'crontab /etc/crontab' for it.
|
| 146 |
|
|
|
| 147 |
agaffney |
788 |
*GLI-0.1 (3 Aug 2005)
|
| 148 |
|
|
|
| 149 |
codeman |
764 |
30 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 150 |
|
|
add scp to list of is_uri() so GenDialog doesn't complain.
|
| 151 |
codeman |
769 |
fixed livecd-kernel bug in bootloader code.
|
| 152 |
codeman |
773 |
fixed gendialog for dynamic_stage3 instead of "networkless"
|
| 153 |
|
|
change bootloader to allow for both initrd and initramfs.
|
| 154 |
codeman |
777 |
fix IP for dynamic_stage3.
|
| 155 |
codeman |
780 |
fix ArchTemplate for broken mountpoint creation. fix GenDialog part showing.
|
| 156 |
codeman |
777 |
|
| 157 |
codeman |
769 |
30 Jul 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 158 |
|
|
Added full scp:// URI support to get_uri() in GLIUtility
|
| 159 |
agaffney |
766 |
Remove "networkless" from dynamic stage3 if locic.
|
| 160 |
|
|
Remove print statement from scp:// code.
|
| 161 |
agaffney |
767 |
Change scp code to check for "assword: " instead of "Password:"
|
| 162 |
agaffney |
768 |
Fix post-install network code to create net.eth1+ symlink correctly
|
| 163 |
agaffney |
770 |
Check to make sure pkg can be split on / and some debugging code
|
| 164 |
agaffney |
771 |
Add 2>dev/null to emerge call in _get_packages_to_emerge()
|
| 165 |
codeman |
777 |
SimpleXMLParser handles True/False/None correctly now
|
| 166 |
agaffney |
778 |
Comment out above fix
|
| 167 |
agaffney |
781 |
Add partitioning wait-for-device-to-exist code to mount_local_partitions
|
| 168 |
codeman |
764 |
|
| 169 |
samyron |
762 |
28 Jul 2005; Scott Myron <samyron@gentoo.org>
|
| 170 |
|
|
Removed a FIXME in the GLIClientConfiguration that is no
|
| 171 |
|
|
longer needed.
|
| 172 |
|
|
|
| 173 |
agaffney |
760 |
27 Jul 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 174 |
|
|
Default to x86 in ClientConfig
|
| 175 |
agaffney |
761 |
Typo in build-a-stage3 code.
|
| 176 |
|
|
Remove MAKEDEV call in build-a-stage3 postscript.
|
| 177 |
agaffney |
760 |
|
| 178 |
codeman |
757 |
26 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 179 |
|
|
Rewrote init of IP for gli-d. Other GenDialog updates.
|
| 180 |
|
|
allow network_type to be None in CConfig.
|
| 181 |
|
|
|
| 182 |
agaffney |
755 |
24 Jul 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 183 |
|
|
Add _dynamic_stage3 option to IP.
|
| 184 |
|
|
Add check for that option to dynamic stage3 code in ArchTemplate.
|
| 185 |
agaffney |
756 |
Fix code to determine default route in get_eth_info() in GLIUtility.
|
| 186 |
|
|
Fix serialization of dns-servers in ClientConfig.
|
| 187 |
agaffney |
755 |
|
| 188 |
codeman |
754 |
24 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 189 |
|
|
changed default values of cron/logger in IP.
|
| 190 |
|
|
moved GenDialog IP init out to the individual files. gli-dialog's version
|
| 191 |
|
|
will change quite a bit.
|
| 192 |
|
|
|
| 193 |
codeman |
750 |
22 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 194 |
|
|
added ppcArchTemplate. blank now. working on yaboot.
|
| 195 |
codeman |
751 |
modified ArchTemplate for amd64 and ppc custom kernels.
|
| 196 |
|
|
skeleton implementation of _configure_yaboot.
|
| 197 |
|
|
small fixes to other templates.
|
| 198 |
codeman |
750 |
|
| 199 |
codeman |
747 |
21 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 200 |
|
|
GenDialog updates. changed comment in IP.
|
| 201 |
|
|
|
| 202 |
robbat2 |
741 |
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 203 |
robbat2 |
743 |
src/GLIInstallProfile.py:
|
| 204 |
|
|
Fix codeman's screwup of changing the service seperator to ',' in the parser
|
| 205 |
|
|
without changing it in the serialization code! Also document this in a
|
| 206 |
|
|
comment so you find it easier. Everybody needs to make sure they update
|
| 207 |
|
|
their install profiles!
|
| 208 |
|
|
|
| 209 |
|
|
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 210 |
robbat2 |
742 |
src/GLIArchitectureTemplate.py:
|
| 211 |
|
|
Fix casting of list to string and concat of None with string, as well as
|
| 212 |
|
|
commented prototype of checking that mounting actually worked (found a case
|
| 213 |
|
|
where mount can return success, but the mount won't be done).
|
| 214 |
|
|
|
| 215 |
|
|
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 216 |
robbat2 |
740 |
src/templates/x86ArchitectureTemplate.py:
|
| 217 |
robbat2 |
741 |
Remove TEMP UGLY HACK of time.sleep(5), and replace it with a while loop
|
| 218 |
|
|
checking for the device, and sleeping 1 second each time.
|
| 219 |
|
|
|
| 220 |
|
|
07 Jul 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 221 |
|
|
src/templates/x86ArchitectureTemplate.py:
|
| 222 |
robbat2 |
740 |
Refactor install_bootloader code and _install_{grub,lilo} so that 'none' for
|
| 223 |
|
|
bootloader works again. Also rename _install_{grub,lilo} to
|
| 224 |
|
|
_configure_{grub,lilo} since they don't install the loaders anymore
|
| 225 |
|
|
themselves.
|
| 226 |
|
|
|
| 227 |
codeman |
738 |
7 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 228 |
|
|
fix global USE flags to not include the arch types at the end.
|
| 229 |
|
|
updates to GenDialog and gli-d.
|
| 230 |
|
|
|
| 231 |
codeman |
734 |
6 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 232 |
|
|
fixing bootloader code for no initrd and initrd->initramfs naming change.
|
| 233 |
|
|
|
| 234 |
agaffney |
733 |
6 Jul 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 235 |
|
|
Proper comments and parameters to GLIException in install_mta()
|
| 236 |
agaffney |
736 |
Allow optional exclusion of HTTP, FTP, and/or RSYNC mirrors in list_mirrors()
|
| 237 |
agaffney |
737 |
Add strip() to list_mirrors(), list_subarch_from_mirror() and
|
| 238 |
|
|
list_tarball_from_mirror() to eliminate blank last item.
|
| 239 |
agaffney |
733 |
|
| 240 |
agaffney |
731 |
5 Jul 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 241 |
|
|
Added stage3 generation code.
|
| 242 |
|
|
|
| 243 |
codeman |
730 |
5 Jul 2005; Preston Cody <codeman@gentoo.org>
|
| 244 |
|
|
Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge
|
| 245 |
|
|
Mild changes to GenDialog.
|
| 246 |
|
|
|
| 247 |
agaffney |
729 |
30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 248 |
|
|
Remove separate install step configure_rc_conf() since it's handled by
|
| 249 |
|
|
update_config_files()
|
| 250 |
|
|
Make a copy of newvalues in _edit_config() so quotes aren't added when the
|
| 251 |
|
|
function is called twice on the same file.
|
| 252 |
|
|
|
| 253 |
agaffney |
726 |
29 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 254 |
|
|
Missing \ in sed in _get_packages_to_emerge()
|
| 255 |
agaffney |
727 |
Removed explicit emerging of hotplug and no longer add it to the runlevel.
|
| 256 |
agaffney |
728 |
Check in _quickpkg_deps() to ignore blank package names returned from
|
| 257 |
|
|
_get_packages_to_emerge()
|
| 258 |
agaffney |
726 |
|
| 259 |
codeman |
725 |
28 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 260 |
|
|
fixed agaffney's missing = and extra : in x86AT. commented out crashing line
|
| 261 |
|
|
in the dialog.py gauge code.
|
| 262 |
|
|
|
| 263 |
agaffney |
720 |
28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 264 |
|
|
Add code to update_config_files() to go through etc_files and update stuff.
|
| 265 |
agaffney |
721 |
Check to see that _etc_files['make.conf'] exists in get_make_conf()
|
| 266 |
agaffney |
724 |
Only use float() in partition xml parsing code if type == "free"
|
| 267 |
agaffney |
720 |
|
| 268 |
codeman |
718 |
28 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 269 |
|
|
finished almost all internationalization of GenDialog.
|
| 270 |
codeman |
719 |
attempt at fixing rc.conf function. moved 3 generate functions out of
|
| 271 |
codeman |
722 |
fe/gtk/RcDotConf and put them in Utility. fixed self bug.
|
| 272 |
codeman |
723 |
added dialog.py to the fe/dialog directory so it actually gets used.
|
| 273 |
codeman |
718 |
|
| 274 |
agaffney |
716 |
27 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 275 |
|
|
Roll rc_conf and make_conf into master etc_files structure in InstallProfile.
|
| 276 |
|
|
|
| 277 |
codeman |
715 |
27 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 278 |
|
|
fix extra entry in list_mirrors()
|
| 279 |
|
|
beginning internationalization runthrough.
|
| 280 |
|
|
|
| 281 |
codeman |
713 |
26 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 282 |
|
|
added dialog.py to /src temporarily until it gets accepted upstream.
|
| 283 |
codeman |
714 |
fix for unused value in form in dialog.py and changed heights.
|
| 284 |
|
|
fix GenDialog forms.
|
| 285 |
codeman |
713 |
|
| 286 |
codeman |
710 |
25 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 287 |
|
|
Changed hostname/domainname for new baselayout.
|
| 288 |
|
|
Changed _add_to_runlevel errors to logs.
|
| 289 |
|
|
Updated TODO list to show status of GenDialog
|
| 290 |
|
|
More updates to GenDialog including two checklists that probably won't work.
|
| 291 |
codeman |
711 |
update IP to use comma-separated list instead of space separated for services.
|
| 292 |
codeman |
710 |
|
| 293 |
codeman |
707 |
24 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 294 |
|
|
Add dhcp_options to the CC, CConfig, and GenDialog. More overall changes to
|
| 295 |
|
|
GenDialog as it gets closer to completion.
|
| 296 |
|
|
|
| 297 |
agaffney |
704 |
22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 298 |
agaffney |
705 |
Modify get_eth_info() to take a full interface name (eth0 fex). float()
|
| 299 |
|
|
instead of int() in add_partition_device_partition() for minor (closes 96804)
|
| 300 |
agaffney |
704 |
|
| 301 |
|
|
21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 302 |
|
|
Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"'
|
| 303 |
|
|
instead of 'interfaces[interface][1]' since DHCP uses that field for its
|
| 304 |
|
|
options. setup_network_post() writes custom DHCP options to /etc/conf.d/net.
|
| 305 |
|
|
|
| 306 |
agaffney |
697 |
20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 307 |
agaffney |
698 |
Apply spawn() patch from #96644 (with minor changes). Make sure the return
|
| 308 |
agaffney |
699 |
value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix
|
| 309 |
agaffney |
700 |
small error with <pipe>.close() returning None. Fix space vs. tab issue.
|
| 310 |
agaffney |
704 |
Fix undefined variable 'output' issue in spawn().
|
| 311 |
agaffney |
697 |
|
| 312 |
codeman |
696 |
20 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 313 |
|
|
More updates to GenDialog and gli-d.
|
| 314 |
|
|
|
| 315 |
agaffney |
695 |
19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 316 |
|
|
Modify list_mirrors() to return a list of mirror URL/name pairs.
|
| 317 |
|
|
|
| 318 |
codeman |
694 |
19 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 319 |
|
|
Adding gli-dialog.py. Updates to GenDialog. Added function to GLIUtility to
|
| 320 |
|
|
get subarch.
|
| 321 |
|
|
|
| 322 |
agaffney |
691 |
16 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 323 |
|
|
Backend partitioning will create disklabel is none exists. Installprofile
|
| 324 |
agaffney |
692 |
defaults to "" now instead of "msdos" for disklabel type. Fix for
|
| 325 |
|
|
mount_local_partitions() to remember device along with minor in the
|
| 326 |
agaffney |
693 |
parts_to_mount dict (closes #96319). mount_local_partitions() cleanups and
|
| 327 |
|
|
add else block to log unsupported netmount types to mount_network_shares()
|
| 328 |
agaffney |
691 |
|
| 329 |
robbat2 |
686 |
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 330 |
|
|
src/GLIArchitectureTemplate.py:
|
| 331 |
robbat2 |
690 |
Refactor kernel_compile common stuff, fix 2.4 build process.
|
| 332 |
|
|
src/fe/cli/clife.py:
|
| 333 |
|
|
Logging system.
|
| 334 |
|
|
src/GLIUtility.py, src/GLIStorageDevice.py:
|
| 335 |
|
|
Add comments about re-writes needed for boxes without sysfs.
|
| 336 |
|
|
|
| 337 |
|
|
15 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 338 |
|
|
src/GLIArchitectureTemplate.py:
|
| 339 |
robbat2 |
686 |
2.4 support (pull version data from /usr/src/linux/Makefile), incl.
|
| 340 |
|
|
'make dep' call for custom compile. build_mode support for prepare-only and
|
| 341 |
|
|
none types completed. custom compile function chains shell functions in
|
| 342 |
|
|
spawned script, to allow for catching all errors.
|
| 343 |
|
|
|
| 344 |
codeman |
685 |
15 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 345 |
|
|
fixed up build_kernel in ArchTemplate for build_mode as well as in dialogfe
|
| 346 |
|
|
and GenDialog. other gendialog updates as well. kernel updates untested.
|
| 347 |
|
|
|
| 348 |
robbat2 |
680 |
14 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 349 |
|
|
src/GLIInstallProfile.py:
|
| 350 |
|
|
Change structure of etc-portage stuff. The serialization was broken before my
|
| 351 |
|
|
last commit, and I am the only person that's ever used it. The new schema is
|
| 352 |
|
|
as follows:
|
| 353 |
|
|
<etc-portage>
|
| 354 |
|
|
<file name="package.mask"/>
|
| 355 |
|
|
<file name="package.unmask">
|
| 356 |
|
|
<entry atom="sys-kernel/openmosix-sources"/>
|
| 357 |
|
|
</file>
|
| 358 |
|
|
<file name="package.use">
|
| 359 |
|
|
<entry atom="sys-libs/db">
|
| 360 |
|
|
-java
|
| 361 |
|
|
</entry>
|
| 362 |
|
|
<entry atom="dev-libs/cyrus-sasl">
|
| 363 |
|
|
-ldap
|
| 364 |
|
|
</entry>
|
| 365 |
|
|
</file>
|
| 366 |
|
|
</etc-portage>
|
| 367 |
|
|
|
| 368 |
|
|
|
| 369 |
robbat2 |
679 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 370 |
|
|
src/GLIInstallProfile.py:
|
| 371 |
|
|
Add new entry for gli-profile/kernel-build-method item. Add missing
|
| 372 |
|
|
serialize_etc_portage (temporary). Make serialize_make_conf always print the
|
| 373 |
|
|
keys in the same order.
|
| 374 |
|
|
|
| 375 |
robbat2 |
675 |
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 376 |
|
|
src/GLIArchitectureTemplate.py:
|
| 377 |
robbat2 |
677 |
Clean up commenting used by _edit_config(), and fix bug where wrong comment
|
| 378 |
|
|
was repeatedly appended to make.conf.
|
| 379 |
|
|
|
| 380 |
|
|
13 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 381 |
|
|
src/GLIArchitectureTemplate.py:
|
| 382 |
robbat2 |
675 |
Put some Linux-2.6 specific code under a if statement. Store list of
|
| 383 |
|
|
successfully mounted swap device for using swapoff. Add proper error checking
|
| 384 |
|
|
to install_packages and install_filesystem_tools. Fixed namespace conflicts on
|
| 385 |
|
|
'file'. Clean up some redundant code (thanks to pychecker).'
|
| 386 |
|
|
|
| 387 |
agaffney |
668 |
13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 388 |
agaffney |
670 |
Fix typos: get_extended() instead of get_extended_partition(). Added
|
| 389 |
agaffney |
671 |
list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility.
|
| 390 |
|
|
Change _emerge("sync") call to direct call to spawn to avoid 'emerge -k sync'
|
| 391 |
agaffney |
668 |
|
| 392 |
allanonjl |
667 |
12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org>
|
| 393 |
|
|
GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed
|
| 394 |
|
|
in add_network_interface.
|
| 395 |
|
|
|
| 396 |
robbat2 |
664 |
12 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIArchitectureTemplate.py:
|
| 397 |
|
|
ensure PORTAGE_TMPDIR/PORT_LOGDIR/PORTDIR_OVERLAY/PKGDIR exist prior to any
|
| 398 |
|
|
usage - this caused a failure for stage1/stage2 previously. swapoff for swap
|
| 399 |
robbat2 |
665 |
space at end of install. Mount /dev, /dev/shm, /dev/pts and /sys during
|
| 400 |
|
|
prepare_chroot.
|
| 401 |
robbat2 |
664 |
|
| 402 |
robbat2 |
663 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> +src/cli/clife.py,
|
| 403 |
|
|
+src/cli/README, +src/fe/installer-cli, +src/fe/installer-dialog,
|
| 404 |
|
|
+src/fe/installer-gtk:
|
| 405 |
|
|
Add new automated CLI frontend. Add scripts that are the intended means to
|
| 406 |
|
|
use each frontend.
|
| 407 |
|
|
|
| 408 |
robbat2 |
652 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 409 |
robbat2 |
663 |
src/GLIClientController.py:
|
| 410 |
|
|
Add null type to network config, for cases where the interface is already up
|
| 411 |
|
|
and should not be touched (netboot for example).
|
| 412 |
|
|
|
| 413 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 414 |
robbat2 |
652 |
src/GLIArchitectureTemplate.py:
|
| 415 |
robbat2 |
663 |
pcmcia is not a variable name for a call to _add_to_runlevel, it should be a
|
| 416 |
|
|
string!. Try to use binary packages if available by default.
|
| 417 |
|
|
|
| 418 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 419 |
|
|
src/GLIArchitectureTemplate.py:
|
| 420 |
robbat2 |
656 |
More error checking for _add_to_runlevel, to ensure that the init script
|
| 421 |
|
|
actually exists before we try to add it. set_services phase must take place
|
| 422 |
|
|
after the package installation, otherwise the init scripts might not exist.
|
| 423 |
|
|
Find the correct init script for the cron and logging daemons, and add that
|
| 424 |
|
|
instead of the package atom.
|
| 425 |
|
|
|
| 426 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 427 |
|
|
src/GLIArchitectureTemplate.py:
|
| 428 |
robbat2 |
655 |
Fix up _edit_config so that it works if the file doesn't already exist. Fix
|
| 429 |
|
|
usage of 'file' to 'contents' for the variable name, as it shadows
|
| 430 |
|
|
__builtin__.file.
|
| 431 |
|
|
|
| 432 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 433 |
|
|
src/GLIArchitectureTemplate.py:
|
| 434 |
robbat2 |
652 |
Add MTA install code, and include MTA install phase. Ensure
|
| 435 |
|
|
PORT_LOGDIR/PORTDIR_OVERLAY are created in _emerge if needed. Add support
|
| 436 |
|
|
for 'none' kernel config for build_kernel phase. Put kernel_script in
|
| 437 |
|
|
/var/tmp instead of /root for build_kernel phase.
|
| 438 |
|
|
|
| 439 |
robbat2 |
650 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py:
|
| 440 |
|
|
Rename mta variables to match syslog/cron variables.
|
| 441 |
|
|
|
| 442 |
robbat2 |
648 |
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 443 |
robbat2 |
649 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py,
|
| 444 |
|
|
src/.cvsignore, src/fe/dialog/.cvsignore, src/fe/gtk/.cvsignore,
|
| 445 |
|
|
src/fe/net/client/.cvsignore, src/fe/net/server/.cvsignore,
|
| 446 |
|
|
src/templates/.cvsignore, src/tests/.cvsignore:
|
| 447 |
|
|
Refactor partition formatting again to include error checking. Allow 'none'
|
| 448 |
|
|
for kernel and bootloader specifications. Add .cvsignore files for .py[co].
|
| 449 |
|
|
|
| 450 |
|
|
11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org>
|
| 451 |
robbat2 |
648 |
src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py:
|
| 452 |
|
|
Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to
|
| 453 |
|
|
only have a single spawn call.
|
| 454 |
|
|
|
| 455 |
codeman |
647 |
11 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 456 |
|
|
refixed samyron's fix of set_architecture_template.
|
| 457 |
|
|
|
| 458 |
agaffney |
646 |
11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 459 |
|
|
Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always
|
| 460 |
|
|
be executable.
|
| 461 |
|
|
|
| 462 |
samyron |
643 |
10 Jun 2005; Scott Myron <samyron@gentoo.org>
|
| 463 |
|
|
Fixed one of the FIXME's in the ClientConfiguration. There is now some
|
| 464 |
|
|
error checking when you call set_architecture_template.
|
| 465 |
|
|
|
| 466 |
codeman |
641 |
10 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 467 |
|
|
moved the mkfsopts input to the partition options menu instead of the during
|
| 468 |
|
|
the creation process. updated GenDialog to say it supports reiserfs v3.
|
| 469 |
|
|
|
| 470 |
robbat2 |
636 |
9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py,
|
| 471 |
|
|
src/GLIStorageDevice.py, fe/dialog/dialogfe.py:
|
| 472 |
|
|
Complete support for 'mkfsopts' parameter in main system and dialogfe.
|
| 473 |
|
|
Add support for other partition types to dialogfe.
|
| 474 |
|
|
Fix all usages of int(possible_big_number) to long(possible_bit_number) to
|
| 475 |
|
|
avoid integer overflows and wraparounds.
|
| 476 |
|
|
|
| 477 |
agaffney |
631 |
9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 478 |
|
|
Removed start/end from XML output and added mkfsopts to partitioning info.
|
| 479 |
agaffney |
633 |
'mkfsopts' parameter is now used and support for creating xfs, jfs, and
|
| 480 |
agaffney |
634 |
reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser'
|
| 481 |
agaffney |
639 |
in GLIClientConfiguration. Change from .1 and .9 to constants for
|
| 482 |
|
|
partitioning. Fix free space overwriting bug. Remove a few unused functions
|
| 483 |
agaffney |
640 |
from rewrite. Fix call to get_partition_at()
|
| 484 |
agaffney |
631 |
|
| 485 |
codeman |
630 |
8 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 486 |
|
|
Updates to GenDialog and dialogfe.
|
| 487 |
|
|
|
| 488 |
agaffney |
627 |
7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 489 |
agaffney |
628 |
Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker
|
| 490 |
agaffney |
627 |
|
| 491 |
codeman |
626 |
6 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 492 |
|
|
more GenDialog updates to partitioning.
|
| 493 |
|
|
|
| 494 |
codeman |
625 |
5 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 495 |
|
|
Indenting issue in GLISD/get_ordered_partition_list.
|
| 496 |
|
|
updates to GenDialog partitioning and added default UTC for timezone in IP.
|
| 497 |
|
|
|
| 498 |
agaffney |
624 |
5 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 499 |
|
|
Added GLISD.get_model()
|
| 500 |
|
|
|
| 501 |
codeman |
623 |
3 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 502 |
|
|
Added get_eth_devices() to GLIUtility. Updated netfe.py to newest version.
|
| 503 |
|
|
More updates to GenDialog :)
|
| 504 |
|
|
|
| 505 |
agaffney |
622 |
3 Jun 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 506 |
|
|
Added get_interface_realname() function.
|
| 507 |
|
|
|
| 508 |
codeman |
618 |
2 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 509 |
|
|
Added auto-save of CConfig and copying to new /root after install.
|
| 510 |
|
|
yet even more GenDialog updates.
|
| 511 |
|
|
|
| 512 |
codeman |
616 |
1 Jun 2005; Preston Cody <codeman@gentoo.org>
|
| 513 |
|
|
removed print statement from GLISD. more updates to GenDialog.
|
| 514 |
|
|
|
| 515 |
agaffney |
608 |
31 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 516 |
agaffney |
610 |
Not being able to fetch the stage tarball is now an exception. Chroot wrapper
|
| 517 |
agaffney |
611 |
passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be
|
| 518 |
agaffney |
615 |
loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few
|
| 519 |
|
|
places in GLIClientConfiguration.
|
| 520 |
agaffney |
608 |
|
| 521 |
agaffney |
599 |
27 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 522 |
|
|
Fix mount_local_partitions(), configure_fstab(), and
|
| 523 |
agaffney |
600 |
install_filesystem_tools() to use GLISD directly. A few more fixes for same.
|
| 524 |
agaffney |
601 |
A few more fixes for templates/x86Archtemplate
|
| 525 |
agaffney |
599 |
|
| 526 |
codeman |
597 |
27 May 2005; Preston Cody <codeman@gentoo.org>
|
| 527 |
|
|
Removed more unused code from CConfig. Updated GLIGenDialog, but it is still
|
| 528 |
|
|
a work in progress.
|
| 529 |
|
|
|
| 530 |
agaffney |
596 |
24 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 531 |
|
|
Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD
|
| 532 |
|
|
directly. GLISD can now handle data imported from XML.
|
| 533 |
|
|
|
| 534 |
agaffney |
595 |
22 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 535 |
|
|
Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to
|
| 536 |
|
|
handle blank (no disklabel) disks.
|
| 537 |
|
|
|
| 538 |
codeman |
594 |
20 May 2005; Preston Cody <codeman@gentoo.org>
|
| 539 |
|
|
HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned
|
| 540 |
|
|
up, documented, and separated out serialization and grouped all sections.
|
| 541 |
|
|
|
| 542 |
codeman |
593 |
19 May 2005; Preston Cody <codeman@gentoo.org>
|
| 543 |
|
|
Reorganization of ClientConfiguration and gutting of unused functions.
|
| 544 |
|
|
Removed verbose option from CC. Moved import statement in IP and CConfig up.
|
| 545 |
|
|
|
| 546 |
codeman |
591 |
18 May 2005; Preston Cody <codeman@gentoo.org>
|
| 547 |
|
|
Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup
|
| 548 |
|
|
|
| 549 |
agaffney |
588 |
17 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 550 |
agaffney |
589 |
Fixed bug in finishing_cleanup(). Fix a late-night coding error in
|
| 551 |
agaffney |
590 |
partitioning. CC serializes install profile to disk and prepare_chroot()
|
| 552 |
|
|
copies it into /mnt/gentoo/root
|
| 553 |
agaffney |
588 |
|
| 554 |
agaffney |
585 |
16 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 555 |
|
|
Moved URI parsing into new function parse_uri()
|
| 556 |
|
|
|
| 557 |
agaffney |
583 |
14 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 558 |
|
|
Added XMLParser module.
|
| 559 |
|
|
|
| 560 |
agaffney |
580 |
13 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 561 |
|
|
Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI.
|
| 562 |
agaffney |
581 |
Minor fix to is_uri() regex to allow hyphens in hostname.
|
| 563 |
agaffney |
580 |
|
| 564 |
codeman |
577 |
12 May 2005; Preston Cody <codeman@gentoo.org>
|
| 565 |
|
|
Updated finishing_cleanup for new unmounting method from agaffney.
|
| 566 |
|
|
|
| 567 |
agaffney |
575 |
12 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 568 |
agaffney |
576 |
Fix GLILogger to use correct time format string. Fix _edit_config() to
|
| 569 |
agaffney |
579 |
properly comment out variables. Fix minor bug in finishing_cleanup(). Add
|
| 570 |
|
|
unicode support to is_realstring().
|
| 571 |
agaffney |
575 |
|
| 572 |
agaffney |
571 |
11 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 573 |
agaffney |
572 |
Added --nocolor to all emerge calls. Fix is_eth_device to test for zero
|
| 574 |
agaffney |
573 |
return value instead of non-zero. Add code to output a traceback to the
|
| 575 |
agaffney |
574 |
install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes
|
| 576 |
|
|
instead of --nocolor.
|
| 577 |
agaffney |
571 |
|
| 578 |
codeman |
566 |
10 May 2005; Preston Cody <codeman@gentoo.org>
|
| 579 |
|
|
Added GLIGenDialog.py to make a generic class for the dialog functions that
|
| 580 |
codeman |
567 |
can be used by both dialogfe and the netfe/be. updated both for new filename.
|
| 581 |
|
|
date changes. 2004->2005.
|
| 582 |
codeman |
566 |
|
| 583 |
agaffney |
564 |
10 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 584 |
|
|
Removed 'quiet=True' from spawn() calls
|
| 585 |
|
|
|
| 586 |
codeman |
563 |
10 May 2005; Preston Cody <codeman@gentoo.org>
|
| 587 |
|
|
Updated GLIUtility with patches from chotchki. Also added documentation
|
| 588 |
|
|
|
| 589 |
codeman |
560 |
9 May 2005; Preston Cody <codeman@gentoo.org>
|
| 590 |
|
|
Added the function for set_etc_portage to ArchTemplate. no step for it yet.
|
| 591 |
|
|
Updated _edit_config in ArchTemplate, make_config, and various other fixes
|
| 592 |
|
|
from bug #89683, mostly touchups.
|
| 593 |
|
|
|
| 594 |
agaffney |
556 |
6 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 595 |
|
|
GLIStorageDevice cleanup patch from bug #91761
|
| 596 |
|
|
|
| 597 |
agaffney |
551 |
3 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 598 |
|
|
Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix
|
| 599 |
agaffney |
553 |
_edit_config(). Error logging casts 'error' to str
|
| 600 |
agaffney |
551 |
|
| 601 |
agaffney |
548 |
2 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 602 |
agaffney |
549 |
Exceptions received in CC are logged before being passed to the FE. Added
|
| 603 |
|
|
code to CC to handle exceptions *not* thrown by the installer itself.
|
| 604 |
agaffney |
548 |
|
| 605 |
agaffney |
544 |
1 May 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 606 |
|
|
get_max_mb_for_resize() returns -1 if not self.resizeable
|
| 607 |
|
|
|
| 608 |
|
|
30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 609 |
agaffney |
539 |
More dirty rsync hacks :-/
|
| 610 |
|
|
|
| 611 |
codeman |
532 |
29 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 612 |
|
|
Patches from chotchki (bug #90325) to improve CC networking. untested.
|
| 613 |
|
|
|
| 614 |
agaffney |
528 |
29 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 615 |
agaffney |
529 |
Proxies patch from chotchki (bug #90147). Fixed == instead of = typos in
|
| 616 |
agaffney |
533 |
GLIStorageDevice (pointed out by chotchki). Fixed missing int()s. Split
|
| 617 |
agaffney |
535 |
'custom' sync option into 'none' and 'snapshot'. Minor fixes to
|
| 618 |
agaffney |
536 |
GLIStorageDevice as suggested by pychecker. Fix minor bug in
|
| 619 |
agaffney |
538 |
_get_packages_to_emerge(). Fix _quickpkg_deps() to call
|
| 620 |
|
|
_get_packages_to_emerge()
|
| 621 |
agaffney |
528 |
|
| 622 |
codeman |
526 |
28 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 623 |
|
|
Added group-adding code to set_users in ArchTemplate
|
| 624 |
|
|
|
| 625 |
agaffney |
525 |
27 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 626 |
|
|
Added post-install script code
|
| 627 |
|
|
|
| 628 |
agaffney |
524 |
23 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 629 |
|
|
Fixed encapsulation issues in GLIClientController (bug #90141)
|
| 630 |
|
|
|
| 631 |
agaffney |
523 |
22 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 632 |
|
|
Update resizing code in GLIStorageDevice
|
| 633 |
|
|
|
| 634 |
codeman |
522 |
17 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 635 |
|
|
Update AUTHORS, NEWS, TODO. Added documentation to GLILogger.
|
| 636 |
|
|
|
| 637 |
agaffney |
521 |
17 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 638 |
|
|
Reverted change to ArchTemplate and added support for commented line in old
|
| 639 |
|
|
code.
|
| 640 |
|
|
|
| 641 |
agaffney |
518 |
16 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 642 |
|
|
Changed _edit_config() to modify value in-place instead of commenting out and
|
| 643 |
|
|
adding the new value to the end of the file.
|
| 644 |
|
|
|
| 645 |
codeman |
512 |
15 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 646 |
|
|
Back. Did the docuementation thang for ArchTemplate and ClientConfiguration.
|
| 647 |
|
|
Also updated TODO list.
|
| 648 |
|
|
|
| 649 |
agaffney |
509 |
14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 650 |
|
|
Use blackace's one-liner to add comments for all function for use with
|
| 651 |
|
|
pythondoc.
|
| 652 |
|
|
|
| 653 |
agaffney |
503 |
13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 654 |
|
|
Moved 'end >= device_sectors' check out of loop to check for next partition's
|
| 655 |
agaffney |
505 |
start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86.
|
| 656 |
agaffney |
507 |
Partitioning code now tracks start/end of extended for placing logicals. End
|
| 657 |
|
|
point of logical is now adjusted along with start.
|
| 658 |
agaffney |
503 |
|
| 659 |
agaffney |
497 |
11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 660 |
agaffney |
501 |
Finish overhaul of backend partitioning code. Fixed all bugs that stood in
|
| 661 |
agaffney |
502 |
the way of partitioning from a blank disk. Add int() around access to minor
|
| 662 |
|
|
key in partition information due to new partition code leaving them as float.
|
| 663 |
agaffney |
497 |
|
| 664 |
agaffney |
494 |
10 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 665 |
agaffney |
495 |
tidy_partitions() function in GLIStorageDevice. Tweaks to tidy code
|
| 666 |
agaffney |
494 |
|
| 667 |
agaffney |
492 |
9 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 668 |
|
|
Major GLIStorageDevice overhaul...all MB now instead of sectors.
|
| 669 |
|
|
|
| 670 |
|
|
8 Apr 2005; Scott Myron <samyron@gentoo.org>
|
| 671 |
samyron |
491 |
Added support for DHCP options and MAC addresses in the InstallProfile.
|
| 672 |
|
|
|
| 673 |
agaffney |
481 |
3 Apr 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 674 |
agaffney |
484 |
Changed mountopts check to work for blank and whitespace. Pipe emerge through
|
| 675 |
|
|
sed to properly strip out junk.
|
| 676 |
agaffney |
481 |
|
| 677 |
codeman |
475 |
2 Apr 2005; Preston Cody <codeman@gentoo.org>
|
| 678 |
codeman |
476 |
fixed the way set_timezone works. added hotplug/coldplug for livecd-kernel
|
| 679 |
codeman |
479 |
added --emptytree to stage2. fixed ethx not being added to runlevel defalt.
|
| 680 |
codeman |
475 |
|
| 681 |
codeman |
467 |
31 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 682 |
|
|
Fixed indent problem in GLICController
|
| 683 |
|
|
|
| 684 |
agaffney |
463 |
30 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 685 |
|
|
Check for disklabel type "loop" and use the device name without a minor.
|
| 686 |
|
|
|
| 687 |
agaffney |
453 |
29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 688 |
|
|
Remove /tmp/compile_output.log and /var/log/install.log when install is
|
| 689 |
agaffney |
456 |
complete. Added code to (hopefully) keep 2nd thread running after install.
|
| 690 |
agaffney |
458 |
Patch from zahna for extra arguments to the kernel. Patch from zahna to add
|
| 691 |
agaffney |
460 |
get_eth_info() function. Remove most of content in amd64ArchTemplate and
|
| 692 |
agaffney |
461 |
make it inherit from x86Archtemplate. kernel_args -> bootloader_kernel_args
|
| 693 |
agaffney |
453 |
|
| 694 |
agaffney |
451 |
28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 695 |
agaffney |
452 |
Added 'append_log=True' to all spawn() calls using logfile=. Append to log
|
| 696 |
|
|
when unpacking tarball.
|
| 697 |
agaffney |
451 |
|
| 698 |
codeman |
443 |
28 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 699 |
codeman |
446 |
rewrote filesystem_tools. looks like it works so ripping out all the old
|
| 700 |
|
|
filesystem_tools code.
|
| 701 |
codeman |
443 |
|
| 702 |
codeman |
427 |
26 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 703 |
|
|
Changed the print statements to logging in the partitioning BE code.
|
| 704 |
|
|
the logger may need to be imported to the x86archtemplate. unknown yet.
|
| 705 |
codeman |
432 |
Added the finishing_cleanup function.
|
| 706 |
codeman |
433 |
added a fix to the logger from BenUrban
|
| 707 |
codeman |
427 |
|
| 708 |
codeman |
422 |
25 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 709 |
|
|
changed InstallProfile to remove is_uri check on kernel, stage, and portage
|
| 710 |
|
|
URIs. The blank uri check has been commented out.
|
| 711 |
codeman |
426 |
ripped out error checking of set_services. this is done by _add_to_runlevel.
|
| 712 |
codeman |
422 |
|
| 713 |
agaffney |
419 |
25 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 714 |
|
|
set_stage_tarball_uri() doesn't raise an exception on a blank string.
|
| 715 |
|
|
|
| 716 |
agaffney |
415 |
24 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 717 |
|
|
GRP-ish quickpkg code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
|
| 718 |
agaffney |
416 |
the install profile if available. Commented out spawn() debugging prints
|
| 719 |
agaffney |
415 |
|
| 720 |
codeman |
409 |
23 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 721 |
|
|
small changes to setup_network_post. moved adding to runlevel of net.x to
|
| 722 |
|
|
after the device gets symlinked. added domainname runlevel command.
|
| 723 |
|
|
|
| 724 |
agaffney |
401 |
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 725 |
agaffney |
408 |
minor fix (hopefully) to livecd-kernel code. Removed call to mkvardb in
|
| 726 |
agaffney |
412 |
livecd-kernel code as it's now done by catalyst. Switch _emerge() call to
|
| 727 |
|
|
spawn() call in livecd-kernel code to pass environment variables.
|
| 728 |
agaffney |
414 |
livecd-kernel code pulls PKGDIR and PORTAGE_TMPDIR from make.conf info in
|
| 729 |
|
|
the install profile if available.
|
| 730 |
agaffney |
402 |
|
| 731 |
|
|
23 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 732 |
agaffney |
401 |
Added code to build_kernel() and emerge_kernel_sources() in ArchTemplate
|
| 733 |
|
|
to handle installing the livecd kernel into the new system.
|
| 734 |
|
|
|
| 735 |
codeman |
395 |
22 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 736 |
|
|
should emerge hotplug and coldplug before adding them to runlevel.
|
| 737 |
|
|
|
| 738 |
codeman |
390 |
21 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 739 |
codeman |
395 |
took chroot out of grub_install command.
|
| 740 |
|
|
|
| 741 |
|
|
21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 742 |
|
|
Changed chroot wrapper code in spawn() to write the wrapper the python way
|
| 743 |
|
|
instead of the bash way to avoid quote conflicts. Added
|
| 744 |
agaffney |
392 |
'logfile=self._compile_logfile' to a number of spawn() calls. Added new
|
| 745 |
agaffney |
394 |
hash_password() function to GLIUtility. Remove command to 'rm /tmp/spawn.sh'
|
| 746 |
|
|
as it breaks the piping.
|
| 747 |
codeman |
390 |
|
| 748 |
codeman |
387 |
20 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 749 |
|
|
Added the amd64ArchitectureTemplate, mostly a copy of x86 without lilo.
|
| 750 |
|
|
|
| 751 |
agaffney |
385 |
20 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 752 |
|
|
Added _get_packages_to_emerge() to GLIArchitectureTemplate and calls in
|
| 753 |
agaffney |
386 |
stage1() and stage2(). Added 'origminor' parameter to GLIStorageDevice and
|
| 754 |
agaffney |
389 |
GLIInstallProfile.
|
| 755 |
agaffney |
385 |
|
| 756 |
agaffney |
379 |
19 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 757 |
agaffney |
384 |
Fixed a couple bugs in add_netmount() in GLIInstallProfile. spawn() outputs
|
| 758 |
|
|
to the actual tty8 with display_on_tty8 flag. Compile output logfile moved
|
| 759 |
|
|
into /mnt/gentoo in prepare_chroot()
|
| 760 |
agaffney |
379 |
|
| 761 |
agaffney |
375 |
18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 762 |
|
|
Add sigunmask.c contributed by d_m (on freenode) to counteract python's
|
| 763 |
agaffney |
377 |
retarted behavior regarding threads and signals. Add code to convert MB/%/*
|
| 764 |
|
|
to start/end sectors
|
| 765 |
agaffney |
375 |
|
| 766 |
|
|
17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 767 |
agaffney |
374 |
Add 2>&1 to cmd in spawn()
|
| 768 |
|
|
|
| 769 |
agaffney |
369 |
16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 770 |
|
|
Modified GLIUtility.exitsuccess() to work with return value from
|
| 771 |
agaffney |
371 |
commands.getstatusoutput instead of os.waitpid(). spawn() automatically
|
| 772 |
|
|
creates wrapper script for commands run inside chroot so multiple commands
|
| 773 |
agaffney |
373 |
and redirection can be used. Change exitsuccess() back. Added 'chmod a+x'
|
| 774 |
|
|
for the generated script from spawn()
|
| 775 |
agaffney |
369 |
|
| 776 |
codeman |
361 |
16 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 777 |
|
|
Removed default values for stage tarball URI and portage tree URI from
|
| 778 |
|
|
InstallProfile. These should be set by the FEs. also added services step to
|
| 779 |
|
|
ArchTemplate and coldplug/hotplug runlevels to the genkernel step.
|
| 780 |
|
|
Possibly fixed CC DHCP bug with -n. (thx agaffney)
|
| 781 |
|
|
|
| 782 |
codeman |
359 |
14 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 783 |
|
|
Small fix for setting the default gateway. Also added feature to dialogfe.
|
| 784 |
|
|
|
| 785 |
agaffney |
357 |
7 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 786 |
|
|
Switched spawn() over to commands.getstatusoutput() instead of fork/waitpid
|
| 787 |
|
|
|
| 788 |
codeman |
345 |
1 Mar 2005; Preston Cody <codeman@gentoo.org>
|
| 789 |
codeman |
346 |
Fixed a bunch of true -> True typos. lots of em
|
| 790 |
codeman |
347 |
only write new resolv.conf if there are dns servers listed.
|
| 791 |
codeman |
345 |
|
| 792 |
agaffney |
343 |
1 Mar 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 793 |
|
|
Commented out 'display_on_tty8=True' in start_portmap()
|
| 794 |
|
|
|
| 795 |
codeman |
341 |
18 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 796 |
|
|
added progress bar to dialogfe and fix logger bug in ArchTemplate.
|
| 797 |
|
|
|
| 798 |
agaffney |
337 |
18 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 799 |
agaffney |
339 |
Created GLISayWhat module. Renamed GLISayWhat to GLILocalization. Moved
|
| 800 |
|
|
lang parameter to __init__()
|
| 801 |
codeman |
331 |
|
| 802 |
|
|
10 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 803 |
|
|
updates to TODO list.
|
| 804 |
esammer |
4 |
|
| 805 |
agaffney |
322 |
6 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 806 |
agaffney |
324 |
Initial code for quickpkg GRP support. Fix loop to grab packages from
|
| 807 |
|
|
'emerge -p blah'
|
| 808 |
agaffney |
322 |
|
| 809 |
codeman |
319 |
6 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 810 |
codeman |
320 |
check for dhcp in the network stuff and emerge it if it is.
|
| 811 |
|
|
added quickpkg to TODO list
|
| 812 |
codeman |
319 |
|
| 813 |
codeman |
318 |
5 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 814 |
|
|
Changed the raising of 'warning' exceptions to a simple log of the error
|
| 815 |
|
|
so that the installer can continue.
|
| 816 |
|
|
|
| 817 |
codeman |
314 |
3 Feb 2005; Preston Cody <codeman@gentoo.org>
|
| 818 |
|
|
Some big changes. First, changed most output to display_on_tty8.
|
| 819 |
|
|
Second, added log lines to all templates. Some smaller fixes such as typos.
|
| 820 |
|
|
Also did some cleanups of old commented lines.
|
| 821 |
|
|
|
| 822 |
agaffney |
310 |
1 Feb 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 823 |
agaffney |
312 |
Changed tty8 output to a fifo. Minor GLIStorageDevice fix thanks to BenUrban.
|
| 824 |
agaffney |
313 |
Undo change with fix. Escaping fix in GLIStorageDevice.py
|
| 825 |
agaffney |
310 |
|
| 826 |
codeman |
306 |
31 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 827 |
|
|
more updates to TODO list. hopefully we'll soon start removing items instead
|
| 828 |
|
|
of adding them.
|
| 829 |
|
|
|
| 830 |
agaffney |
301 |
29 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 831 |
|
|
Changed the way GLIStorageDevice.get_max_sectors_for_resize() works
|
| 832 |
|
|
|
| 833 |
codeman |
293 |
27 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 834 |
codeman |
295 |
updated TODO list. (again)
|
| 835 |
codeman |
293 |
|
| 836 |
codeman |
286 |
25 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 837 |
|
|
changed output of portmap start to display_on_tty8.
|
| 838 |
|
|
fixed bootloader for udev and multiple kernels
|
| 839 |
codeman |
288 |
fixed custom kernel config (again)
|
| 840 |
codeman |
286 |
|
| 841 |
codeman |
281 |
22 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 842 |
|
|
changed default value of CC._enable_ssh to True because this is smart.
|
| 843 |
codeman |
282 |
added code to allow custom kernel .config. may be unstable and break. sorry.
|
| 844 |
codeman |
281 |
|
| 845 |
agaffney |
278 |
21 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 846 |
|
|
partition() now waits until after it checks for partition flags before delete
|
| 847 |
|
|
the partitions :P
|
| 848 |
|
|
|
| 849 |
agaffney |
271 |
19 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 850 |
agaffney |
272 |
Updated TODO. swapon failure it temporarily not an error. swapon is an error
|
| 851 |
agaffney |
277 |
again. is_uri() check only performed on portage_tree_snapshot_uri if it isn't
|
| 852 |
|
|
blank.
|
| 853 |
agaffney |
271 |
|
| 854 |
codeman |
268 |
19 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 855 |
|
|
Various fixes related to the add_users function. Still not yet finished.
|
| 856 |
codeman |
269 |
Added things to the TODO list. Lets start using that!
|
| 857 |
codeman |
268 |
|
| 858 |
agaffney |
264 |
18 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 859 |
|
|
Added code to x86Template to format newly created partitions. Also added
|
| 860 |
agaffney |
265 |
some error checking code. GLIStorageDevice passes 'minor' with data to
|
| 861 |
agaffney |
266 |
InstallProfile. Added partition() call back in ArchTemplate. Fixed NFS
|
| 862 |
|
|
mounting code.
|
| 863 |
agaffney |
264 |
|
| 864 |
codeman |
263 |
18 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 865 |
|
|
Took out unnecessary setting of random livecd root password. the cd already
|
| 866 |
|
|
sets it randomly.
|
| 867 |
|
|
|
| 868 |
agaffney |
255 |
15 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 869 |
|
|
Took out an unneeded step from CC's run()
|
| 870 |
|
|
|
| 871 |
codeman |
248 |
15 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 872 |
|
|
Attempt at detecting and adding windows partitions to lilo.
|
| 873 |
|
|
|
| 874 |
codeman |
235 |
14 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 875 |
codeman |
237 |
Added lilo code and cleaned up lilo code. also do_partitioning renamed to
|
| 876 |
|
|
partition. fixed misc exit_status => exitstatus typo.
|
| 877 |
codeman |
235 |
|
| 878 |
agaffney |
230 |
11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 879 |
agaffney |
232 |
Added basic code for resizing filesystems with pyparted. Fixed code for
|
| 880 |
|
|
resizing ntfs and ext2/3.
|
| 881 |
agaffney |
230 |
|
| 882 |
agaffney |
228 |
10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 883 |
|
|
Fixed partition() in x86Template so that it scans through logicals and deletes
|
| 884 |
agaffney |
229 |
before deleting containing extended partition. Also clears partition table to
|
| 885 |
|
|
be safe before third pass.
|
| 886 |
agaffney |
228 |
|
| 887 |
codeman |
226 |
08 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 888 |
|
|
Added mount_network_shares. not able to test it from this computer.
|
| 889 |
|
|
will test when i get back to school.
|
| 890 |
|
|
also added start_portmap to the client_controller as an always-do.
|
| 891 |
|
|
agaffney says this is needed for NFS mounts to work.
|
| 892 |
|
|
|
| 893 |
agaffney |
225 |
08 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 894 |
|
|
Partial rewrite of partitioning code in x86Template. No longer shells out to
|
| 895 |
|
|
parted to perform actions, now uses all pyparted calls. Code "works" in a
|
| 896 |
|
|
test, but still needs lots of TLC. Also modified tests/install.py to work
|
| 897 |
|
|
with x86Template and GLIClientConfiguration.
|
| 898 |
|
|
|
| 899 |
agaffney |
221 |
07 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 900 |
|
|
Initial move of partitioning code from ArchTemplate to x86Template.
|
| 901 |
agaffney |
220 |
|
| 902 |
codeman |
219 |
07 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 903 |
agaffney |
224 |
Added grp_install and services to InstallProfile. forgot about the set_root_password
|
| 904 |
codeman |
222 |
|
| 905 |
|
|
07 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 906 |
codeman |
219 |
Fixed a few more edit_configs. fixed a chroot multicommand bug thanks to agaffney.
|
| 907 |
|
|
Test Install ran very well (skipping partitioning).
|
| 908 |
|
|
|
| 909 |
codeman |
213 |
05 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 910 |
codeman |
215 |
My mid-day update. rewrote mount_local_partitions for order of mounting. fixed prepare_chroot
|
| 911 |
codeman |
216 |
rewrote configure_fstab and install_bootloader for new partition format. fixed a few _edit_configs.
|
| 912 |
|
|
some may still have eluded me.
|
| 913 |
codeman |
215 |
|
| 914 |
|
|
05 Jan 2005; Preston Cody <codeman@gentoo.org>
|
| 915 |
codeman |
213 |
Overhauled the entire ArchTemplate and did a lot of other misc fixes in order to test it.
|
| 916 |
|
|
Just finished mount_local_partitions in GLIArchitectureTemplate
|
| 917 |
|
|
|
| 918 |
agaffney |
212 |
05 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 919 |
|
|
Added get_num_sectors() to GLIStorageDevice.
|
| 920 |
|
|
|
| 921 |
|
|
04 Jan 2005; Andrew Gaffney <agaffney@gentoo.org>
|
| 922 |
agaffney |
205 |
GLIStorageDevice now tracks partition boundaries in sectors instead of cylinders.
|
| 923 |
agaffney |
208 |
Also now ignores <=100 sectors for free space. Removed remaining depends stuff
|
| 924 |
|
|
from GLIInstallProfile.
|
| 925 |
agaffney |
205 |
|
| 926 |
agaffney |
188 |
20 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 927 |
|
|
GLIStorageDevice returns "unknown" instead of "" for get_type()
|
| 928 |
|
|
|
| 929 |
agaffney |
183 |
19 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 930 |
agaffney |
184 |
Added get_extended_partition() to GLIStorageDevice. Rewrote get_logicals() to
|
| 931 |
|
|
actually work. Commented out resizability checking code for speed.
|
| 932 |
agaffney |
183 |
|
| 933 |
agaffney |
174 |
17 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 934 |
|
|
Switched to using dumpe2fs to determine free space left in ext2/3 filesystem in
|
| 935 |
|
|
GLIStorageDevice at the suggestion of plors
|
| 936 |
|
|
|
| 937 |
agaffney |
162 |
10 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 938 |
|
|
Added a function to GLIUtility to pull a value from a make.conf-style config
|
| 939 |
agaffney |
163 |
file. Minor type fix to GLIInstallProfile.py
|
| 940 |
agaffney |
162 |
|
| 941 |
agaffney |
160 |
09 Dec 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 942 |
agaffney |
163 |
Added code in GLIArchitectureTemplate.py to write netmounts into fstab. Separated
|
| 943 |
|
|
network mounts from partition data structure in GLIInstallProfile
|
| 944 |
agaffney |
161 |
|
| 945 |
agaffney |
147 |
27 Nov 2004; Andrew Gaffney <agaffney@gentoo.org>
|
| 946 |
|
|
Changed the way GLIStorageDevice.py determines the amount a ext2/3 filesystem
|
| 947 |
|
|
can be resized.
|
| 948 |
|
|
|
| 949 |
codeman |
91 |
27 Oct 2004; Preston Cody <codeman@gentoo.org>
|
| 950 |
|
|
Added some of the final functions to GLIInstallTemplate.
|
| 951 |
|
|
Yes this project is still active despite rare use of the Changelog!
|
| 952 |
|
|
|
| 953 |
npmccallum |
58 |
11 Jun 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 954 |
|
|
Added the GLIPartitionTools.py file. This is a temporary insertion of
|
| 955 |
|
|
partitioning tools that will eventually go into their own package.
|
| 956 |
|
|
|
| 957 |
npmccallum |
33 |
27 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 958 |
|
|
Added InstallProfileTODO.txt. Added GLIClientConfiguration.py (contains run-time
|
| 959 |
|
|
for the program). Added __init__(install_profile, client_configuration) to
|
| 960 |
|
|
GLI.InstallProfile. This sets install_profile and client_configuration once so as
|
| 961 |
|
|
to avoid constantly passing stuff every time we call a method.
|
| 962 |
|
|
|
| 963 |
npmccallum |
28 |
26 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 964 |
|
|
|
| 965 |
|
|
Added another private method to GLI.InstallTemplate. _edit_config() modifies config
|
| 966 |
|
|
files without messing up all the other stuff in them. This will be used for making
|
| 967 |
|
|
changes to make.conf, rc.conf, /etc/conf.d/net, etc...
|
| 968 |
|
|
|
| 969 |
npmccallum |
27 |
25 Mar 2004; Nathaniel McCallum <npmccallum@gentoo.org>
|
| 970 |
|
|
|
| 971 |
|
|
Added GLI.InstallTemplate framework. This is not yet functional. However, it does
|
| 972 |
|
|
have a few basic things. I added two private methods. One is _depends(). This
|
| 973 |
|
|
will be used for dependency checking (ie. unpacking a tarball requires that
|
| 974 |
|
|
partitioning has been done). The other is _exec_in_chroot(). This is the exact
|
| 975 |
|
|
same syntax as os.system(), however, instead of being run in the liveCD
|
| 976 |
|
|
environment, it runs in the chroot. This requires a bit of fork() magic, so I
|
| 977 |
|
|
isolated the code. Hope to work more this week to get this class formed...
|
| 978 |
|
|
|
| 979 |
esammer |
7 |
14 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 980 |
|
|
|
| 981 |
|
|
Added SAX parsing. Made GLI.InstallProfile a subclass of xml.sax.ContentHandler for
|
| 982 |
|
|
obvious reasons. Switched kernel_modules and users to be lists instead of tuples
|
| 983 |
|
|
to allow for easier modification (mutable, rather than immutable objects). Updated
|
| 984 |
|
|
existing pydoc and added more. Implemented body of GLI.InstallProfile.parse().
|
| 985 |
|
|
Cleaned file format of GLI.py a bit. Fixed all accessors to use self references.
|
| 986 |
|
|
Added initial unit test code.
|
| 987 |
|
|
|
| 988 |
esammer |
4 |
9 Feb 2004; Eric Sammer <esammer@gentoo.org>
|
| 989 |
|
|
|
| 990 |
|
|
Added initial changelog. Setting up the basic structure of the CVS repository
|
| 991 |
|
|
for the project. Added the UML class diagram in docs. Added a skeletal GLI
|
| 992 |
|
|
python module. Added misc files such news, authors, etc.
|