Results 1 to 1 of 1
A set of bash shell scripts to automate the installation of (initially Fedora 10) Linux.
Distributed under the BSD licence, so please modify to suit your favourite distro and installation.
...
- 10-29-2009 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 1
AutoLinuxInstaller
A set of bash shell scripts to automate the installation of (initially Fedora 10) Linux.
Distributed under the BSD licence, so please modify to suit your favourite distro and installation.
After doing a minimal Linux installation, you can use these scripts to re-configure your system just the way you want it. This includes making backups of new config files, and restoring you modified config files to the newly installed system.
Note: These scripts will disable NetworkManager and use static IP instead.
Fully customizable to however you want your system to work.
There's not any documentation yet, as this is an early beta release.
Please see the scripts for more details. You will need to look especially at the script that sets up mount points, as this relates to your /etc/fstab file.
All output from the scripts is logged to text files. So you can check what's been installed or updated.
The stage1-post-install.bsh is run after a minimal installation. Once that's OK, the remainder of the installation is done in stage2-post-install.bsh.
You will need working configuration files from a previous Linux version. These will be installed for the packages which you specify.


Reply With Quote