-
Notifications
You must be signed in to change notification settings - Fork 21
Adding Theme to MiniMyth2
Piotr Oniszczuk edited this page May 14, 2020
·
1 revision
For saving Minimyth2 image size, image file has included only one theme: ‘MediaCenter-wide’. This theme is auto-selected when used not configures/provides their’s own favorite theme. MythCenter-wide is very basic theme and if user want to use its own theme, following steeps needs to be done:
- Theme should be compressed in sfs archive
- Theme.sfs file should be named and placed in
/var/lib/tftpboot/PXEclient/conf/default/themes/
asDefault.sfs
- Alternatively, user can configure particular theme in minimyth.conf file. In such cases variable
MM_THEME_NAME="<theme name>"
should contain theme name, while variableMM_THEME_URL="<theme URL>"
should point to place from where Minimyth2 will download theme.
For creating theme archive, mksquashfs
tool is needed. Procedure is following:
cd <root dir of theme>
mksquashfs ./ <theme name>.sfs