Tree
- Tree:
ad3166284aa880625b80f5542225631ca117dedc
- Date:
- Message:
- Merge "LABEL" and "MOUNT" fields
.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 - [ ] Fancy unicodes: `├─` & `└─` - [ ] `lsblk sd0`