User:Martinlanghoff/Key Autonomy: Preparations for local OS image: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
** - OATS server controls upgrade server
** - OATS server controls upgrade server
* Fix devkey request URL
* Fix devkey request URL
** olpc-configure needs to set / fix the URL, maybe even the whole request form HTML

* Fix activities URLs (it's a newline separated file, and it is a good idea to add the XS at the top)
* Fix activities URL
** echo 'http://mydomail.tld/path/to/activitieslist' > /etc/olpc-update/activity-groups -
** echo 'http://schoolserver/activities' > /etc/olpc-update/activity-groups
** echo 'http://mydomail.tld/path/to/activitieslist' >> /etc/olpc-update/activity-groups -
** will be requested with /version
** will be requested with /version

Latest revision as of 14:24, 27 November 2009

Building custom OS img based on 8.2.1

  • Include varios initrd fixes from martin& dsd
  • Sign OFW, kernel (optional for 8.2.1)
  • Sign initrd, OS img

URLs

  • Fix OATS/activation URL
    • echo 'antitheft.mydomain.tld' > /security/oats-server
    • - OATS server controls upgrade server
  • Fix devkey request URL
    • olpc-configure needs to set / fix the URL, maybe even the whole request form HTML
  • Fix activities URLs (it's a newline separated file, and it is a good idea to add the XS at the top)