diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-01 23:48:10 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2008-12-01 23:48:10 (GMT) |
commit | 575bd0829fce6f7582aefca086e1894b63812ef8 (patch) | |
tree | 1b66d798131ebd448034b30a2d7d6111aabf4c52 /abs/core-testing/mythtv/stable | |
parent | 466412d4bdf5beb0645eced2d064df5e15f9b76b (diff) | |
download | linhes_pkgbuild-575bd0829fce6f7582aefca086e1894b63812ef8.zip linhes_pkgbuild-575bd0829fce6f7582aefca086e1894b63812ef8.tar.gz linhes_pkgbuild-575bd0829fce6f7582aefca086e1894b63812ef8.tar.bz2 |
Emulators and deps.
Signed-off-by: Cecil Hugh Watson <knoppmyth@gmail.com>
Diffstat (limited to 'abs/core-testing/mythtv/stable')
3 files changed, 90 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml new file mode 100644 index 0000000..86e5742 --- /dev/null +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/linhes.xml @@ -0,0 +1,50 @@ +<mythmenu name="KnoppMyth"> + + <button> + <type>BACKUP</type> + <text>Backup KnoppMyth</text> + <action>MENU mythbackup.xml</action> + </button> + + <button> + <type>RESTORE</type> + <text>Restore KnoppMyth</text> + <action>MENU mythrestore.xml</action> + </button> + +<!-- + <button> + <type>POWER</type> + <text>Power Off </text> + <action>EXEC /usr/bin/sudo halt</action> + </button> + + <button> + <type>POWER</type> + <text>Reboot</text> + <action>EXEC /usr/bin/sudo reboot</action> + </button> + + <button> + <type>VERSION</type> + <text>Version</text> + <action>EXEC /usr/local/bin/ver.sh</action> + </button> +--> + + <button> + <type>MV_SETUP_MENU</type> + <text>MythVantage Settings</text> + <action>MENU HOST_SETTINGS.xml</action> + + </button> +<!-- + <button> + <type>MV_TEMPLATE</type> + <text>Settings profile manager</text> + <action>EXEC mythinstall -t </action> + + </button> +--> +</mythmenu> + diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/mythbackup.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/mythbackup.xml new file mode 100644 index 0000000..656860d --- /dev/null +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/mythbackup.xml @@ -0,0 +1,20 @@ +<mythmenu name="LinHES"> + + <button> + <type>BACKUP</type> + <text>Do you wish to backup?</text> + <action>NONE</action> + </button> + + <button> + <type>BACKUP</type> + <text>Yes</text> + <action>EXEC sudo /usr/LH/bin/mythbackup</action> + </button> + + <button> + <type>BACKUP</type> + <text>No</text> + <action>MENU linhes.xml</action> + </button> +</mythmenu> diff --git a/abs/core-testing/mythtv/stable/mythtv/menu-xml/mythrestore.xml b/abs/core-testing/mythtv/stable/mythtv/menu-xml/mythrestore.xml new file mode 100644 index 0000000..05cb0a7 --- /dev/null +++ b/abs/core-testing/mythtv/stable/mythtv/menu-xml/mythrestore.xml @@ -0,0 +1,20 @@ +<mythmenu name="LinHES"> + + <button> + <type>RESTORE</type> + <text>Do you wish to restore?</text> + <action>NONE</action> + </button> + + <button> + <type>RESTORE</type> + <text>Yes</text> + <action>EXEC sudo /usr/LH/bin/mythrestore</action> + </button> + + <button> + <type>BACKUP</type> + <text>No</text> + <action>MENU linhes.xml</action> + </button> +</mythmenu> |