GLIS Project History
Gentoo Linux Installation Script Source Forge    
Project History

* Version 0.1 FINAL Released - Friday, Oct 31, 2003, 5:51 PM EST

HAPPY HALLOWEEN!!! Here it is, version 0.1 of the rewrite! This has been tested pretty well and should be fairly usable. Please test away! I know this isn't userfriendly right now. However, sysadmins should really take a look at it because you can do a whole installation from a config file. Pretty fun. Anyway, work on a GUI is progressing and many new things are ahead for the backend. Please file any bugs and feature requests on our project page. Thanks for everyone's work this far!


* Version 0.1 BETA Released - Monday, Oct 27, 2003, 3:20 PM EST

Please notice that we are starting back at version 0.1 due to the rewrite. DISCLAIMER!!!These are ***BETA***, so please, please, DO NOT use this on a system with important data!!! OK, they aren't really that bad. However, just exercise caution. Please also do not file bug reports on sourceforge.net yet, wait until there is a final release. If you have a bug, please email the glis-devel mailing list and make sure you include a copy of your config file. New TESTERS and DEVELOPERS are always needed. If interested in being added to the team contact Kevin or Nathaniel on the glis-development mailing list. The feature freeze will come off Friday. Get your feature requests in early here.


* Version 0.1 ALPHA Released - Friday, Oct 10, 2003, 5:20 PM EST

The title is it. Please notice that we are starting back at version 0.1 due to the rewrite. DISCLAIMER!!!These are alpha, so please, please, DO NOT use this on a system with important data!!! OK, they aren't really that bad. However, just exercise caution. Please also do not file bug reports on sourceforge.net yet, wait until there is a final release. If you have a bug, please email the glis-devel mailing list and make sure you include a copy of your config file.


* Help Wanted - Mon, Aug 11, 2003 10:25 AM PDT

The Gentoo Linux Install Script (GLIS) project is looking for programmers to help create the next generation of GLIS. If you are interested please contact Nathaniel or post to the forums or check out the gentoo-users list. We're looking for people that can help in both GUIs (such as ncurses, Gtk, Qt, etc.) and backend code (Bash script, Perl, Python, more info to come)


* Gentoo 1.4 Released! - Tue, Aug 5, 2003 8:11 PM PDT

But it breaks GLIS, doh!!! Support is on the way to make GLIS work with Gentoo's 1.4 livecd's and will be here shortly. In the mean time, check out Gentoo 1.4!


* v.0.7-beta1 Is Here! - Wed, Jul 9, 2003 6:20 PM PDT

Version 0.7-beta1 is now available! This is a BETA release so please be careful!


* v.0.7 On It's Way! - Mon, Jul 7, 2003 12:25 AM PDT

You can expect version 0.7 to be released in the next couple days. It is currently undergoing some testing. We wouldn't want to hose your systems now would we?

New things in version 0.7:

  1. proxy support
  2. Gentoo mirror selection
  3. resume on fail menu (rewrite of .bashrc routine)
  4. windows partition detection and boot config
  5. lilo support
  6. boot disk creation
  7. easy default partitioning and formatting (optional!

* v.0.6 Released - Fri, Jun 26, 2003 7:20 PM PDT

New things in version 0.6:

  1. Added configuration function to parse config files
  2. Changed the network connection test to ping the gateway
  3. Added gateway, hostname, and domain detection for dhcp
  4. Added partitioning function (to actually partition drives)
  5. Moved tarball unpacking to after configuration
  6. Added mirror menubox for tarball download
  7. Rewrote time zone section to not depend on tarball extraction (though I don't like my solution, this will change in the next version)
  8. Added portage setup section (to collect USE, CHOST, CFLAGS, CXXFLAGS, GENTOO_MIRRORS)
  9. Several bugfixes

* v.0.6-beta2 Released - Wed, Jun 25, 2003 11:25 PM PDT

New things in version 0.6-beta2:

  1. Please note this is a BETA release, you have been warned.
  2. fixed various bugs
  3. added hard drive partitioning support
  4. added all /etc/ files to be autoconfig'd

* v.0.5 Released

New things in version 0.5:

  1. Added network_test function
  2. Modified Preinstall Errorcheck, Network Setup, and Stage Setup to use network_test function
  3. Added option to download tarball (with download progress gauge and errors checks) to Stage Setup
  4. Added more error checking to Stage setup
  5. Added "Kernel config file found, do you want to use?" box to kernel setup section
  6. new filename is "glis" without the .sh
  7. Rewrote partition section (it now detects /, /boot, /home, /root, /tmp, /usr, and /var partition mounts). I also took out the manual user entry as this can royally screw up an installation when I add automatic fstab editing. Are there any other mount points I need to account for
  8. Added variable Grub config
  9. Added autoconfigure of rc.conf, conf.d/net, and fstab
  10. Fixed password security hole
  11. Fixed non-framebuffer issue
  12. Added modules.autoload autoconfig tied to hardware detection

Back to top