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

Holger Levsen holger at alioth.debian.org
Fri Jul 15 16:14:09 UTC 2011


Author: holger
Date: 2011-07-15 16:14:09 +0000 (Fri, 15 Jul 2011)
New Revision: 639

Modified:
   fai-config/doc/src/create_usbstick_howto.txt
   fai-config/doc/src/penultimate_setup.sh
   fai-config/doc/src/preseed.cfg
Log:
more changes for squeeze proper

Modified: fai-config/doc/src/create_usbstick_howto.txt
===================================================================
--- fai-config/doc/src/create_usbstick_howto.txt	2011-07-15 13:31:20 UTC (rev 638)
+++ fai-config/doc/src/create_usbstick_howto.txt	2011-07-15 16:14:09 UTC (rev 639)
@@ -9,7 +9,7 @@
 
 copy the following files to /mnt:
 
-sudo cp vmlinuz initrd.gz syslinux.cfg debian-505-i386-businesscard.iso preseed.cfg penultimate_setup.sh ac583520.asc /mnt
+sudo cp vmlinuz initrd.gz syslinux.cfg firmware-6.0.1a-i386-netinst.iso preseed.cfg final_setup.sh ac583520.asc /mnt
 
 vmlinuz				# see current directory (taken from http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/hd-media/ )
 initrd.gz   			# see current directory (taken from from http://ftp.nl.debian.org/debian/dists/squeeze/main/installer-i386/current/images/hd-media/ )

Modified: fai-config/doc/src/penultimate_setup.sh
===================================================================
--- fai-config/doc/src/penultimate_setup.sh	2011-07-15 13:31:20 UTC (rev 638)
+++ fai-config/doc/src/penultimate_setup.sh	2011-07-15 16:14:09 UTC (rev 639)
@@ -1,7 +1,7 @@
 #! /bin/bash
 
 #
-# Copyright 2006-2010 Holger Levsen 
+# Copyright 2006-2011 Holger Levsen 
 # released under the GPLv=2
 #
 
@@ -12,17 +12,15 @@
 DISTRO=squeeze
 
 # hardcode mirror to use
-MIRROR=mirror.cc.columbia.edu
+MIRROR=ftp.de.debian.org
 
 # which arch are we running on? (needed for sources.list)
 ARCH=`dpkg --print-architecture`
 
 # overwrite existing sources.lists, provide sensible defaults
-echo "#deb http://$MIRROR/debian/ $DISTRO main contrib non-free
-#deb http://security.debian.org/ $DISTRO/updates main contrib non-free
+echo "deb http://$MIRROR/debian/ $DISTRO main contrib non-free
+deb http://security.debian.org/ $DISTRO/updates main contrib non-free
 
-deb http://snapshot.debian.org/archive/debian/20100704T132725Z/ squeeze main
-
 deb http://db.debconf.org/dc-admin/archive/ $DISTRO/$ARCH/
 deb http://db.debconf.org/dc-admin/archive/ $DISTRO/all/
 " > /etc/apt/sources.list

Modified: fai-config/doc/src/preseed.cfg
===================================================================
--- fai-config/doc/src/preseed.cfg	2011-07-15 13:31:20 UTC (rev 638)
+++ fai-config/doc/src/preseed.cfg	2011-07-15 16:14:09 UTC (rev 639)
@@ -55,8 +55,8 @@
 #d-i mirror/protocol string ftp
 d-i mirror/country string enter information manually
 #d-i mirror/http/hostname string mirror
-d-i mirror/http/hostname string mirror.cc.columbia.edu
-d-i mirror/http/directory string /pub/linux/debian/debian
+d-i mirror/http/hostname string ftp.de.debian.org
+d-i mirror/http/directory string /debian
 d-i mirror/http/proxy string 
 
 # Suite to install.
@@ -285,7 +285,7 @@
 # directly, or use the apt-install and in-target commands to easily install
 # packages and run commands in the target system.
 #d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
-d-i preseed/late_command string cp /hd-media/penultimate_setup.sh /target/root/ ; in-target sh /root/penultimate_setup.sh
+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.




More information about the Debconf-video-commits mailing list