trynd / wren

Linux boot platform that provides a portable, multi-system, run-in-memory Linux environment.
GNU General Public License v3.0
0 stars 1 forks source link

wren: usage: Hide unnecessary "unallocated" column #32

Closed codewithmichael closed 9 years ago

codewithmichael commented 9 years ago

As mentioned in #29, the "unallocated" column should not be displayed in wren usage unless there is an active file system in use. This PR addresses that issue by hiding the column unless $is_active_fs is 1 (one/true).

Changes: