Fix a typo made in the previous commit
This commit is contained in:
parent
a6a8838d20
commit
b2d36cd499
|
|
@ -64,7 +64,7 @@ image_format_partitions() {
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# default to ext4
|
# default to ext4
|
||||||
[[ -z "$rootfs"]] && rootfs=ext4
|
[[ -z "$rootfs" ]] && rootfs=ext4
|
||||||
|
|
||||||
case "$rootfs" in
|
case "$rootfs" in
|
||||||
none)
|
none)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue