You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently fstab is a subcommand, akin to iocage. its configuration is stored in an fstab(5) like format that we cannot really trust to parse back correctly.
and neither can others using our CLI! for consistency's sake, i suggest storing fstab in our config.json! we can still serialize it to the fstab file, but we shouldn't trust reading that file
The text was updated successfully, but these errors were encountered:
currently
fstab
is a subcommand, akin toiocage
. its configuration is stored in anfstab(5)
like format that we cannot really trust to parse back correctly.and neither can others using our CLI! for consistency's sake, i suggest storing fstab in our config.json! we can still serialize it to the fstab file, but we shouldn't trust reading that file
The text was updated successfully, but these errors were encountered: