[Bug 1310082] Re: d-i with precise+hwe-s stops at "Architecture not supported"
Nobuto MURATA
nobuto at nobuto-murata.org
Sat Apr 19 20:48:31 UTC 2014
After changing "/etc/maas/preseeds/curtin_userdata" to use default
archive not ports.ubuntu.com for hwe-s, `juju add-machine` succeeded.
However the kernel after reboot was 3.2 not hwe-s. Am I misunderstanding
this hwe feature?
=== modified file 'maas/preseeds/generic'
--- maas/preseeds/generic 2014-04-19 18:37:53 +0000
+++ maas/preseeds/generic 2014-04-19 20:32:45 +0000
@@ -2,7 +2,7 @@
{{def proxy}}
d-i mirror/country string manual
-{{if node.architecture in {'i386/generic', 'amd64/generic'} }}
+{{if node.architecture in {'i386/generic', 'amd64/generic', 'amd64/hwe-s'} }}
d-i mirror/http/hostname string {{main_archive_hostname}}
d-i mirror/http/directory string {{main_archive_directory}}
{{else}}
--
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/ubuntu/+source/maas/+bug/1310082/+subscriptions
More information about the Ubuntu-server-bugs
mailing list