Differences
This shows you the differences between two versions of the page.
— |
customize_cockpit [2015/07/30 14:28] (current) imcsk8 created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Customize Cockpit ===== | ||
+ | |||
+ | * Modify /etc/os-release with the name of the product you want. You have to restart cockpit after doing this. | ||
+ | * Create directory /usr/share/cockpit/branding/ eg. | ||
+ | <code> | ||
+ | # cp -rp /usr/share/cockpit/branding/fedora /usr/share/cockpit/branding/moximo | ||
+ | </code> | ||
+ | * Modify files under /usr/share/cockpit/branding/moximo to suit your needs | ||
+ | |||