Penguin
Diff: AutomatedInstallation
EditPageHistoryDiffInfoLikePages

Differences between version 12 and previous revision of AutomatedInstallation.

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

Newer page: version 12 Last edited on Wednesday, June 21, 2006 5:19:25 pm by CraigBox Revert
Older page: version 11 Last edited on Wednesday, June 21, 2006 1:37:58 pm by CraigBox Revert
@@ -9,18 +9,18 @@
  
 ----- 
 [Debian] and [Ubuntu] 
  
-PreSeed an installation, in the same fashion as a Kickstart file.  
-  
-http://instalinux.com/ can build you an automatically installing CD image, which fetches packages off your network. This is cool.  
-  
-We should have some notes here
+* Preseed an installation, in the same fashion as a Kickstart file.  
+** http://wiki.debian.org/DebianInstaller/Preseed - Note changes at the bottom of the file between sarge/hoary and etch/dapper.  
+** [Debian manual|http://d-i.alioth.debian.org/manual/en.i386/ch04s07.html#automatic-install], [sample preseed|http://d-i.alioth.debian.org/manual/example-preseed.txt]  
+* http://instalinux.com/ can build you an automatically installing CD image, which fetches packages off your network. This is cool.  
+* UbuntuRemastering and https://help .ubuntu.com/community/InstallCDCustomizationHowTo  
  
 Other 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. 
+* 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. 
  
 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, and then apt-get -u dselect-upgrade.