[Debconf-video-commits] r553 - fai-config/doc/src

Eric Dantan Rzewnicki edrz-guest at alioth.debian.org
Thu Jul 22 12:28:46 UTC 2010


Author: edrz-guest
Date: 2010-07-22 12:28:44 +0000 (Thu, 22 Jul 2010)
New Revision: 553

Modified:
   fai-config/doc/src/create_usbstick_howto.txt
   fai-config/doc/src/preseed.cfg
Log:
Document a way to install with pxeboot.



Modified: fai-config/doc/src/create_usbstick_howto.txt
===================================================================
--- fai-config/doc/src/create_usbstick_howto.txt	2010-07-22 01:22:01 UTC (rev 552)
+++ fai-config/doc/src/create_usbstick_howto.txt	2010-07-22 12:28:44 UTC (rev 553)
@@ -42,3 +42,15 @@
 somewhat sensible for this ;-)
 
 
+Using pxeboot installer
+-----------------------
+-Adjust preseed.cfg to wget final_setup.sh from svn. There is an example in the
+comment at the end of that file. 
+-Make preseed.cfg available via http some.where.
+-Add a stanza such as the following to your pxeboot environment:
+
+label video
+        menu label ^VideoTeam install
+        kernel debian-installer/i386/linux
+        append auto=true priority=critical vga=normal initrd=debian-installer/i386/initrd.gz -- quiet url=http://some.where.tld/preseed.cfg
+

Modified: fai-config/doc/src/preseed.cfg
===================================================================
--- fai-config/doc/src/preseed.cfg	2010-07-22 01:22:01 UTC (rev 552)
+++ fai-config/doc/src/preseed.cfg	2010-07-22 12:28:44 UTC (rev 553)
@@ -287,3 +287,7 @@
 #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
 d-i preseed/late_command string cp /hd-media/final_setup.sh /target/root/ ; in-target sh /root/final_setup.sh
 
+#### For pxeboot installs, comment out the line above and uncomment the
+#### line below.
+#d-i preseed/late_command string in-target wget http://svn.debian.org/viewsvn/debconf-video/fai-config/doc/src/final_setup.sh ; in-target sh /final_setup.sh ; in-target mv /final_setup.sh /root                                                                                                                                                                  
+




More information about the Debconf-video-commits mailing list