From 3fcdadce240d2227c1864f2a42a6ae0db1bb372c Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 16 Apr 2022 12:13:19 +0100 Subject: plugins: Add multiboot select plugin This plugin provides a menu for easily editing the root redirect file on targets that support multiboot. You can select a new root from a list of Rockbox installations detected on the filesystem or remove all redirects to boot from the default location. To avoid searching the whole filesystem, only subdirectories of the volume roots are checked for valid installations. Only installations that are compatible with the current player will be displayed. Change-Id: I7dcbadfd97873b87817870e61d2ae37956d2da00 --- apps/plugins/CATEGORIES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/CATEGORIES') diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES index 3444dde9fa..332dd1bde4 100644 --- a/apps/plugins/CATEGORIES +++ b/apps/plugins/CATEGORIES @@ -69,6 +69,7 @@ minesweeper,games mosaique,demos mp3_encoder,apps mpegplayer,viewers +multiboot_select,apps nim,games open_plugins,viewers oscilloscope,demos -- cgit v1.2.3