YunoHost / package_check

Shell script which check package actions: install, remove, upgrade, backup, restore…
GNU General Public License v3.0
21 stars 26 forks source link

Added optional support for ramfs #138

Open gcollin opened 1 year ago

gcollin commented 1 year ago

So I added a script (https://github.com/gcollin/yunohost-package_check/blob/master/setup_lxd.sh) to configure lxd with ramfs support (and btrfs as well) and have package_check automatically selects it if present. On my laptop that doesn't speed up anything, but hopefully this will accelerate the ci runs.

Please test it and tell me the result !

gcollin commented 1 year ago

@alexAubin whenever you have time to check this one.