Last active
August 26, 2016 20:40
-
-
Save pudquick/cfabc5b24a82b3da5efc to your computer and use it in GitHub Desktop.
Hidden BootCacheControl documentation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Usage: /usr/sbin/BootCacheControl [-vvv] [-f <playlistfile>] start | |
| Start recording history and play back <playlistfile>. | |
| /usr/sbin/BootCacheControl [-vvv] [-f <playlistfile>] stop | |
| Stop recording history and write the playlist to <playlistfile>. | |
| /usr/sbin/BootCacheControl mount | |
| Notify the boot cache of a new mount. | |
| /usr/sbin/BootCacheControl [-vvv] jettison | |
| Jettison the cache. | |
| /usr/sbin/BootCacheControl statistics | |
| Print statistics for the currently-active cache. | |
| /usr/sbin/BootCacheControl tag | |
| Insert the end-prefetch tag. | |
| /usr/sbin/BootCacheControl [-vvv] [-t batchnum] -f <playlistfile> merge <playlistfile1> [<playlistfile2>...] | |
| Merge <playlistfile1>... into <playlistfile>. | |
| Playlist files after the first will be offset <batchnum> batches, if provided | |
| /usr/sbin/BootCacheControl [-c] -f <playlistfile> print | |
| Print the contents of <playlistfile>. | |
| /usr/sbin/BootCacheControl -f <playlistfile> unprint | |
| Read a playlist from standard input and write to <playlistfile>. | |
| /usr/sbin/BootCacheControl -f <playlistfile> generate [<volume>] | |
| Generate a playlist from standard input data for <volume> and write to <playlistfile>. | |
| /usr/sbin/BootCacheControl -f <playlistfile> truncate <count> | |
| Truncate <playlistfile> to <count> entries. | |
| /usr/sbin/BootCacheControl -f <playlistfile> generalize | |
| Modify <playlistfile> to apply to any root volume. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment