Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.10
-
Component/s: Chef Client
-
Environment:
Linaro Linux 12.03 on ARM (PandaBoard ES SoC)
Description
About:
======
Linaro Linux is an Ubuntu fork/branch by ARM Ltd. to provide a (volatile) integration/development environment to improve ARM cpu support for future Ubuntu releases.
Therefore it's nearly identical to the official Ubuntu ARM (https://wiki.ubuntu.com/ARM), afaik >90%.
Changes:
========
For a basic platform support I've just copied over the settings from Ubuntu:
https://github.com/rmoriz/chef/tree/basic-linaro-support
https://github.com/rmoriz/chef/commit/957fa53c0953e7739c3015fbe5a98004b2eec902
FYI:
====
ohai example output:
https://gist.github.com/2381589
lsb_release output:
root@panda:~# lsb_release -a
No LSB modules are available.
Distributor ID: Linaro
Description: Linaro 12.03 (development branch)
Release: 12.03
Codename: oneiric
root@panda:~# lsb_release -d -s
Linaro 12.03 (development branch)
For the hardware curious:
=========================
http://en.wikipedia.org/wiki/PandaBoard
http://www.flickr.com/photos/rmoriz/6816649980/in/photostream
http://www.flickr.com/photos/rmoriz/sets/72157628435978355/with/6518326611/
Reviewed and marked to be merged, thanks!