feat: Add rclone package to ucore build for mounting cloud storage (#125)

This commit is contained in:
Dylan M. Taylor
2024-04-27 00:43:08 -04:00
committed by GitHub
parent 6edec5bb0b
commit 38a0a95918
2 changed files with 2 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ This image builds on `ucore-minimal` but adds drivers, storage tools and utiliti
- [mergerfs](https://github.com/trapexit/mergerfs)
- nfs-utils - nfs utils including daemon for kernel NFS server
- [pcp](https://pcp.io) Performance Co-pilot monitoring
- [rclone](https://www.rclone.org/) - file synchronization and mounting of cloud storage
- [samba](https://www.samba.org/) and samba-usershares to provide SMB sevices
- [snapraid](https://www.snapraid.it/)
- usbutils(and pciutils) - technically pciutils is pulled in by open-vm-tools in ucore-minimal

View File

@@ -35,6 +35,7 @@
"nxpwireless-firmware",
"pciutils",
"pcp-zeroconf",
"rclone",
"realtek-firmware",
"samba",
"samba-usershares",