mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
Fix typo: thanks Kris for pointing this out.
This commit is contained in:
parent
64dd590ece
commit
7dae3d772a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213649
@ -217,7 +217,7 @@ setup_mbr_partitions()
|
|||||||
|
|
||||||
# Now check that these values are sane
|
# Now check that these values are sane
|
||||||
case $FS in
|
case $FS in
|
||||||
UFS|UFS+S|UFS+J||UFS+SUJ|ZFS|SWAP) ;;
|
UFS|UFS+S|UFS+J|UFS+SUJ|ZFS|SWAP) ;;
|
||||||
*) exit_err "ERROR: Invalid file system specified on $line" ;;
|
*) exit_err "ERROR: Invalid file system specified on $line" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user