~bladernr/maas-cert-server/mcs-install-curtin_userdata-by-packaging

« back to all changes in this revision

Viewing changes to preseed/curtin_userdata_custom_cert

  • Committer: Jeff Lane
  • Author(s): Rod Smith
  • Date: 2016-06-29 16:00:42 UTC
  • mfrom: (57.1.2 019-update-dmidecode)
  • Revision ID: jeff_lane-20160629160042-b773k0jtb404b6j3
Modify the preseed files so that they update the dmidecode package. This is necessary to avoid bug #1578022, since dmidecode is installed as part of the standard system installation, and so is not updated automatically with that bug fix.

Note that I initially forgot to update the Debian packaging; the actual preseed fix is in revision 58 and the Debian packaging update is in revision 59.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
      apt-get update;
57
57
      echo " Installing checkbox certification...";
58
58
      apt-get install -y --force-yes canonical-certification-server;
 
59
      apt-get install dmidecode;
59
60
      sleep 60;
60
61
      echo "Done.";
61
62