Skip to content

Commit

Permalink
detect ext2 as a file system type
Browse files Browse the repository at this point in the history
I still think the kernel should just try to mount all supported file
system types ...
  • Loading branch information
anttikantee committed Jun 25, 2015
1 parent ff3170b commit a996642
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app-tools/rumprun
Expand Up @@ -244,6 +244,10 @@ detect_fstype ()
TYPE=unknown
fi
case ${TYPE} in
ext2)
echo ext2fs
return 0
;;
ufs)
echo ffs
return 0
Expand Down

0 comments on commit a996642

Please sign in to comment.