summaryrefslogtreecommitdiff
path: root/rc
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2023-05-02 21:08:51 +0000
committerMichael Forney <mforney@mforney.org>2023-05-02 21:08:51 +0000
commit906ee795330604275dc6fa1da606b683d156f368 (patch)
tree412c3069486cabb64bf83b3477974d50dc70edb9 /rc
parent64ae775d6f91c929f4938be111fcc101b845a811 (diff)
fstype: add support for gefs
Diffstat (limited to 'rc')
-rwxr-xr-xrc/bin/fstype4
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