pf-tools/pf-tools: path

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Fri Apr 25 15:24:39 UTC 2014


details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/a16d485640f9
changeset: 1278:a16d485640f9
user:      shad
date:      Fri Apr 25 17:24:32 2014 +0200
description:
path

diffstat:

 templates/standard-installer |  2 +-
 templates/ubuntu-installer   |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r e87b796b7c34 -r a16d485640f9 templates/standard-installer
--- a/templates/standard-installer	Fri Apr 25 15:54:27 2014 +0200
+++ b/templates/standard-installer	Fri Apr 25 17:24:32 2014 +0200
@@ -8,7 +8,7 @@
 	append DEBCONF_PRIORITY=critical vga=normal auto=true initrd=[% mode %]/[% distrib %]/[% arch %]/initrd.gz interface=[% iface %] netcfg/no_default_route=true url=http://vip-deploy.vlan-systeme.private/[% preseed_url %] url/checksum=[% preseed_md5 %] -- [% console %] [% cmdline %]
 
 LABEL linux
-	kernel [% kernel %]
+	kernel [% arch %]/[% kernel %]
 	append vga=normal root=/dev/sda2 [% IF initrd %]initrd=[% arch %]/[% initrd %] [% END %]-- [% console %] [% cmdline %]
 
 PROMPT 1
diff -r e87b796b7c34 -r a16d485640f9 templates/ubuntu-installer
--- a/templates/ubuntu-installer	Fri Apr 25 15:54:27 2014 +0200
+++ b/templates/ubuntu-installer	Fri Apr 25 17:24:32 2014 +0200
@@ -8,7 +8,7 @@
 	append DEBCONF_PRIORITY=critical vga=normal auto=true initrd=[% mode %]/[% distrib %]/[% arch %]/initrd.gz console-setup/ask_detect=false console-setup/layoutcode=fr console-setup/codeset=. interface=[% iface %] netcfg/no_default_route=true netcfg/get_hostname=unassigned-hostname url=http://vip-deploy.private/[% preseed_url %] url/checksum=[% preseed_md5 %] -- [% console %] [% install_cmdline %]
 
 LABEL linux
-	kernel [% kernel %]
+	kernel [% arch %]/[% kernel %]
 	append vga=normal root=/dev/sda2 [% IF initrd %]initrd=[% arch %]/[% initrd %] [% END %]-- [% console %] [% cmdline %]
 
 PROMPT 1



More information about the pf-tools-commits mailing list