diff options
author | Michael Forney <mforney@mforney.org> | 2023-05-02 21:08:51 +0000 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2023-05-02 21:08:51 +0000 |
commit | 906ee795330604275dc6fa1da606b683d156f368 (patch) | |
tree | 412c3069486cabb64bf83b3477974d50dc70edb9 /rc/bin | |
parent | 64ae775d6f91c929f4938be111fcc101b845a811 (diff) |
fstype: add support for gefs
Diffstat (limited to 'rc/bin')
-rwxr-xr-x | rc/bin/fstype | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rc/bin/fstype b/rc/bin/fstype index 67c3cd20b..916d77b3f 100755 --- a/rc/bin/fstype +++ b/rc/bin/fstype @@ -24,6 +24,10 @@ if(~ $"m 011ce50d){ echo hjfs exit } +if(~ $"m 67656673){ + echo gefs + exit +} m=`{dd -if /env/block -bs 16 -count 1 -skip 16 >[2]/dev/null} if(~ $"m 'kfs wren device'){ echo kfs |