Tree
- Tree:
bc5609d6fded9bae6068183f0e085db5d0d1b986
- Date:
- Message:
- Updates README
.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: `├─` & `└─` - [ ] Where should "LABEL" go? After "NAME" or before "MOUNT"? - [ ] `lsblk sd0`