Update example default fs

ext4 is now the default, not ext3, so update the example.
This commit is contained in:
Steev Klimaszewski
2023-12-23 12:55:31 -06:00
parent f965bf6888
commit 0cec91838a

View File

@@ -17,7 +17,7 @@
#compress="xz" #compress="xz"
# Choose filesystem format to format (ext3 or ext4) # Choose filesystem format to format (ext3 or ext4)
#fstype="ext3" #fstype="ext4"
# Disable IPV6 (yes or no) # Disable IPV6 (yes or no)
#disable_ipv6="yes" #disable_ipv6="yes"