diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-05-02 02:33:52 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2024-05-02 02:33:52 +0000 |
commit | 05c3f4938acb9a8901560ad30a66d871e75912a3 (patch) | |
tree | 3ccb26f8be853df8ff64fcc85b55a0e5e79190cc /util/dell-flash-unlock/README.md | |
parent | 5c3d81fff9f90b19f09c95fae43eacff10ab932e (diff) | |
parent | 61f66a46eab2480d45b14a14889e082678daaa80 (diff) |
Merge pull request 'dell-flash-unlock-updates' (#206) from nic3-14159/lbmk:dell-flash-unlock-updates into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/206
Diffstat (limited to 'util/dell-flash-unlock/README.md')
-rw-r--r-- | util/dell-flash-unlock/README.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/util/dell-flash-unlock/README.md b/util/dell-flash-unlock/README.md index aca01743..e179e77c 100644 --- a/util/dell-flash-unlock/README.md +++ b/util/dell-flash-unlock/README.md @@ -20,14 +20,17 @@ around 2008 (E6400 era). If it says it is not set, then you will need to install or compile a kernel with that option set. -### OpenBSD/NetBSD -- On OpenBSD/NetBSD, ensure you are booting with securelevel set to -1. +### OpenBSD/NetBSD/FreeBSD +- The makefile is not currently compatible with POSIX make; install and use GNU + Make (gmake) to build dell-flash-unlock instead of make +- On OpenBSD/NetBSD/FreeBSD, ensure you are booting with securelevel set to -1. ### General Make sure an AC adapter is plugged into your system -Run `make` to compile the utility, and then run `./dell_flash_unlock` with -root/superuser permissions and follow the directions it outputs. +Run `make` (or `gmake` on BSD) to compile the utility, and then run +`./dell_flash_unlock` with root/superuser permissions and follow the directions +it outputs. ## Confirmed supported devices - Latitude E6400, E6500 |