[Bug 1310082] Re: d-i with precise+hwe-s stops at "Architecture not supported"

Julian Edwards 1310082 at bugs.launchpad.net
Fri Jul 4 00:23:00 UTC 2014


This patch to the preseed should fix it

=== modified file 'contrib/preseeds_v2/generic'
--- contrib/preseeds_v2/generic 2014-04-14 22:40:43 +0000
+++ contrib/preseeds_v2/generic 2014-07-04 00:21:11 +0000
@@ -2,7 +2,7 @@
 
 {{def proxy}}
 d-i     mirror/country string manual
-{{if node.architecture in {'i386/generic', 'amd64/generic'} }}
+{{if node.split_arch()[0] in {'i386', 'amd64'} }}
 d-i     mirror/http/hostname string {{main_archive_hostname}}
 d-i     mirror/http/directory string {{main_archive_directory}}
 {{else}}


** Changed in: maas
       Status: Confirmed => Triaged

** Changed in: maas
    Milestone: None => 1.6.0

** Changed in: maas/1.5
    Milestone: 1.5.1 => None

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1310082

Title:
  d-i with precise+hwe-s stops at "Architecture not supported"

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1310082/+subscriptions



More information about the Ubuntu-server-bugs mailing list