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
|
||||
|
||||
# default to ext4
|
||||
[[ -z "$rootfs"]] && rootfs=ext4
|
||||
[[ -z "$rootfs" ]] && rootfs=ext4
|
||||
|
||||
case "$rootfs" in
|
||||
none)
|
||||
|
|
|
|||
Loading…
Reference in New Issue