Fix buildroot image name as we switched back to ext2 some time ago

This commit is contained in:
Sebastian Roth
2018-10-01 21:07:21 +02:00
parent 8a8e4eacfa
commit bb64364bb1

View File

@@ -295,7 +295,7 @@ function buildFilesystem() {
[[ ! -d dist ]] && mkdir dist
case "${arch}" in
x*)
compiledfile="fssource$arch/output/images/rootfs.ext4.xz"
compiledfile="fssource$arch/output/images/rootfs.ext2.xz"
;;
arm*)
compiledfile="fssource$arch/output/images/rootfs.cpio.gz"