Penguin
Diff: AutomatedInstallation
EditPageHistoryDiffInfoLikePages

Differences between version 8 and predecessor to the previous major change of AutomatedInstallation.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 8 Last edited on Wednesday, May 14, 2003 8:56:50 am by GreigMcGill Revert
Older page: version 7 Last edited on Thursday, May 1, 2003 4:03:41 pm by CraigBox Revert
@@ -17,8 +17,12 @@
 # [FAI (Fully Automated Installation)|http://www.informatik.uni-koeln.de/fai/] - This does an install off an NFS server. 
 # AutoInstall - This is a kickstart-alike config on a floppy system, but designed to be generated by a pre installed Debian system generating you a config rather than a bunch of questions in a configuration program. Developed by [Progeny]. See http://www.debian.org/doc/manuals/users-guide/ap-ami.en.html for some configuration options. 
 # [SystemImager|http://www.systemimager.org] - what appears to be a free Ghost for Linux, SystemImager is software that automates Linux installs, software distribution, and production deployment. 
 # [replicator|http://replicator.sourceforge.net/] - Designed for potato. Outdated. 
+  
+Quick 'n' Dirty note: If you are quite happy to do a base install of debian manually (which is pretty quick), and just want to restore a system to the state it was in, in terms of the packages you had installed, a very cool tool is dpkg --get-selections>installed-packages.  
+On your freshly installed system, use dpkg --set-selections<installed-packages.  
+If you wish to get really tricksy, you can copy the debconf database as well, so your config choices will be pre-selected for you. -- GreigMcGill  
  
 ----- 
  
 Part of LinuxInstallationNotes