Fix typo: thanks Kris for pointing this out.
This commit is contained in:
parent
dca49a4289
commit
69b5e27b62
@ -217,7 +217,7 @@ setup_mbr_partitions()
|
||||
|
||||
# Now check that these values are sane
|
||||
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" ;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user