mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
Added expert option section to README.md regarding popcornmix enhancement for issue #197, PRUNE_MODULES.
README updates for PRUNE_MODULES boolean option. Noted setting parameter to non-zero value will enable the pruning
This commit is contained in:
@@ -87,6 +87,15 @@ from the specified branch, eg:
|
||||
|
||||
will use the 'next' branch.
|
||||
|
||||
#### `PRUNE_MODULES`
|
||||
|
||||
Allows you to delete unused module directories when doing an update. Set it equal to a non-zero value and it will remove all modules except the latest installed:
|
||||
|
||||
sudo PRUNE_MODULES=1 rpi-update
|
||||
|
||||
will remove previously installed module files. Use this option to free disk space used by older module updates.
|
||||
|
||||
|
||||
#### Troubleshooting
|
||||
|
||||
There are two possible problems related to SSL certificates that may prevent
|
||||
|
||||
Reference in New Issue
Block a user