Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEXRootFSFetcher: Adds a new tool to help set up a new RootFS
This tool supports both a zenity and tty interface. TTY will be presented if available while Zenity will be used otherwise. This tool pulls a rootfs list from https://rootfs.fex-emu.org/ It then allows you to select a rootfs from the list, download it, place it in to the correct working folder, extract it if desired, and set it as the current default RootFS. This requires curl and potentially zenity installed to use. Maybe also unsquashfs if the user chooses to extract the image. This is an all in one tool to quickly get a new user up and running. Additionally if you pass in a file path in to the tool, it will generate an xxhash of the file and exit out. This is the hash used to ensure the files are valid.
- Loading branch information