Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
I *think* I've found all the trailing spaces
(serves me right for being lazy and doing these edits in the GitHub web interface..)
  • Loading branch information
Sandybunting authored Apr 11, 2024
1 parent d57a04d commit 74ea10f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guides/postinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ The steps to be followed vary depending upon the initramfs module loading mechan
```

3. Run `sudo mkinitcpio -P`.

- On systems with `dracut` (Commonly used on EndeavourOS and Fedora):

1. Run the following to create a dracut configuration file which loads the apple-bce module on early boot:

```sh
echo "force_drivers+=\" apple-bce \"" | sudo tee /etc/dracut.conf.d/myflags.conf
echo "force_drivers+=\" apple-bce \"" | sudo tee /etc/dracut.conf.d/t2linux-modules.conf
```

2. Run `sudo dracut --force` to regenerate the initramfs with this change.

- On systems with other initramfs/initrd generation systems:
Expand Down

0 comments on commit 74ea10f

Please sign in to comment.