Comment 3 for bug 1310082

Revision history for this message
Nobuto Murata (nobuto) wrote :

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}}