commit 191a6a0e432bc77ff58dff1e4800ef5b8bf6e6da from: Benjamin Stürz date: Thu May 04 15:16:01 2023 UTC Updated README + Makefile commit - 31fbca0822b34bdf96455d1bce6e86152ae7b59f commit + 191a6a0e432bc77ff58dff1e4800ef5b8bf6e6da blob - d85e3f0b3106dae1358bc50204994bee2e43b695 blob + b9ecab4f9f2f0d22ef1252e2373e34a666f0394a --- Makefile +++ Makefile @@ -2,7 +2,7 @@ # See LICENSE file for copyright and license details. .POSIX: -VERSION = 1.1 +VERSION = 1.2 PREFIX = /usr/local MANPREFIX = ${PREFIX}/man MY_CFLAGS = -Wall -Wextra -Werror -pedantic -std=c99 -DVERSION=\"${VERSION}\" ${CFLAGS} blob - f554478425f50bfa22c7f7bdbc1be9b058aac0c6 blob + aa9edd8049a073d6831f4a319c73e2404659461a --- README.md +++ README.md @@ -19,3 +19,5 @@ doas make unroot ## TODO - [ ] `lsblk sd0` +- [ ] Add an option to make the output script-friendly (like -c for CSV). +- [ ] Maybe: Display the child device of a RAID partition