Tree
- Tree:
355e58807d427b725a038f71f88be69a8477974c
- Date:
- Message:
- Removed dead code
.gitignore | commits | blame |
ChangeLog.md | commits | blame |
LICENSE | commits | blame |
Makefile | commits | blame |
README.md | commits | blame |
lsblk.8 | commits | blame |
lsblk.c | commits | blame |
README.md
# lsblk for OpenBSD This project aims to implement a clone of lsblk(8) for OpenBSD. ## Install ``` sh # Clone the repo. git clone git://stuerz.xyz/openbsd/lsblk # Build & Install lsblk(8). make && doas make install # Optional: Make non-roots be able to run lsblk(8). doas make unroot ``` ## Quirks - It requires root privileges Workaround: `make unroot` ## TODO - [ ] `lsblk sd0`