Skip to content

Instantly share code, notes, and snippets.

@unrooted
Created April 5, 2021 17:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unrooted/35dcc20448d8c11d9b7ff41a502c133b to your computer and use it in GitHub Desktop.
Save unrooted/35dcc20448d8c11d9b7ff41a502c133b to your computer and use it in GitHub Desktop.
Bedrock Linux cheat sheet

Bedrock cheat-sheet

command what it does
brl list list currently integrated strata
brl fetch acquite new strata and list fetchable
brl fetch -L list supported stata
brl fetch -X list experimental strata
brl fetch -LX list both supported and experimental strata
brl enable [strata] enable stratum
brl disable [strata] disable stratum
brl remove [strata] remove stratum
brl remove -d [strata] disable and then remove stratum
brl which [sth you want to check] check which stata provides what you're asking for
brl fetch -R [strata name] list releases of a given strata
brl fetch -n [name] -r [release name] [stata name] fetch strata and specify it's release
brl fetch -A [stata name] list supported architectures for a given strata
brl fetch -a [architecture] -L list stratas supporting given architecture
brl fetch -a [architecture] [strata] fetch strata with specified architecture*
strat [strata] [command] run command from specific strata
strat -r [strata] [command] restrict strata from seeing cross-stratum hooks
strat -u [strata] [command] unrestrict strata from seeing cross-stratum hooks
brl apply apply changes made to /bedrock/etc/bedrock.conf file
  • there's an experimental support for non-native instruction sets via qemu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment