Skip to content

Commit

Permalink
Merge pull request #2 from serpent-os/nicer-testing-in-README
Browse files Browse the repository at this point in the history
README: Update testing instructions for clarity
  • Loading branch information
ikeycode authored May 23, 2024
2 parents d4150ce + 0f9ce95 commit 307ea45
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,21 @@ Primarily this tooling has been designed to assist the [moss](https://github.com
## Testing

```bash
# Update your clone with git pull
# Build fresh release
cargo build
# Show commit of the build
git log -1
# Run blsforme test
sudo RUST_LOG=trace ./target/debug/blsctl status
# Compare to existing boot arguments
cat /proc/cmdline
# Compare blsforme discovery to blkid discovery
sudo lsblk -f
```

Paste a suitable excerpt of the above to e.g. https://bpa.st and link to it in the 'General - Serpent OS' channel on matrix

## Difference to alternatives

As the original author of [clr-boot-manager](https://github.com/intel/clr-boot-manager) it needs listing here as "prior art", in terms of synchronising `$BOOT` and `/usr/lib/kernel` for type 1 BLS entries.
Expand Down

0 comments on commit 307ea45

Please sign in to comment.