OS Builder/Add Adobe Flash support: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
= Add it= |
= Add it= |
||
Just add <code>adobe_flash</code> to |
Just add <code>adobe_flash</code> to your modules list: |
||
cat <<EOF >> your.ini |
|||
[adobe_flash] |
|||
EOF |
|||
While Flash is available as a standard Fedora RPM distributed by Adobe, it breaks the rules of packaging. This means that it requires special support from this module. |
While Flash is available as a standard Fedora RPM distributed by Adobe, it breaks the rules of packaging. This means that it requires special support from this module. |
||
See [http://dev.laptop.org/git/projects/olpc-os-builder/plain/modules/adobe_flash/README modules/adobe_flash/README] in OS Builder for documentation. |
See [http://dev.laptop.org/git/projects/olpc-os-builder/plain/modules/adobe_flash/README modules/adobe_flash/README] in OS Builder for documentation. |
||
See also [[Adobe Flash]] and especially the lack of support for XO-1. |
Revision as of 19:28, 14 December 2014
WARNING
Adobe Flash has a proprietary license which prevents redistribution. It will be in violation of the license to distribute your resultant build unless you have received special permission from Adobe.
You can request such permission on the Adobe website.
Add it
Just add adobe_flash
to your modules list:
cat <<EOF >> your.ini [adobe_flash] EOF
While Flash is available as a standard Fedora RPM distributed by Adobe, it breaks the rules of packaging. This means that it requires special support from this module.
See modules/adobe_flash/README in OS Builder for documentation.
See also Adobe Flash and especially the lack of support for XO-1.