/[smeserver]/cdrom.image/product/installclasses/smeinstallclass.py
ViewVC logotype

Log of /cdrom.image/product/installclasses/smeinstallclass.py

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.32
Sat Jun 6 23:51:54 2009 UTC (14 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.31: +0 -0 lines
FILE REMOVED
Split trees


Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 1 15:33:17 2009 UTC (15 years ago) by slords
Branch: MAIN
Changes since 1.30: +233 -228 lines
Diff to previous 1.30
Fix no drive install


Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 17 23:17:50 2008 UTC (15 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Remove nag


Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 12 19:48:49 2008 UTC (15 years, 8 months ago) by slords
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Updated auth method


Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 18 21:00:56 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.27: +18 -19 lines
Diff to previous 1.27
Screens fixup


Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 17:28:05 2008 UTC (16 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.26: +1 -0 lines
Diff to previous 1.26
Updates


Revision 1.26.2.4
Mon Mar 17 03:07:43 2008 UTC (16 years, 2 months ago) by slords
Branch: SME8
Changes since 1.26.2.3: +0 -0 lines
FILE REMOVED
Move product to updates. Remove fedorakmod stuff


Revision 1.26.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 18:11:41 2008 UTC (16 years, 2 months ago) by slords
Branch: SME8
Changes since 1.26.2.2: +1 -1 lines
Diff to previous 1.26.2.2 , to branch point 1.26
Fix mkdir


Revision 1.26.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 15 17:21:41 2008 UTC (16 years, 2 months ago) by slords
Branch: SME8
Changes since 1.26.2.1: +1 -1 lines
Diff to previous 1.26.2.1 , to branch point 1.26
Fix scripts


Revision 1.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 14 19:14:08 2008 UTC (16 years, 2 months ago) by slords
Branch: SME8
Changes since 1.26: +65 -55 lines
Diff to previous 1.26
Updates for SME8


Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 14:01:12 2007 UTC (16 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: SME7
Branch point for: SME8
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
Remove bad dispatch


Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 21:37:22 2007 UTC (17 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.24: +7 -10 lines
Diff to previous 1.24
Make spare default


Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 16 18:02:29 2007 UTC (17 years, 3 months ago) by slords
Branch: MAIN
Changes since 1.23: +5 -5 lines
Diff to previous 1.23
Fix raid level logic


Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 17:56:05 2007 UTC (17 years, 5 months ago) by slords
Branch: MAIN
Changes since 1.22: +40 -10 lines
Diff to previous 1.22
Add multipart option to split partitions


Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 22:47:16 2006 UTC (17 years, 5 months ago) by slords
Branch: MAIN
Changes since 1.21: +5 -2 lines
Diff to previous 1.21
Don't wipe drives we aren't partitioning


Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 19:00:27 2006 UTC (17 years, 5 months ago) by slords
Branch: MAIN
Changes since 1.20: +3 -3 lines
Diff to previous 1.20
Fix last patch


Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 8 17:29:20 2006 UTC (17 years, 5 months ago) by slords
Branch: MAIN
Changes since 1.19: +11 -11 lines
Diff to previous 1.19
reorder md devices to allow for growing filesystems


Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 18 05:22:03 2006 UTC (17 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
Fix single drive case


Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 10 19:39:02 2006 UTC (17 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.17: +105 -88 lines
Diff to previous 1.17
Calculate partitions sizes correctly
 - Mininum drive size is now 100M (boot) + (1.5Gb + RAM)/active drives
 - Active drives are all non-spare, non-parity drives
 - This allows vmware machines to not be created with 3+ 1Gb virtual drives
Add "spare" cmdline option that attempts to reserve one drive as a spare
 - Must have >2 drives for spare to work


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 10 16:46:20 2006 UTC (17 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.16: +4 -4 lines
Diff to previous 1.16
fix uniqueid


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 10 05:40:24 2006 UTC (17 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.15: +126 -62 lines
Diff to previous 1.15
Enhance raid/lvm install options


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 3 14:12:52 2006 UTC (17 years, 10 months ago) by slords
Branch: MAIN
Changes since 1.14: +10 -8 lines
Diff to previous 1.14
Fix to only consider non-removable drives for installation


Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 29 03:10:19 2006 UTC (18 years, 1 month ago) by slords
Branch: MAIN
Changes since 1.13: +13 -0 lines
Diff to previous 1.13
Add keyboard back in for headless [SME: 1332]


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 6 02:43:41 2006 UTC (18 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12
Fix breakage from last commit


Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 5 21:11:32 2006 UTC (18 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.11: +6 -6 lines
Diff to previous 1.11
Cleanup


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 5 01:20:27 2006 UTC (18 years, 2 months ago) by slords
Branch: MAIN
Changes since 1.10: +4 -3 lines
Diff to previous 1.10
Update anaconda to be in sync with 4.3 and FC4


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 10 04:14:41 2005 UTC (18 years, 7 months ago) by gordonr
Branch: MAIN
Changes since 1.9: +5 -1 lines
Diff to previous 1.9
Put back post-install/post-upgrade message boxes


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 7 20:56:29 2005 UTC (18 years, 7 months ago) by gordonr
Branch: MAIN
Changes since 1.8: +1 -5 lines
Diff to previous 1.8
Put back Beta5 changes


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 20 14:16:47 2005 UTC (18 years, 8 months ago) by cbrady
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
Add message screen to announce post installation/update scripts running.


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 23 16:53:20 2005 UTC (18 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.6: +1 -5 lines
Diff to previous 1.6
Fix language selection for cdrom install


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 19 04:34:56 2005 UTC (18 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
remove selinux stuff and set default language


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 18 02:05:25 2005 UTC (18 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.4: +0 -1 lines
Diff to previous 1.4
Don't need second language selection


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 1 17:55:34 2005 UTC (18 years, 10 months ago) by slords
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
Make sure upgrade is also chosen in gui mode
Fix going back past functions


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 31 16:38:15 2005 UTC (18 years, 10 months ago) by slords
Branch: MAIN
Changes since 1.2: +6 -1 lines
Diff to previous 1.2
Cleanup and descriptions


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 31 16:24:51 2005 UTC (18 years, 10 months ago) by slords
Branch: MAIN
Changes since 1.1: +61 -23 lines
Diff to previous 1.1
Second major pass as anaconda installer
- Install/Upgrade both functional in text & gui
- Added upgrade warning for systems < 21:6.0-11
- TODO: raid migration for upgrades
- TODO: status message for post-{install,upgrade}


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 30 13:59:05 2005 UTC (18 years, 10 months ago) by slords
Branch: MAIN
Rename of install class


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed