vaeth / zram-init

A wrapper script for the zram linux kernel module with zsh and openrc support
http://www.mathematik.uni-wuerzburg.de/~vaeth/download/index.html#zram-init
79 stars 26 forks source link

[Feature] Please add support for mkfs options / device labels #8

Closed olifre closed 8 years ago

olifre commented 8 years ago

It would be nice if options could be passed to mkfs through the zram-init config file.

One option I am missing is for example the possibility to set a filesystem label such that graphical file explorers (Dolphin etc.) show that label instead of something like "24 GB device", which is their default for nameless filesystems.

Thanks for the beautiful tool and cheers, Oliver

vaeth commented 8 years ago

The new release 4.0.0 supports -L and -U options for label and uuid. It also supports passing of generic args to all utilities if push.sh from https://github.com/vaeth/push/ is in $PATH

olifre commented 8 years ago

Thanks a lot for the fast and perfect solution, working fine :).