pf-tools commit: r624 [ccaillet-guest] - in /trunk: debian/changelog templates/standard-preseed.tpl
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Tue Aug 5 10:05:08 UTC 2008
Author: ccaillet-guest
Date: Tue Aug 5 10:05:08 2008
New Revision: 624
URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=624
Log:
Fix: typo on partman-auto section of preseed template
Modified:
trunk/debian/changelog
trunk/templates/standard-preseed.tpl
Modified: trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/trunk/debian/changelog?rev=624&op=diff
==============================================================================
--- trunk/debian/changelog (original)
+++ trunk/debian/changelog Tue Aug 5 10:05:08 2008
@@ -7,8 +7,9 @@
* Fix: add a warning if no kernel is retrieved by Get_Active_Filename
* Fix: give the right uml or vmware kernel only if this file is defined on
private-network definitions, if not use the standard pxefilename directive
-
- -- Christophe Caillet <tof at sitadelle.com> Mon, 04 Aug 2008 17:11:40 +0200
+ * Fix: typo on partman-auto section of preseed template
+
+ -- Christophe Caillet <quadchris at free.fr> Tue, 05 Aug 2008 11:46:43 +0200
pf-tools (0.33-0+RC2) unstable; urgency=low
Modified: trunk/templates/standard-preseed.tpl
URL: http://svn.debian.org/wsvn/pf-tools/trunk/templates/standard-preseed.tpl?rev=624&op=diff
==============================================================================
--- trunk/templates/standard-preseed.tpl (original)
+++ trunk/templates/standard-preseed.tpl Tue Aug 5 10:05:08 2008
@@ -58,6 +58,7 @@
. \
64 512 100% linux-swap \
method{ swap } format{ } \
+ .
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition \
@@ -119,7 +120,7 @@
#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)
### Post-install command before reboot
-d-i preseed/late_command string apt-install %KERNELPKG% ; apt-install nfs-common ; apt-install pf-tools ; in-target wget http://deploy.private/pf-tools-config.sh -O /tmp/pf-tools-config.sh ; in-target sh /tmp/pf-tools-config.sh
+d-i preseed/late_command string apt-install %KERNELPKG% ; apt-install nfs-common ; apt-install pf-tools ; in-target wget http://mirrors.private/pf-tools-config.sh -O /tmp/pf-tools-config.sh ; in-target sh /tmp/pf-tools-config.sh
### Finishing up the installation
# Avoid that last message about the install being complete.
More information about the pf-tools-commits
mailing list