Skip to content

Commit

Permalink
Merge pull request #54 from yusi1/master
Browse files Browse the repository at this point in the history
Fix typo in debugging.md
  • Loading branch information
paradigm authored Apr 26, 2022
2 parents df0cc15 + a8cd654 commit b9e7d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/0.7/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Many bootloaders allow users to alter the kernel line for a session.

Bedrock is dependent on various runtime items being in placed, and thus one may not simply mount a Bedrock partition and `chroot` into it.

One common need to `choot` into some system is to fix a broken `/boot`. While a generalized `chroot` is not available, a limited one for this purpose is. There are three main differences from a typical rescue `chroot`:
One common need to `chroot` into some system is to fix a broken `/boot`. While a generalized `chroot` is not available, a limited one for this purpose is. There are three main differences from a typical rescue `chroot`:

- Instead of setting up and `chroot`'ing directly into the mount, setup and `chroot` into `~(mount~)/bedrock/strata/~(stratum~)` for some ~{stratum~} which will perform the repair operation.
- In addition to the typical `proc`, `dev`, etc setup, also bind-mount `~(mount~)/boot` to `~(mount~)/bedrock/strata/~(stratum~)/boot`. This will make the ~{global~} `/boot` accessible for manipulation by the given ~{stratum~}.
Expand Down

0 comments on commit b9e7d38

Please sign in to comment.