Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.08 KB

mkfstab

An alternative to genfstab from Arch Linux. This is a dead simple but faster implementation of genfstab.

❓ Usage

(Last update: version 0.1.0)

$ mkfstab -h
Usage:
  mkfstab [optional-params] [System root for detecting mountpoints]
An alternative to genfstab: generate output suitable for addition to /etc/fstab
Options:
  -h, --help                              print this cligen-erated help
  --help-syntax                           advanced: prepend,plurals,..
  -o=, --output=       string  ""         Path for output file (default is stdout)
  -P, --includepseudo  bool    false      Include pseudofs mounts
  -v=, --verbosity=    Level   lvlNotice  set the logging verbosity: {lvlAll, lvlDebug, lvlInfo, lvlNotice, lvlWarn, lvlError, lvlFatal, lvlNone}

🏗️ Building

  1. Install Nim
  • if you are on Terra / Ultramarine Linux: sudo dnf in nim
  1. nimble build

🗒️ Todos