Penguin
Diff: AutomatedInstallation
EditPageHistoryDiffInfoLikePages

Differences between version 10 and previous revision of AutomatedInstallation.

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

Newer page: version 10 Last edited on Tuesday, November 9, 2004 3:27:33 pm by CraigBox Revert
Older page: version 9 Last edited on Wednesday, May 14, 2003 9:35:53 am by CraigBox Revert
@@ -15,17 +15,19 @@
 Seems looks like you have four options. 
  
 # 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. 
 # [FAI (Fully Automated Installation)|http://www.informatik.uni-koeln.de/fai/] - This does an install off an NFS server. 
-# [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. 
+# [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. 
  
 I suggest at this point you go read the AutoInstall page. 
  
 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. 
+  
+ On your freshly installed system, use dpkg --set-selections<installed-packages, and then apt-get -u dselect-upgrade .  
+  
 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 
 (AutoInstall has a really good set of scripts for the debconf database.) -- CraigBox 
  
 ----- 
  
 Part of LinuxInstallationNotes